v1.0.0
New Features
- add groups and start refactor of tree model for tui elements (56cf60e by @Slug-Boi)
- added commitizen support (due to cmd execution styles this will not be in the test suite) (b1c4df8 by @Slug-Boi)
Bug Fixes
- issue with group selection selecting users with partial name of group users (ea0755a by @Slug-Boi)
- fix group overflow in tui (ed7cdb0 by @Slug-Boi)
- import paths after src folder rename (35c7473 by @Slug-Boi)
- change bindings to actually work for the commit message (c92079f by @Slug-Boi)
- added the temp add keybind to the tui list (c09bd40 by @Slug-Boi)
Documentation
- update usage messages of all cobra commands (49b471e by @Slug-Boi)
- change wording for the manual install (eb8b813 by @Slug-Boi)
- add go pkg reference link (6cfd39f by @Slug-Boi)
Tests
- remove testing prints (f0547bc by @Slug-Boi)
- add group selection test (8af4f52 by @Slug-Boi)
- fix the tui tests with the new model structure (d7f279b by @Slug-Boi)
- fix tui commit message test (e230237 by @Slug-Boi)
Refactors
- change height boundry (7b506ad by @Slug-Boi)
- add dynamic groups with height and pagination (abd21e4 by @Slug-Boi)
- add dynamic scaling to group amount (f662eb1 by @Slug-Boi)
- remove some of the clear screen commands (a3336ed by @Slug-Boi)
- small updates to color and flag checking (597d4f5 by @Slug-Boi)
- cleanup code (6e2293b by @Slug-Boi)
- unify colors for a tui. May change again not sure (bbc2e75 by @Slug-Boi)
- changed all models for the tui to be in a proper tree structure (c8e5d87 by @Slug-Boi)
- change bat check to be on version flag for better cross platform compatability (4969266 by @Slug-Boi)
- fix email formatting of users printout using glamour (6ef0ad3 by @Slug-Boi)
- small changes to exit and usage statement (d9431a5 by @Slug-Boi)
- update check author file function and create new flag to enter author list tui mode (ff9b648 by @Slug-Boi)
Chores
CI
- another attempt at a fix (ede7232 by @Slug-Boi)
- try and add env var earlier in the workflow (2716070 by @Slug-Boi)
- fix build_test_release workflow (e35bd65 by @Slug-Boi)
- apply same path changes for src to build workflow (8e0b3f2 by @Slug-Boi)
- update test on push src path (350458a by @Slug-Boi)
Code Style
Full Changelog: v0.4.0...v1.0.0