• v0.4.0 c4ac188918

    v0.4.0 Stable

    github-actions[bot] released this 2024-10-28 18:07:03 +00:00 | 253 commits to main since this release

    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 (aac02d095f by @Slug-Boi)
    • add temp add command (b0a5125113 by @Slug-Boi)
    • added commit message window to tui (7f5a3bcca6 by @Slug-Boi)
    • add tui show users (WIP) and prefer bat if present (fa03de4695 by @Slug-Boi)
    • finish add and remove author bindings and tui elements (55fe196536 by @Slug-Boi)
    • add buble tea tui elements for creating authors and selecting authors. More to come (a78cdf37f9 by @Slug-Boi)

    Bug Fixes

    • fixed output of users command to be readable (580f56555f by @Slug-Boi)

    Documentation

    • add small readme in tui folder for bubbletea templates (5cfa40876b by @Slug-Boi)

    Tests

    • fix remove author test (f763c81fe2 by @Slug-Boi)
    • add more tui tests (04f5a50579 by @Slug-Boi)
    • write tui tests (c7e39201ac by @Slug-Boi)
    • cobra tests added (47128cf3f6 by @Slug-Boi)
    • update util tests and remove a line (6c96fc90bd by @Slug-Boi)
    • create tests for the util functions (87a6de6b6f by @Slug-Boi)

    Refactors

    • remove user to actually remove both names (aff8d49620 by @Slug-Boi)
    • add screen clear to root command (55dd1bc5ee by @Slug-Boi)
    • change model structure of show users for testing (fbfde5999f by @Slug-Boi)
    • change name of author and combine with temp add command (7521fd5f26 by @Slug-Boi)
    • changed color of commit message field to match rest of TUI (b0baa0cf70 by @Slug-Boi)
    • change root command to include commit wrapper options (527269f788 by @Slug-Boi)
    • refactor whole project to based on cobra commands (0e57a48f61 by @Slug-Boi)

    Chores

    CI

    • trying to fix build test ci workflow (c4ac188918 by @Slug-Boi)
    • add env var to build test workflow (c546326412 by @Slug-Boi)
    • fix dagger ci problems and failing tests (63fd1f13f9 by @Slug-Boi)
    • change tests to actually run all tests (aa3ec23277 by @Slug-Boi)
    • work path change (ef674c20f9 by @Slug-Boi)
    • change go work path (9086597d17 by @Slug-Boi)
    • update workflow files and mod version (55ee0c66d1 by @Slug-Boi)

    Other Changes

    • change commit key to enter (alt enter stopped working) (d3820826d1 by @Slug-Boi)
    • removed unsued line (c6fe91d24c by @Slug-Boi)
    • updated depen with security issues (7bc6763903 by @Slug-Boi)

    New Contributors

    Full Changelog: https://github.com/Slug-Boi/cocommit/compare/v0.3.1...v0.4.0

    Downloads
  • v0.3.1 5c77b7f36d

    v0.3.1 Stable

    github-actions[bot] released this 2024-07-04 10:10:16 +00:00 | 293 commits to main since this release

    Downloads
  • v0.3.0 5556c4c44e

    v0.3.0 Stable

    github-actions[bot] released this 2024-05-19 21:07:35 +00:00 | 295 commits to main since this release

    New Features

    • added author file default path and config creation utility (e355bec97d by @Slug-Boi)

    Chores

    • added nix specific build command (for package building) (5556c4c44e by @Slug-Boi)

    Full Changelog: https://github.com/Slug-Boi/cocommit/compare/v0.2.3...v0.3.0

    Downloads
  • v0.2.3 dbc32f5106

    v0.2.3 Stable

    github-actions[bot] released this 2024-05-17 20:43:05 +00:00 | 297 commits to main since this release

    Chores

    CI

    • spelling mistake (ab6254f418 by @Slug-Boi)
    • update release workflow with new go mod path (f81f693946 by @Slug-Boi)
    • update dagger workflows (0969a0023f by @Slug-Boi)

    Other Changes

    Full Changelog: https://github.com/Slug-Boi/cocommit/compare/v0.2.2...v0.2.3

    Downloads
  • v0.2.2 923f94c314

    v0.2.2 Stable

    github-actions[bot] released this 2024-04-20 20:20:07 +00:00 | 330 commits to main since this release

    Refactors

    • sort users printout (923f94c314 by @Slug-Boi)
    • fix user printout to be more readable (9b9fe278d6 by @Slug-Boi)

    Other Changes

    • //github.com/Slug-Boi/cocommit (4738a58f0b by @Slug-Boi)

    Full Changelog: https://github.com/Slug-Boi/cocommit/compare/v0.2.1...v0.2.2

    Downloads
  • v0.2.1 4eada94fcf

    v0.2.1 Stable

    github-actions[bot] released this 2024-03-06 13:02:17 +00:00 | 351 commits to main since this release

    Documentation

    • added usage for grouping to program (4eada94fcf by @Slug-Boi)
    • added syntax for grouping in author file to readme (43da0d3508 by @Slug-Boi)
    • added usage to readme (366482669e by @Slug-Boi)
    • added syntax to author file for grouping (f618ce9f37 by @Slug-Boi)

    Refactors

    • created a check_err func to shorthand error checks in code (c8c09e5f15 by @Slug-Boi)

    Full Changelog: https://github.com/Slug-Boi/cocommit/compare/v0.2.0...v0.2.1

    Downloads
  • v0.2.0 b740e673ba

    v0.2.0 Stable

    github-actions[bot] released this 2024-03-06 12:14:44 +00:00 | 356 commits to main since this release

    New Features

    • added the grouping feature, currently untested (ffebd8a56d by @Slug-Boi)

    Bug Fixes

    • fixed index out of bounds error (aa81eb0e73 by @Slug-Boi)
    • Think I fixed the syntax for group declartion (5aa8fe2703 by @Slug-Boi)

    Tests

    • added a test for grouping (27a755ce81 by @Slug-Boi)

    CD

    • added automated changelogs to release workflow (b740e673ba by @Slug-Boi)

    Full Changelog: https://github.com/Slug-Boi/cocommit/compare/v0.1.0...v0.2.0

    Downloads
  • v0.1.0 84b46e7bd4

    v0.1.0 Stable

    github-actions[bot] released this 2024-03-05 08:54:16 +00:00 | 364 commits to main since this release

    What's Changed

    Full Changelog: https://github.com/Slug-Boi/cocommit/compare/v0.0.1...v0.1.0

    Downloads
  • v0.0.1 e82bd6b4ca

    v0.0.1 Stable

    github-actions[bot] released this 2024-03-03 18:46:02 +00:00 | 397 commits to main since this release

    Downloads
  • v0.0.0 1e868d71c0

    v0.0.0 Stable

    github-actions[bot] released this 2024-03-03 17:58:42 +00:00 | 401 commits to main since this release

    Downloads