mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-07-05 10:54:12 +02:00
Update ChangeLog with narrative summary of post-0.100 changes
Add a hand-written "Version 0.101 (Unreleased)" section covering the headless CLI export mode, PDF hyperlink cross-references, diagram duplication, the Windows MSI versioning fix, the macOS file-open regression fix, and expanded Korean translation support. Add git-cliff config for changelog generation Add cliff.toml, configured to group commits by keyword (fix/feat/ refactor/etc. in FR+EN) since the project history doesn't follow Conventional Commits. Handles QET's tag format (X.Y / X.Y.Z, no v prefix), excludes the floating "nightly" tag, dedupes repeated commit messages per release, and truncates commit bodies to their summary line to keep the generated changelog valid Markdown. Usage: export GITHUB_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxxxx git-cliff --config cliff.toml <last_tag>..HEAD --prepend ChangeLog.md.
This commit is contained in: