File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.5] 2022-01-28
4
+
5
+ ### Removed
6
+ ### Added
7
+ - Add Makefile targets for installing shell completions
8
+ - ` stg rebase --interactive ` learns 'hide' instruction
9
+
10
+ ### Changed
11
+ - Picked patch names are preserved when possible (#175 )
12
+ - Replace ` --unapplied ` option with ` --noapply ` for ` stg pick ` (#174 )
13
+ - ` stg pick --noapply ` no longer reverses patch order (#174 )
14
+ - Use ` stg version ` uses ` sys.executable ` to get Python version.
15
+
16
+ ### Fixed
17
+ - Repair ` stg repair ` with amended first patch (#163 )
18
+ - Repair corner cases where invalid patchnames could be generated by
19
+ ` stg new ` , ` stg uncommit ` , etc. (#176 )
20
+ - ` stg mail ` could crash due to a misspelled reference (#178 )
21
+ - Zsh completion for ` stg refresh -p ` now completes against all patches
22
+ (not just applied patches).
23
+ - Zsh gains missing completion for ` stg push --noapply `
24
+ - Minor repair to help for ` stg float --noapply ` and `stg push
25
+ --noapply`
26
+ - Restore ` stg sink --nopush ` capability.
27
+
28
+
3
29
## [ 1.4] 2021-10-27
4
30
5
31
### Removed
You can’t perform that action at this time.
0 commit comments