Changelog
March 10, 2026 ยท View on GitHub
All notable changes to this project are documented in this file.
[Unreleased]
Fixed
- Synced in-app version strings and extension manifest version to
1.3.2so popup, Source Explorer, analytics, and packaged manifest report the same release.
Added
- Added
docs/robots.txtanddocs/sitemap.xmlfor crawl/index baseline on GitHub Pages. - Added
docs/404.htmlwith links back to home, language entries, docs, and FAQ. - Added GitHub issue forms: bug report, feature request, and issue config routing.
- Added
docs/faq.md(English FAQ) anddocs/assets/README.md(screenshot/video asset plan).
Changed
- Added consistent
DocsandFAQlinks on English, Chinese, and Japanese landing pages. - Added
CHANGELOG/FAQ/screenshot-planentries in multilingual README files. - Updated privacy page metadata with canonical and hreflang tags, and refined wording for verifiable privacy statements.
[2026-03-10] - Pages and multilingual baseline documented
Added (documented existing baseline)
- GitHub Pages site structure in
docs/with:- English home (
/) - Chinese page (
/zh/) - Japanese page (
/ja/) - Privacy page (
/privacy/)
- English home (
- Documentation pages for Pages maintenance and growth roadmap:
docs/README.mddocs/roadmap.md
Workflow (documented existing baseline)
- GitHub Pages deployment workflow:
.github/workflows/pages.yml. - Release packaging workflow:
.github/workflows/release.yml.