Skip to content

Releases: HRemonen/CommitSense

v1.0.0

21 Sep 13:26
Compare
Choose a tag to compare

v0.8.0

04 Aug 08:19
Compare
Choose a tag to compare

What's Changed

  • chore: Configure Renovate by @renovate in #9
  • chore(deps): update actions/checkout action to v4 by @renovate in #14
  • chore(deps): update goreleaser/goreleaser-action action to v6 by @renovate in #17
  • chore(deps): update golangci/golangci-lint-action action to v6 by @renovate in #16
  • chore(deps): update actions/setup-go action to v5 by @renovate in #15
  • fix(deps): update module github.com/spf13/viper to v1.19.0 by @renovate in #13
  • fix(deps): update module github.com/spf13/cobra to v1.8.1 by @renovate in #11
  • fix(deps): update module github.com/fatih/color to v1.17.0 by @renovate in #10

New Contributors

Full Changelog: v0.7.7...v0.8.0

v0.7.7

01 Feb 13:28
Compare
Choose a tag to compare

Full Changelog: v0.7.6...v0.7.7

v0.7.6

06 Dec 16:04
Compare
Choose a tag to compare

Changelog

  • 6bf8211 fix: Fix lint issues
  • 04b7274 fix: remove unneseccary stuff from gitignore

v0.7.5

06 Dec 15:57
Compare
Choose a tag to compare

Changelog

  • 1d1809c refactor: Delete unused prompt
  • f7649a2 refactor: Refactor prompt and item packages

v0.7.4

06 Dec 14:46
Compare
Choose a tag to compare

Changelog

  • 85d599e chore: Fix lint errors
  • bc1e3cc feat: Change config file to json and add version numbering for future references
  • 29e1644 fix: update gitignore
  • 56f4837 refactor: remove unused variable

v0.7.3

06 Dec 13:18
Compare
Choose a tag to compare

Changelog

  • 222bfe7 feat: Release version to the --version flag

v0.7.2

06 Dec 10:26
Compare
Choose a tag to compare

Changelog

v0.7.0

06 Dec 09:47
Compare
Choose a tag to compare

Changelog

  • 5c8ce72 chore: Remove user home dir from the code as it is not userd
  • 3968fe4 feat: Staged files are unnecessary
  • 82dc700 feat: User colorprinter to show success of commit
  • 17ba0f0 feat: add new color for std out
  • 74a6768 feat: add revert commit type to the default commit types
  • bc6e0bf fix: Color the commit information
  • 96c5296 fix: Remove unused parameter from CreateGitCommit
  • 7d272e0 fix: Test
  • 0c29990 fix: testi
  • fa4b15a refactor: refactor commit to use go-git package
  • d33e77a refactor: remove unused console parser for the staged files as it deprecated
  • 388cfea refactor: use go-git for staging

v0.6.0

29 Oct 17:29
Compare
Choose a tag to compare

Changelog

  • 2e92da1 chore(Add): Remove add command from commitsense as it is pretty trivial and not the cake
  • 975ff79 chore(Commit): remove useless print statements from the commit cmd
  • bdaa3c5 chore(Printer): Change all error prints to use the colorprinter on the commit cmd
  • 8f4d024 chore(Printer): Change the commit cmd err to use colorprinter
  • 4b561b5 chore: Remove binary
  • 65b54d4 feat(Config): Add formatting to the config file print function, introduce coloring
  • e87a94f feat(Config): Create functionality for showing a config, also initialize default config if config file is not found
  • 69a9fb3 feat(Config): Export variable for the Application Configuration file
  • 5365384 feat(Config): Load the Commit Types for prompt from the configuration file
  • 6f47954 feat(Config): Remove global export of Configuration file, use the ReadConfigFile for getting the config
  • 6405918 feat(Config): Update configuration file read function
  • 0a71d85 feat(Config): Update the config write function
  • 3a3b1ed feat(Git): Expand git ignore file to contain the commitsense binary and commitsense config
  • 5124bc9 feat(Printer): Create package called colorprinter for printing colored stdouts
  • 2f056d9 feat(Printer): change all colored print messages to use the colorprinter
  • e52ddb4 fix(Config): Add package comments
  • 189fc63 fix(Config): Fix function for reading the config file
  • 5b3316a fix(Config): Fix function for writing config file
  • efb4b95 fix(Config): Fix issue with default config file not being created
  • a58ea80 fix(Config): Fixed the function for getting existing config file
  • 868e46a fix(Config): Remove info log
  • cda8e5a fix(Config): fix fumpt and lint errors
  • e49282f fix(Printer): Fix printer issues and allow for formatting and arguments
  • 1e4759f fix: Fix exported variables documentation
  • 97ea14a fix: Fix lint errors
  • 8854207 fix: Lint errors
  • 373f6bc refactor(Config): Extract Configuration file related printing functions to the config package from the root cmd