File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments