File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## [ Unreleased ]
3
+ ## [ 1.0 ] 2021-02-07
4
4
5
5
### Removed
6
6
- Drop support for Python < 3.5
12
12
- The pre-commit hook is now run for ` stg refresh `
13
13
- New ` --spill ` option for ` stg refresh `
14
14
- Add stgit.series.description config option (#88 )
15
+ - Official support for Python versions up to 3.9
15
16
16
17
### Changed
18
+ - Stack metadata format 4. All metadata now kept in Git objects; no more
19
+ stack state files in .git/patches. ** A one-way auto-upgrade to format
20
+ version 4 will occur when StGit commands are run on an existing StGit
21
+ branch.**
17
22
- Use ` python3 ` in shebangs instead of ` python `
18
23
- ` contrib/stgbashprompt.sh ` is no longer executable
24
+ - Internal docstrings now use reStructuredText instead of Epytext
19
25
20
26
### Fixed
21
27
- Importing large patches is much, much faster (#66 )
24
30
- Use encoded (string) environment variables on Windows (#79 )
25
31
- Fix ` stg pull ` when no upstream is configured (#83 )
26
32
- Fix ` refresh ` crash with path limiting and files added to index (#85 )
33
+ - Repair ` new ` with patchdescr.template crash (#87 )
34
+ - Repair ` log ` from worktree subdir with patches specified
35
+ - Repair ` import ` allowing/generating duplicate patch names (#64 )
36
+ - Repair ` mail --auto ` to strip comments after addrs (#91 )
37
+
27
38
28
39
## [ 0.23] 2020-06-12
29
40
You can’t perform that action at this time.
0 commit comments