We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e822452 commit 68f9498Copy full SHA for 68f9498
CHANGELOG.md
@@ -1,15 +1,23 @@
1
# Changelog
2
3
-## [Unreleased]
+## [1.1] 2021-04-30
4
5
### Removed
6
7
### Added
8
+- StGit GPG-signs patches when `commit.gpgsign` is set (#12)
9
+- Support `core.hooksPath` in git config
10
+- Add `-C` option for `stg import` and `stg fold` (#18)
11
12
### Changed
13
- Allow importing mail and series from urls (#94)
14
+- `stg refresh --edit` may also use `--diff` and `--diff-opts` (#98)
15
+- `stg goto` allows sha1 of a patch instead of patch name (#93)
16
17
### Fixed
18
+- Repair hang in `stg pull -m`, `stg goto -m`, and `stg push -m`
19
+- Repair `stg mail` to show diffstat of whole series (#104)
20
+- Repair MANIFEST.in to include AUTHORS.md and README.md files
21
22
23
## [1.0] 2021-02-07
0 commit comments