Skip to content

Release v0.6.1

Choose a tag to compare

@github-actions github-actions released this 09 Sep 21:58
· 3 commits to main since this release
a3b95d6

Chrome Web Store package fix

The Chrome ZIP in v0.6.0 included a development-only manifest key, causing the Chrome Web Store to reject uploads. Use v0.6.1 for Chrome store uploads. The key now exists only in isolated test profiles and is absent from the shipped extension.

Builds, archive checks and downloaded-release verification reject development keys, even with valid checksums. CI and release jobs also load the actual ZIP in Chrome without changing its manifest or adding test permissions, then verify that the extension and popup load successfully. Browser loading and automated package checks do not represent Chrome Web Store review approval.

This release also integrates the six pending dependency updates: ESLint 10.10.0, checkout 7.0.1, setup-node 7.0.0, setup-python 7.0.0 and both CodeQL actions at 4.37.9. Future CodeQL updates are grouped to keep initialization and analysis compatible.

Includes all capture recovery, English UI, tooltip and editor workflow improvements from v0.6.0.

Downloads: Chrome and Firefox extension ZIPs, the static website ZIP, and SHA256SUMS. All three archives carry provenance bound to the release workflow, tag and commit. Website deployment and browser-store publication are separate from this GitHub release.

Changes: #22
Full changelog: v0.6.0...v0.6.1