Skip to content

Releases: stacked-git/stgit

Stacked Git 2.4.7

05 May 22:37
v2.4.7
e2b799d
Compare
Choose a tag to compare

Fixed

  • docs(pop): clarify --spill behavior (#445)
  • fix(branch): disallow branch before subcommand (#447)

Changed

  • refactor: get gix-command via gix with command feature
  • Update gix to version 0.62

Stacked Git 2.4.6

07 Apr 22:49
v2.4.6
9afe502
Compare
Choose a tag to compare

Fixed

  • fix(bash): fix completion for "committish"

Changed

  • docs: Update copyright year
  • chore: update gix to 0.61.1
  • ci: update to wix 4.0.5

Stacked Git 2.4.5

19 Feb 00:44
v2.4.5
38ff3c3
Compare
Choose a tag to compare

Fixed

  • fix: stdout from hooks (#418)

Changed

  • chore: add category and keywords to Cargo.toml
  • build: exclude some paths from crate
  • docs(readme): enumerate more package repositories
  • chore: update dependencies

Stacked Git 2.4.4

11 Feb 22:18
v2.4.4
be50a99
Compare
Choose a tag to compare

Fixed

  • fix: pass stdio for interactive editing (#415)
  • fix: update gix-tempfile and gix-lock to 13.1.0 (#413)

Changed

  • chore: update dependencies

Stacked Git 2.4.3

05 Feb 04:28
v2.4.3
5866011
Compare
Choose a tag to compare

Added

  • feat(branch): allow delete of current branch

Fixed

  • fix(branch): delete branch config with branch
  • fix: use gix-command for interactive edit (#407)
  • fix: improved interactive editor diagnostics
  • chore: update gix to 0.58.0 (#407)
  • docs: fix dates in changelog

Changed

  • refactor(branch): use gix to rename config section
  • refactor: use gix to remove stgit branch config
  • refactor: use gix-command for hooks
  • refactor: use non-deprecated indexmap methods
  • ci: update cargo-generate-rpm to 0.14.0
  • ci: update to upload-artifact@v4
  • ci: restore use of IO::Pty in MacOS build

Stacked Git 2.4.2

26 Dec 19:05
v2.4.2
9969b4e
Compare
Choose a tag to compare

Changed

  • feat(pop): allow unescaped negative patch offsets
  • feat(show): allow unescaped negative patch offsets
  • chore: update dependencies

Stacked Git 2.4.1

11 Dec 05:00
v2.4.1
0b83b2f
Compare
Choose a tag to compare

Fixed

  • fix(zsh): short -r opt for stg series

Changed

  • chore: update gix to 0.56.0
  • chore: update transient deps

Stacked Git 2.4.0

08 Oct 23:01
v2.4.0
f9b9280
Compare
Choose a tag to compare

This release adds some new command line options to stg branch, stg sink, and stg delete.

Added

  • feat(delete): --all -A -U -H options
  • feat(sink): -T/--above option
  • feat(branch): short opts for clone and delete

Stacked Git 2.3.3

05 Oct 03:53
v2.3.3
cb4a3ad
Compare
Choose a tag to compare

Fixed

  • fix(zsh): -S option for float, import, and sync
  • build: avoid non-portable install options
  • test: improved test script portability

Changed

  • update dependencies

Stacked Git 2.3.2

20 Aug 00:33
v2.3.2
505ddcd
Compare
Choose a tag to compare

This release contains some improvements to stg uncommit along with updated dependencies.

Fixed

  • fix!(uncommit): check for HEAD/top mismatch (#360)
  • docs: docstring spelling and formatting fixes

Changed

  • feat(uncommit): print uncommited patches
  • pin serde to avoid using precompiled binary
  • update dependencies