Releases: Slug-Boi/cocommit
Releases · Slug-Boi/cocommit
v1.3.0
v1.2.1
v1.2.0
New Features
Bug Fixes
Chores
- update install script to work (added sudo to mv) and update gitignore (de72d1a by @Slug-Boi)
- deps:
- bump golang.org/x/crypto from 0.27.0 to 0.31.0 (d1abad9 by @dependabot[bot])
CI
- add Coco_version env var to build flow and remove author.txt (no longer used) (8522fef by @Slug-Boi)
Full Changelog: v1.1.1...v1.2.0
v1.1.1
Security Update
Security
- Updates to dependencies (especially golang/x/crypto) to ensure no high severity security problems
Documentation
- remove dollar sign from copy paste required code blocks (thanks github :) ) (e94f59c by @Slug-Boi)
- add dollar sign back (1a338fc by @Slug-Boi)
- add console tag to code blocks as a test (bb0c571 by @Slug-Boi)
- change readme to include install script commands (6ffb08c by @Slug-Boi)
Chores
Full Changelog: v1.1.0...v1.1.1
v1.1.0
New Features
- add version variable to cocommit which gets set through build command (08d1942 by @Slug-Boi)
- add update command which looks at os and tries to update (3d06ddd by @Slug-Boi)
- add ability to pass flags to git commit (c4671ef by @Slug-Boi)
Bug Fixes
Refactors
- fix syntax errors (c5ee15d by @Slug-Boi)
- change regex to be actually universal (ccdc550 by @Slug-Boi)
Chores
CI
- change tar names and add aarch64 (b224eeb by @Slug-Boi)
- add version variable linkage to build command (8f9e1e9 by @Slug-Boi)
- update build release workflow to include arm darwin and removed version from tar (d90ab2d by @Slug-Boi)
Full Changelog: v1.0.1...v1.1.0
v1.0.1
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
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
v0.3.1
Full Changelog: v0.3.0...v0.3.1