Skip to content

Latest commit

 

History

History
75 lines (55 loc) · 2.38 KB

CHANGELOG.md

File metadata and controls

75 lines (55 loc) · 2.38 KB

Changelog

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.

Fixed

  • #26: Set the HOME environment variable before calling external commands. (by [@etorreborre])

Changed

  • #31: Command zbg push -f now uses git's --force-with-lease because it's a safer default (by @kephas) -#10: Changed fetch_main_branch to get the base name using Core.Filename.basename rather than reading the output of the basename 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 🎄

Added

Fixed

  • #18: zbg status now prints the diff when invoked not from the project root (by @tekknoid)
  • #7, #11: Escape messages in zbg stash and zbg 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.