All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning. The changelog is also available on GitHub.
- #26:
Set the
HOME
environment variable before calling external commands. (by [@etorreborre])
- #31:
Command
zbg push -f
now uses git's--force-with-lease
because it's a safer default (by @kephas) -#10: Changedfetch_main_branch
to get the base name usingCore.Filename.basename
rather than reading the output of thebasename
command. (by @leedsjohn) - #16:
zbg status
now highlights staged files by making the file name bold and green. (by @leedsjohn)
0.2.0 — 2023-12-17 🎄
- #9:
New command
zbg done
(see README.md for more details) (by @sloboegen) - #13:
Support both
-f
and--force
flags in CLI (by @tekknoid)
- #18:
zbg status
now prints the diff when invoked not from the project root (by @tekknoid) - #7, #11:
Escape messages in
zbg stash
andzbg commit
commands (by @paulpatault) - #25:
Use the default branch always instead of hardcoding
main
(by @tekknoid)
0.1.0 — 2023-04-10 🌇
Initial release prepared by @chshersh.