Releases: SimonGino/aicommit
Releases · SimonGino/aicommit
v0.1.9
v0.1.8
Changelog
v0.1.7
v0.1.6
v0.1.5
Changelog
v0.1.3
Full Changelog: v0.1.2...v0.1.3
v0.1.2
Full Changelog: v0.1.1...v0.1.2
v0.1.1
feat(cli): add language configuration and support
Add support for configuring the output language for commit messages. Users can now set the language to English, Simplified Chinese, or Traditional Chinese using the aicommit config
command. This change includes updates to the README, adding the tomlkit
dependency, and modifying the main.py
, base.py
, config.py
, and qwen.py
files to handle language-specific prompts and commit types.
- Update
README.md
with language configuration instructions - Add
tomlkit
to dependencies inpyproject.toml
- Modify
main.py
to include language option inconfig
command - Update
base.py
to generate language-specific prompts - Update
config.py
to store and manage language settings - Modify
qwen.py
to use language-specific commit types and system prompts
BREAKING CHANGE: Configuration file format changed from JSON to TOML
v0.1.0
Full Changelog: https://github.com/SimonGino/aicommit/commits/v0.1.0