Skip to content

Commit fc1ef8c

Browse files
committed
🔧 chore: update CHANGELOG for version 0.2.2
Add details on refactoring, formatting improvements, and new features.
1 parent 19b8926 commit fc1ef8c

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,18 @@
1515
- Improved validation for configuration settings.
1616

1717
## [0.1.1] - 2025-04-01
18-
- Initial release with OpenAI support.
18+
- Initial release with OpenAI support.
19+
20+
## [0.2.2] - 2025-06-18
21+
### Changed
22+
- Refactored commit message prompt for clarity, brevity, and better LLM compatibility.
23+
- Improved formatting rules for single-line and multi-line commit messages.
24+
- Enhanced summary/body structure with strict formatting guidelines.
25+
26+
### Added
27+
- Pretty-printed `git commit` command output using `-m` flags with line continuation (`\`).
28+
- Detection for single-line vs multi-line commit messages with clean display logic.
29+
30+
### Fixed
31+
- Prevented missing space between version number and summary in commit messages.
32+
- Eliminated redundant spacing and fixed formatting edge cases in output.

0 commit comments

Comments
 (0)