Release notes

Product updates

Follow the features, improvements, and fixes shipped for Developer Docs Progress Tracker.

v0.3.0

Accounts, server indexes, and broader docs support

Version 0.3.0 keeps indexing and reading progress local by default while adding optional account features, permission-gated server index workflows, and dedicated support for more documentation collections.

Added

  • Sign in, sign out, review expired sessions, and refresh account permissions from the optional account area.
  • Query, pull, and upload server indexes when the signed-in account has the required permission.
  • Pull review indexes when an account has the additional reviewer permission.
  • Use dedicated document scopes for MDN Web Docs, Docker Docs, and English GitHub Docs.
  • Cover React Learn, Reference, Community, and Blog, plus Playwright guides and APIs for Node.js, Python, Java, .NET, and Playwright MCP.

Improved

  • Group indexes by host in the manager and switch between multiple document scopes on the same host.
  • Keep local indexing and reading progress available without signing in.
  • Confirm before a pulled server index overwrites a local index with the same site ID.

v0.2.0

Resumable indexing and page-level controls

Version 0.2.0 adds recovery paths for interrupted indexing, more precise page progress controls, and smoother support for detected documentation frameworks.

Added

  • Resume interrupted index builds from saved checkpoints when the sidebar links still match.
  • Pause or resume recording for the current page from a draggable page-level switch.
  • Delete an individual page's reading record from its progress badge in the documentation sidebar.
  • Show Subdirectory badges for indexed pages without readable body height.
  • Choose whether newly indexed pages record progress by default.

Improved

  • Cache detected documentation framework support by host and document range.
  • Continue index creation in the background after optional origin access is granted.
  • Avoid restarting the reading tracker for hash-only anchor changes on SPA documentation sites.
  • Export portable data with site settings, page records, and optional global application settings.

v0.1.0

Initial public release

Developer Docs Progress Tracker is now available for tracking visible reading progress across supported developer documentation sites with local-first storage.

Added

  • Create a local documentation index from supported docs sites.
  • Track reading progress from visible body content, not just visited pages.
  • Show document progress, page badges, and an optional right-side reading map while reading.
  • Manage indexed sites, site progress, import, export, and settings from the extension manager page.
  • Install from Chrome, Microsoft Edge, and Firefox extension stores.
  • Built-in support covers React Docs, Playwright Docs, and OpenAI Codex Docs.
  • Other HTTPS documentation sites can be checked for supported documentation frameworks including Docusaurus, VitePress, Nextra, Fumadocs, Starlight, Material for MkDocs, and Retype.
  • Reading data is stored locally in the extension's IndexedDB database, with global settings stored in browser extension local storage.