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 d1df237 commit b4eba25Copy full SHA for b4eba25
CHANGELOG.md
@@ -4,6 +4,23 @@
4
5
### Removed
6
- Drop support for Python < 3.5
7
+- Remove previously deprecated `stg publish` command
8
+- Removed contrib scripts: `stg-swallow`, `stg-fold-files-from`,
9
+ `stg-dispatch`, `stg-whatchanged`, and `stg-show-old`
10
+
11
+### Added
12
+- The pre-commit hook is now run for `stg refresh`
13
+- New `--spill` option for `stg refresh`
14
15
+### Changed
16
+- Use `python3` in shebangs instead of `python`
17
+- `contrib/stgbashprompt.sh` is no longer executable
18
19
+### Fixed
20
+- Importing large patches is much, much faster (#66)
21
+- Other performance improvements when dealing with large patches
22
+- Repair diffstat when outside work tree root (#62)
23
+- Use encoded (string) environment variables on Windows (#79)
24
25
## [0.23] 2020-06-12
26
0 commit comments