Changelog
Following Keep a Changelog and Semantic Versioning.
0.985—April 23, 2026
Initial Chrome Web Store release.
Features
- Reader view with 10 hand-tuned light/dark themes, adjustable font, width, spacing, column count, and text alignment.
- Sticky notes and cloud-shaped notes you can drop directly onto articles, saved locally per-page.
- Highlights in 10 colors, persistent across revisits.
- Built-in dictionary (popover + search overlay) with definitions, synonyms, antonyms, and pronunciation.
- Reading library—searchable, sortable, archivable history of every article you open in reader view. Export / import as JSON.
- Wikipedia overlay mode—applies Sunny Reader's theming, highlights, and note tools directly to Wikipedia pages without breaking the native layout.
- Edit mode—rich-text toolbar for correcting or reformatting articles before saving.
- Reading time estimates in 13 languages.
- 52-locale internationalization.
- Accessibility: ARIA semantics on toolbar and dialogs, respects
prefers-reduced-motionand forced-colors mode.
Implementation notes
- Manifest V3, strict CSP (
script-src 'self'; object-src 'self'). - No remote code, no telemetry, no analytics.
- All vendored libraries ship unminified for auditability.
- Extension ships as readable source—MPL 2.0 source-form obligations are satisfied by the installed extension directly.