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 11# Changelog
22
3- ## [ Unreleased ]
3+ ## [ 1.0 ] 2021-02-07
44
55### Removed
66- Drop support for Python < 3.5
1212- The pre-commit hook is now run for ` stg refresh `
1313- New ` --spill ` option for ` stg refresh `
1414- Add stgit.series.description config option (#88 )
15+ - Official support for Python versions up to 3.9
1516
1617### 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.**
1722- Use ` python3 ` in shebangs instead of ` python `
1823- ` contrib/stgbashprompt.sh ` is no longer executable
24+ - Internal docstrings now use reStructuredText instead of Epytext
1925
2026### Fixed
2127- Importing large patches is much, much faster (#66 )
2430- Use encoded (string) environment variables on Windows (#79 )
2531- Fix ` stg pull ` when no upstream is configured (#83 )
2632- 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+
2738
2839## [ 0.23] 2020-06-12
2940
You can’t perform that action at this time.
0 commit comments