Skip to content

Releases: caiquearaujo/gitmit

v0.6.1

14 Jan 13:37

Choose a tag to compare

  • [Fix] Claude Code introduced an implicit bug when fixing types, cannot init a repository this way. Now it's fixed.

Please, be sure to use gitmit update in a folder with a git repository.

v0.6.0

12 Jan 13:24

Choose a tag to compare

  • [Add] Add --dry-run flag to commit command;
  • [Add] Add support to OpenRouter;
  • [Changes] Enhanced prompts.

v0.5.0

22 Aug 22:48

Choose a tag to compare

  • [Add] Add .gitmitignore file to support to exclude files from commit prompt;
  • [Add] Add --no-feat option to ignore feat commit type at commit prompt;
  • [Add] Add --debug option on commit command to display files that will be committed and current prompt;
  • [Changes] Config command improvements, it displays all configuration (and usage) in a panel;
  • [Changes] Commit prompt improvements.

v0.4.0

17 Aug 22:10

Choose a tag to compare

  • [Add] Add versioning command;
  • [Add] Add merge command.

v0.3.0

14 Aug 03:13

Choose a tag to compare

  • [Changes] Commit command:
    • Add --mode option to auto set the commit mode: manual or ai;
    • Add --brief option to type a brief summary of the changes when using ai mode;
    • Add --force option to ignore all confirmations, including LLM confirmations.

v0.2.1

05 May 11:37

Choose a tag to compare

  • [Fix] Parsing month for MySQL usage tracking.

v0.2.0

05 Apr 03:13

Choose a tag to compare

  • [Change] Better "meaning" explanation for commit types;
  • [Change] Prompt improvements.

v0.1.0

03 Apr 05:00

Choose a tag to compare

  • Initial release. See README.md for installation instructions.