File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 2.0.0-rc.2] 2022-10-23
4+
5+ ### Changed
6+ - The ` --diff-opts ` option is renamed to ` --diff-opt ` . ` --diff-opts `
7+ remains available as an alias.
8+ - The ` --diff-opt ` option no longer allows multiple git options per
9+ occurrence. This allows git diff options with spaces in their values.
10+ - The ` --git-opts ` option for ` stg email format ` and ` stg email send ` is
11+ renamed ` --git-opt ` .
12+ - The ` --git-opt ` option no longer allows multiple git options per
13+ occurrence. This allows git options with spaces in their values.
14+ - Zsh completion for ` --diff-opt ` and ` --git-opt ` leverage the
15+ full-featured git completion capability.
16+
17+ ### Fixed
18+ - Repair check for modifications to stack by external tools.
19+ - ` stg pull ` and ` stg rebase ` record updated stack state instead of
20+ deferring until the next stack-modifying command to do so.
21+ - Improve patch appliction with ` git apply --3way ` when pushing` (#225 )
22+ - Zsh completion for ` --diff-opt ` accommodates multiple occurrences
23+
24+
325## [ 2.0.0-rc.1] 2022-09-30
426
527### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " stgit"
3- version = " 2.0.0-rc.1 "
3+ version = " 2.0.0-rc.2 "
44edition = " 2021"
55rust-version = " 1.63.0"
66authors = [
You can’t perform that action at this time.
0 commit comments