diff --git a/cli-reference/changelog.mdx b/cli-reference/changelog.mdx
new file mode 100644
index 0000000..0df921c
--- /dev/null
+++ b/cli-reference/changelog.mdx
@@ -0,0 +1,40 @@
+---
+title: Changelog
+description: Release notes for the Rime CLI.
+icon: list
+---
+
+Use [`rime upgrade`](/cli-reference/reference#upgrade) to update to the latest version, or [`rime changelog`](/cli-reference/reference#changelog) to view this in the terminal.
+
+
+- `upgrade` command for self-updating the CLI (`rime upgrade`)
+- `changelog` command to view release notes in the terminal (`rime changelog --since v0.4.0`)
+- Background update checker — notifies you on stderr when a newer version is available
+- Semantic ANSI colors for better terminal theme compatibility
+- `--days` flag on `rime usage`
+- `speedtest` UX improvements and `default_env` config option
+
+
+
+- Simplified waveform display in `tts` and `play`
+- Updated `hello` command to use Vespera voice
+
+
+
+- Animated and truncated text for long utterances in `tts` and `play`
+- `config` subcommands: `add`, `list`, `show`, `rm`, `edit`, `default`
+- `key` command to display the current API key
+- Additional flags for `speedtest`: `--speaker`, `--lang`, `--text`
+
+
+
+- `usage` command for viewing API usage history
+- Model-specific TTS parameters (`--temperature`, `--top-p`, `--repetition-penalty`, etc.)
+- Improved `curl` command options
+- Rime unicode logo in terminal output
+
+
+
+- Initial release (renamed from cli-go)
+- Core commands: `tts`, `play`, `curl`, `login`, `logout`, `config`, `speedtest`
+
diff --git a/cli-reference/overview.mdx b/cli-reference/overview.mdx
index 213fb8b..0fb81ad 100644
--- a/cli-reference/overview.mdx
+++ b/cli-reference/overview.mdx
@@ -6,6 +6,8 @@ icon: "house"
The Rime CLI is a command-line tool for synthesizing and listening to AI speech. It supports streaming audio generation, live playback with waveform visualization, and multiple output formats.
+Current version: **v0.5.0** — [see changelog](/cli-reference/changelog)
+
## Installation
@@ -42,4 +44,10 @@ brew tap rimelabs/rime-cli && brew install rime-cli
Fix common errors and installation issues
+
+ Update the CLI to the latest version
+
+
+ Release notes and version history
+
diff --git a/docs.json b/docs.json
index bd985c7..ae72acc 100644
--- a/docs.json
+++ b/docs.json
@@ -211,6 +211,12 @@
"cli-reference/rime-monitoring"
]
},
+ {
+ "group": "Changelog",
+ "pages": [
+ "cli-reference/changelog"
+ ]
+ },
{
"group": "Reference",
"pages": [