Skip to content

Commit 1547910

Browse files
committed
2.4.0
1 parent daf8c5e commit 1547910

3 files changed

Lines changed: 17 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.4.0] - 2025-10-30
9+
10+
### Added
11+
- Automatic update checker that notifies users when a new version is available
12+
- Interactive prompt allowing users to update immediately or decline (similar to oh-my-zsh)
13+
- Remembers declined versions to avoid repeated prompts for the same version
14+
- Automatic provider fallback on rate limit errors - tries other configured providers automatically
15+
- Clear error messages that show actual git/AI errors instead of generic messages
16+
17+
### Fixed
18+
- Improved error handling in git commit command to preserve and display actual error messages
19+
- SIGINT handling when user cancels with Ctrl+C - now exits gracefully without error message
20+
- Quote escaping in commit messages containing double quotes
21+
822
## [2.3.2] - 2025-10-30
923

1024
### Fixed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "git-commitai-cli",
3-
"version": "2.3.2",
3+
"version": "2.4.0",
44
"description": "AI-powered git commit message generator",
55
"main": "dist/cli.js",
66
"type": "module",

0 commit comments

Comments
 (0)