Skip to content

Releases: Slug-Boi/cocommit

v2.0.2

30 Jan 15:56

Choose a tag to compare

Bug Fixes

  • add ghAdd as a tooltip in extended help menu (41a9c02 by @Slug-Boi)
  • install script no longer tries to remove a non-existant authorfile (e4b362f by @Slug-Boi)
  • cocommit would never ask to create an author file if non was found (08c926f by @Slug-Boi)

Refactors

Full Changelog: v2.0.1...v2.0.2

v2.0.1

17 Nov 07:02

Choose a tag to compare

Chores

CI

  • updated makefile to include the ldflags version definition. This should default to undefined now if the env var was not set (bb30b4b by @Slug-Boi)

Full Changelog: v2.0.0...v2.0.1

v2.0.0

25 Aug 09:43

Choose a tag to compare

New Features

Bug Fixes

Documentation

Tests

Refactors

Chores

Read more

v1.3.0

16 Jan 22:06
b4be9fb

Choose a tag to compare

New Features

  • check for tag version on github to let the user know they should update to the new version (79dc578 by @Slug-Boi)

Bug Fixes

  • bug with the update tool and paths not being correct. Changed to abs path checks (1ea3d94 by @Slug-Boi)
  • rewrite error messages for error in author file to be more descriptive (2794a90 by @Slug-Boi)
  • issue with creating author file from scratch. Fixed file permissions (0e47a93 by @Slug-Boi)

Documentation

Refactors

Full Changelog: v1.2.1...v1.3.0

v1.2.1

19 Dec 19:24
v1.2.1
43a946f

Choose a tag to compare

Chores

Full Changelog: v1.2.0...v1.2.1

v1.2.0

13 Dec 23:21
v1.2.0
22e8140

Choose a tag to compare

New Features

Bug Fixes

  • change version fetcher to use github refs for build workflow (22e8140 by @Slug-Boi)

Chores

  • update install script to work (added sudo to mv) and update gitignore (de72d1a by @Slug-Boi)
  • deps:

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

13 Dec 08:33
v1.1.1
e94f59c

Choose a tag to compare

Security Update

Security

  • Updates to dependencies (especially golang/x/crypto) to ensure no high severity security problems

Documentation

Chores

  • refactor install scripts to be actual scripts and simplify approach (495606d by @Slug-Boi)

Full Changelog: v1.1.0...v1.1.1

v1.1.0

01 Dec 20:09
v1.1.0
c5ee15d

Choose a tag to compare

New Features

Bug Fixes

Refactors

Chores

CI

Full Changelog: v1.0.1...v1.1.0

v1.0.1

25 Nov 21:37
v1.0.1
54d0386

Choose a tag to compare

Bug Fixes

Chores

Full Changelog: v1.0.0...v1.0.1

v1.0.0

25 Nov 20:18
v1.0.0
103a59f

Choose a tag to compare

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

Documentation

Tests

Refactors

Chores

CI

Code Style

Full Changelog: v0.4.0...v1.0.0