-
v0.4.0 Stable
released this
2024-10-28 18:07:03 +00:00 | 253 commits to main since this releaseNOTE
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 (
aac02d095fby @Slug-Boi) - add temp add command (
b0a5125113by @Slug-Boi) - added commit message window to tui (
7f5a3bcca6by @Slug-Boi) - add tui show users (WIP) and prefer bat if present (
fa03de4695by @Slug-Boi) - finish add and remove author bindings and tui elements (
55fe196536by @Slug-Boi) - add buble tea tui elements for creating authors and selecting authors. More to come (
a78cdf37f9by @Slug-Boi)
Bug Fixes
- fixed output of users command to be readable (
580f56555fby @Slug-Boi)
Documentation
- add small readme in tui folder for bubbletea templates (
5cfa40876bby @Slug-Boi)
Tests
- fix remove author test (
f763c81fe2by @Slug-Boi) - add more tui tests (
04f5a50579by @Slug-Boi) - write tui tests (
c7e39201acby @Slug-Boi) - cobra tests added (
47128cf3f6by @Slug-Boi) - update util tests and remove a line (
6c96fc90bdby @Slug-Boi) - create tests for the util functions (
87a6de6b6fby @Slug-Boi)
Refactors
- remove user to actually remove both names (
aff8d49620by @Slug-Boi) - add screen clear to root command (
55dd1bc5eeby @Slug-Boi) - change model structure of show users for testing (
fbfde5999fby @Slug-Boi) - change name of author and combine with temp add command (
7521fd5f26by @Slug-Boi) - changed color of commit message field to match rest of TUI (
b0baa0cf70by @Slug-Boi) - change root command to include commit wrapper options (
527269f788by @Slug-Boi) - refactor whole project to based on cobra commands (
0e57a48f61by @Slug-Boi)
Chores
- update go.sum (
50776355ceby @Slug-Boi) - fixed imports and function signatures (
def99f602fby @Slug-Boi) - go mod updates (
3dfecbeab6by @Slug-Boi) - update go mod (
2ab9312126by @Slug-Boi)
CI
- trying to fix build test ci workflow (
c4ac188918by @Slug-Boi) - add env var to build test workflow (
c546326412by @Slug-Boi) - fix dagger ci problems and failing tests (
63fd1f13f9by @Slug-Boi) - change tests to actually run all tests (
aa3ec23277by @Slug-Boi) - work path change (
ef674c20f9by @Slug-Boi) - change go work path (
9086597d17by @Slug-Boi) - update workflow files and mod version (
55ee0c66d1by @Slug-Boi)
Other Changes
- change commit key to enter (alt enter stopped working) (
d3820826d1by @Slug-Boi) - removed unsued line (
c6fe91d24cby @Slug-Boi) - updated depen with security issues (
7bc6763903by @Slug-Boi)
New Contributors
- @dependabot made their first contribution in https://github.com/Slug-Boi/cocommit/pull/17
- @August-Brandt made their first contribution in https://github.com/Slug-Boi/cocommit/pull/18
Full Changelog: https://github.com/Slug-Boi/cocommit/compare/v0.3.1...v0.4.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- add confirmation to author deletion (
-
v0.3.1 Stable
released this
2024-07-04 10:10:16 +00:00 | 293 commits to main since this releaseFull Changelog: https://github.com/Slug-Boi/cocommit/compare/v0.3.0...v0.3.1
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v0.3.0 Stable
released this
2024-05-19 21:07:35 +00:00 | 295 commits to main since this releaseNew Features
- added author file default path and config creation utility (
e355bec97dby @Slug-Boi)
Chores
- added nix specific build command (for package building) (
5556c4c44eby @Slug-Boi)
Full Changelog: https://github.com/Slug-Boi/cocommit/compare/v0.2.3...v0.3.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- added author file default path and config creation utility (
-
v0.2.3 Stable
released this
2024-05-17 20:43:05 +00:00 | 297 commits to main since this releaseChores
- add makefile (
c19a58487cby @Slug-Boi)
CI
- spelling mistake (
ab6254f418by @Slug-Boi) - update release workflow with new go mod path (
f81f693946by @Slug-Boi) - update dagger workflows (
0969a0023fby @Slug-Boi)
Other Changes
- //github.com/Slug-Boi/cocommit (
edcc78ed21&c7814263e0&ac5702e8b9&af965e04fe&6f573fcd7d&a107d4d9fb&67f8ee1d5f&ae9d25af75by @Slug-Boi)
Full Changelog: https://github.com/Slug-Boi/cocommit/compare/v0.2.2...v0.2.3
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- add makefile (
-
v0.2.2 Stable
released this
2024-04-20 20:20:07 +00:00 | 330 commits to main since this releaseRefactors
- sort users printout (
923f94c314by @Slug-Boi) - fix user printout to be more readable (
9b9fe278d6by @Slug-Boi)
Other Changes
- //github.com/Slug-Boi/cocommit (
4738a58f0bby @Slug-Boi)
Full Changelog: https://github.com/Slug-Boi/cocommit/compare/v0.2.1...v0.2.2
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- sort users printout (
-
v0.2.1 Stable
released this
2024-03-06 13:02:17 +00:00 | 351 commits to main since this releaseDocumentation
- added usage for grouping to program (
4eada94fcfby @Slug-Boi) - added syntax for grouping in author file to readme (
43da0d3508by @Slug-Boi) - added usage to readme (
366482669eby @Slug-Boi) - added syntax to author file for grouping (
f618ce9f37by @Slug-Boi)
Refactors
- created a check_err func to shorthand error checks in code (
c8c09e5f15by @Slug-Boi)
Full Changelog: https://github.com/Slug-Boi/cocommit/compare/v0.2.0...v0.2.1
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- added usage for grouping to program (
-
v0.2.0 Stable
released this
2024-03-06 12:14:44 +00:00 | 356 commits to main since this releaseNew Features
- added the grouping feature, currently untested (
ffebd8a56dby @Slug-Boi)
Bug Fixes
- fixed index out of bounds error (
aa81eb0e73by @Slug-Boi) - Think I fixed the syntax for group declartion (
5aa8fe2703by @Slug-Boi)
Tests
- added a test for grouping (
27a755ce81by @Slug-Boi)
CD
- added automated changelogs to release workflow (
b740e673baby @Slug-Boi)
Full Changelog: https://github.com/Slug-Boi/cocommit/compare/v0.1.0...v0.2.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- added the grouping feature, currently untested (
-
v0.1.0 Stable
released this
2024-03-05 08:54:16 +00:00 | 364 commits to main since this releaseWhat's Changed
- Feat: Exclude and add all by @Slug-Boi in https://github.com/Slug-Boi/cocommit/pull/5
- feat: added the ability to exclude users by default from commits by @Slug-Boi in https://github.com/Slug-Boi/cocommit/pull/7
- test: added a default exclusion test and cleaned code up by @Slug-Boi in https://github.com/Slug-Boi/cocommit/pull/10
Full Changelog: https://github.com/Slug-Boi/cocommit/compare/v0.0.1...v0.1.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.0.1 Stable
released this
2024-03-03 18:46:02 +00:00 | 397 commits to main since this releaseDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v0.0.0 Stable
released this
2024-03-03 17:58:42 +00:00 | 401 commits to main since this releaseDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)