Skip to content

Releases: romkatv/gitstatus

v1.5.5

30 Mar 08:57
v1.5.5
Compare
Choose a tag to compare
  • Improve portability of the code.
  • Bash bindings: set PROMPT_COMMAND in a way that makes it more compatible with other hooks.

v1.5.4

14 Feb 18:25
v1.5.4
Compare
Choose a tag to compare

v1.5.3

12 Sep 08:39
v1.5.3
Compare
Choose a tag to compare
  • Rebuild gitstatusd-freebsd-amd64 with clang to make it work on FreeBSD 13 (#262).

v1.5.2

11 Jun 07:16
v1.5.2
Compare
Choose a tag to compare
  • The build script now works when using a newer git with init.defaultBranch override in the global config.

v1.5.1

10 Jun 08:12
v1.5.1
Compare
Choose a tag to compare
  • Add -r flag to gitstatus_start in bash bindings, which translates to -r of gitstatusd.
  • Drop all tags if .git/packed-refs doesn't have a header line.

v1.5.0

30 May 08:26
v1.5.0
Compare
Choose a tag to compare
  • gitstatusd can now be compiled on OpenBSD with no changes.
  • gitstatusd --version-glob is now equivalent to gitstatusd -G as intended.
  • Bash bindings no longer define functions exec and builtin.
  • Git status reply from gitstatusd now contains two extra fields that correspond to the HEAD's message encoding and summary. They are exposed through bash and zsh bindings as VCS_STATUS_COMMIT_ENCODING and VCS_STATUS_COMMIT_SUMMARY.

v1.4.4

21 Dec 15:12
v1.4.4
Compare
Choose a tag to compare
  • Use a native binary on darwin-arm64.

v1.4.3

26 Nov 10:20
v1.4.3
Compare
Choose a tag to compare
  • Bug fix: don't respect ZSH environment variable in Makefile.

v1.4.2

26 Nov 07:52
v1.4.2
Compare
Choose a tag to compare
  • Fix the check for the presence of Rosetta on darwin-arm64.

v1.4.1

26 Nov 07:06
v1.4.1
Compare
Choose a tag to compare
  • Unbreak gitstatus/install when invoked manually.