Releases: romkatv/gitstatus
Releases · romkatv/gitstatus
v1.4.0
v1.3.1
v1.3.0
-
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".
- Bash bindings now work if
v1.2.2
v1.2.1
v1.2.0
- Support linux-ppc64le. Thanks, @carlosedp!
v1.1.3
v1.1.2
v1.1.1
v1.1.0
- 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 ofgitstatusd
. - Revert
gitstatus_start
timeout back to 5 seconds. - Revamp bash bindings for faster loading and higher robustness.