diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4fddd28..dc610ba 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,8 @@ All notable changes to kage are recorded here. The format follows
## [Unreleased]
+## [0.3.5] - 2026-06-19
+
### Changed
- Each saved page is now stored in a packed ZIM under its own `
` instead of its URL path, so a ZIM reader's search box suggests pages by their readable title.
@@ -14,6 +16,11 @@ All notable changes to kage are recorded here. The format follows
### Added
+- `kage clone --mobile` makes legacy "font-era" sites readable on a phone.
+ Sites from the 1990s and early 2000s — paulgraham.com is a good example — embed typography directly in the HTML with ``, table-based layouts, and no viewport declaration.
+ A mobile browser receiving that markup without a viewport meta shrinks everything to desktop scale, and the `` instruction then makes the already-small text microscopic.
+ Passing `--mobile` injects two things into every saved page before it is written: a `` tag so the browser stops shrinking, and a small `