Skip to content

Releases: stacked-git/stgit

Stacked Git 2.5.3

22 Feb 20:58
v2.5.3
a9fd1cb
Compare
Choose a tag to compare

Added

  • build: statically linked packages for riscv64

Changed

  • chore: update dependencies
  • refactor(stgit.el): use space-based indentation consistently

Stacked Git 2.5.2

17 Feb 01:37
v2.5.2
4b00f64
Compare
Choose a tag to compare

Fixed

  • fix(stgit.el): various compile warnings
  • fix(stgit.el): Replace depercated cl function calls with new style
  • fix(stgit.el): checkdoc warnings
  • fix(stgit.el): emacs pre-pending "Summary: " to log-edit buffers

Changed

  • chore: update jiff to 0.2.0
  • chore: update winnow to 0.7.2
  • chore: resolve winnow deprecations
  • chore: update dependencies

Stacked Git 2.5.1

18 Jan 23:42
v2.5.1
67c7c7b
Compare
Choose a tag to compare

Fixed

  • fix: assure branch creation respects fetch-specs of remotes (#522)

Changed

  • ci: ubuntu-24.04 is now used to build release binaries
  • chore: gix is updated to 0.70

Stacked Git 2.5.0

02 Jan 05:01
v2.5.0
10db7b5
Compare
Choose a tag to compare

Added

  • feat: new "name" subcommand
  • feat: support calling stg rebase without arguments

Fixed

  • docs: explain stgit.autosign a bit better

Changed

  • feat: organize subcommands by group in help

Stacked Git 2.4.13

14 Dec 16:44
v2.4.13
66550ac
Compare
Choose a tag to compare

Fixed

  • fix(squash): preserve consensus author

Changed

  • chore: update gix to 0.68

Stacked Git 2.4.12

09 Sep 01:04
v2.4.12
Compare
Choose a tag to compare

Changed

  • feat(push): revert overzealous modified status
  • updated dependencies

Stacked Git 2.4.11

26 Aug 00:09
v2.4.11
92e916a
Compare
Choose a tag to compare

Fixed

  • fix(push): report modified patches in output (#464)

Changed

  • feat(push): colorize push status string
  • chore: update gix to 0.66
  • feat: use jiff instead of time
  • feat: use winnow instead of nom
  • updated other dependencies

Stacked Git 2.4.10

17 Aug 21:48
v2.4.10
Compare
Choose a tag to compare

Fixed

  • fix(import): --reject should create empty commit (#471)
  • docs(changelog): repair heading
  • build(Cargo.toml): repair 2024 edition warning about default-features

Changed

  • updated dependencies

Stacked Git 2.4.9

28 Jul 22:17
v2.4.9
1815dc8
Compare
Choose a tag to compare

Changed

  • feat(rebase): do not rebase to same base
  • feat(rebase): show ref names of rebase target
  • chore: update gix to 0.64.0

Stacked Git 2.4.8

21 Jul 20:03
v2.4.8
af8d2db
Compare
Choose a tag to compare

Fixed

  • fix(refresh): handle edited message and patch name (#470)
  • fix: harden "stg rebase -i" against patches with multi-line subjects
  • fix: prefer --authdate over patch time with author

Changed

  • updated dependencies