Releases: romkatv/gitstatus
Releases · romkatv/gitstatus
v1.5.5
- Improve portability of the code.
- Bash bindings: set
PROMPT_COMMAND
in a way that makes it more compatible with other hooks.
v1.5.3
- Rebuild
gitstatusd-freebsd-amd64
with clang to make it work on FreeBSD 13 (#262).
v1.5.2
- The build script now works when using a newer
git
with init.defaultBranch
override in the global config.
v1.5.1
- 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
- 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
- Use a native binary on darwin-arm64.
v1.4.3
- Bug fix: don't respect
ZSH
environment variable in Makefile
.
v1.4.2
- Fix the check for the presence of Rosetta on darwin-arm64.
v1.4.1
- Unbreak
gitstatus/install
when invoked manually.