Skip to content

Releases: romkatv/gitstatus

v1.4.0

26 Nov 05:25
v1.4.0
Compare
Choose a tag to compare
  • Support Apple Silicon (Darwin arm64).
  • Improve diagnostics for the most common cases of gitstatus initialization failure.

v1.3.1

22 Oct 12:28
v1.3.1
Compare
Choose a tag to compare
  • libgit2 upgraded to v1.1.0.
  • Fixed a bug that prevented Git status from being reported for shallow repositories with the current branch ahead or behind the remote.

v1.3.0

01 Sep 09:30
v1.3.0
Compare
Choose a tag to compare
  • New features:

    • armv8l is now supported.
  • Bug fixes:

    • Bash bindings now work if noclobber is set.
    • Commits ahead/behind is now computed correctly when local branches have odd names such as origin/master.
    • When the current directory doesn't exist, zsh bindings now correctly report "norepo".

v1.2.2

06 Jul 14:29
v1.2.2
Compare
Choose a tag to compare
  • Survive Zsh environments where source builtin is shadowed by a function that does something unrelated.
  • Bug fix: properly propagate switches from gitstatus_start in Zsh bindings to gitstatusd.

v1.2.1

14 Jun 11:20
v1.2.1
Compare
Choose a tag to compare
  • Bug fix: gitstatus once again prefers usrbin/gitstatusd if it exists.

v1.2.0

13 Jun 09:08
v1.2.0
Compare
Choose a tag to compare

v1.1.3

31 May 17:14
v1.1.3
Compare
Choose a tag to compare
  • Improve error messages when users attempt to use incorrectly packaged gitstatus.
  • Improve workarounds for Cygwin bugs.

v1.1.2

22 May 13:20
Compare
Choose a tag to compare
  • Bug fixes
    • Fix ./build with git v2.26.2.

v1.1.1

20 May 09:27
Compare
Choose a tag to compare
  • Correctly handle Ctrl-C during initialization.

v1.1.0

13 May 08:54
Compare
Choose a tag to compare
  • Verify sha256 of downloaded gitstatusd binaries.
  • Add a mirror on gitee.com for faster download from China.
  • Display progress when downloading gitstatusd.
  • Do not apply timeout from gitstatus_start -t to the downloading of gitstatusd.
  • Revert gitstatus_start timeout back to 5 seconds.
  • Revamp bash bindings for faster loading and higher robustness.