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.
- #31:
Command
zbg push -f
now uses git's--force-with-lease
because it's a safer default (by @kephas)
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.