Skip to content

v0.2.1

Compare
Choose a tag to compare
@davehorner davehorner released this 12 Mar 04:02
· 5 commits to develop since this release

Added

feat(mode_current, mode_recovery, mode_softreset, tests): implement comprehensive branch management enhancements with soft reset (-s), current commit retrieval (-c), and advanced recovery mode integration

  • Introduced the -s flag to perform a soft reset on the current branch, preserving uncommitted changes.
  • Added the -c flag to retrieve and display the current last commit message for quick reference.
  • Enhanced recovery mode to seamlessly restore previous commit messages from HEAD@{1}.
  • Developed extensive integration tests to ensure robust functionality across all branch management modes.
  • Begin code for parsing commits and CHANGELOGs