v0.4.0
NOTE
This release is still not the final release for the TUI features. This is mostly a stopgap release to get things working on the go reference package hub. There will be a 1.0.0 release in the coming weeks/months which will include even more features and other cool things :)
New Features
- add confirmation to author deletion (aac02d0 by @Slug-Boi)
- add temp add command (b0a5125 by @Slug-Boi)
- added commit message window to tui (7f5a3bc by @Slug-Boi)
- add tui show users (WIP) and prefer bat if present (fa03de4 by @Slug-Boi)
- finish add and remove author bindings and tui elements (55fe196 by @Slug-Boi)
- add buble tea tui elements for creating authors and selecting authors. More to come (a78cdf3 by @Slug-Boi)
Bug Fixes
Documentation
Tests
- fix remove author test (f763c81 by @Slug-Boi)
- add more tui tests (04f5a50 by @Slug-Boi)
- write tui tests (c7e3920 by @Slug-Boi)
- cobra tests added (47128cf by @Slug-Boi)
- update util tests and remove a line (6c96fc9 by @Slug-Boi)
- create tests for the util functions (87a6de6 by @Slug-Boi)
Refactors
- remove user to actually remove both names (aff8d49 by @Slug-Boi)
- add screen clear to root command (55dd1bc by @Slug-Boi)
- change model structure of show users for testing (fbfde59 by @Slug-Boi)
- change name of author and combine with temp add command (7521fd5 by @Slug-Boi)
- changed color of commit message field to match rest of TUI (b0baa0c by @Slug-Boi)
- change root command to include commit wrapper options (527269f by @Slug-Boi)
- refactor whole project to based on cobra commands (0e57a48 by @Slug-Boi)
Chores
- update go.sum (5077635 by @Slug-Boi)
- fixed imports and function signatures (def99f6 by @Slug-Boi)
- go mod updates (3dfecbe by @Slug-Boi)
- update go mod (2ab9312 by @Slug-Boi)
CI
- trying to fix build test ci workflow (c4ac188 by @Slug-Boi)
- add env var to build test workflow (c546326 by @Slug-Boi)
- fix dagger ci problems and failing tests (63fd1f1 by @Slug-Boi)
- change tests to actually run all tests (aa3ec23 by @Slug-Boi)
- work path change (ef674c2 by @Slug-Boi)
- change go work path (9086597 by @Slug-Boi)
- update workflow files and mod version (55ee0c6 by @Slug-Boi)
Other Changes
- change commit key to enter (alt enter stopped working) (d382082 by @Slug-Boi)
- removed unsued line (c6fe91d by @Slug-Boi)
- updated depen with security issues (7bc6763 by @Slug-Boi)
New Contributors
- @dependabot made their first contribution in #17
- @August-Brandt made their first contribution in #18
Full Changelog: v0.3.1...v0.4.0