v0.2.0
0.2.0 (2025-12-30)
⚠ BREAKING CHANGES
- config names were changed
- due to the project rename the default config path needed to be changed
- config file now uses tables
Features
- add fixup logic for commit command (#68) (a20edb5)
- add rebase command (#70) (5e7df44)
- add revert logic (#67) (fe9ae5c)
- allow custom commit types (#63) (fc6b969)
- commit: add body (#56) (0028930)
- implement add command (#54) (0a908c9)
- read custom branch types from toml (#65) (9cb303a)
- refactor configuration (#71) (c02e0df)
- restructure init command (#46) (a796926)
Bug Fixes
- remove reset on branch display (#48) (b628823)
- use default values if not provided in toml (#66) (02134fb)