docs: add CHANGELOG.md#8
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 953389a27b
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
|
||
| ## [Unreleased] | ||
|
|
||
| ## [1.0.0] - 2026-03-24 |
There was a problem hiding this comment.
Use the actual released version in changelog header
CHANGELOG.md records the published release as 1.0.0, but at this commit the project manifests still declare 0.1.0 (package.json, src-tauri/Cargo.toml, and src-tauri/tauri.conf.json). That makes the release history inaccurate for readers and for any process that cross-checks changelog entries against repository versions, so this heading should match the real released version (or version bumps should be included in the same change).
Useful? React with 👍 / 👎.
Adds a CHANGELOG.md following the Keep a Changelog format, generated from git history.