Skip to content

Releases: say8425/headerlab

cli: v0.4.0

Choose a tag to compare

@github-actions github-actions released this 19 Sep 11:17
71044e9

0.4.0 (2026-09-18)

Features

  • build for Firefox, and prove it on the wire (#86) (04f4297)

extension: v1.8.0

Choose a tag to compare

@github-actions github-actions released this 18 Sep 06:49
445e1c1

1.8.0 (2026-09-18)

Features

  • build for Firefox, and prove it on the wire (#86) (04f4297)
  • submit the Firefox build to Firefox Add-ons from the release (#88) (9318df5)

Bug Fixes

  • answer the Firefox Add-ons validator's six warnings (#89) (574f17c)
  • stop the local build scanning scratch dirs, and retract three false claims (#81) (b0e7345)

extension: v1.7.0

Choose a tag to compare

@github-actions github-actions released this 24 Aug 09:25
4db1456

1.7.0 (2026-08-24)

Features

  • let the "New rule" row answer the pointer (#77) (f63ad51)
  • sign the store package, so the dashboard account is not the only gate (#75) (a61fab9)

Bug Fixes

  • close the two signals that still skipped the key's cleanup (#78) (f4f8b5f)

extension: v1.6.0

Choose a tag to compare

@github-actions github-actions released this 23 Aug 14:34
16cab1d

1.6.0 (2026-08-23)

Features

  • declare English only, and stop the store reporting five languages (#72) (c319918)

extension: v1.5.0

Choose a tag to compare

@github-actions github-actions released this 23 Aug 08:04
5c7d070

1.5.0 (2026-08-23)

Features

  • put the bridge state on screen, in the space the row already had (#65) (f1c391b)

cli: v0.3.1

Choose a tag to compare

@github-actions github-actions released this 23 Aug 14:43
3589f2a

0.3.1 (2026-08-23)

Bug Fixes

  • point the CLI at the switch the popup actually has (#56) (b89ad04)

extension: v1.4.0

Choose a tag to compare

@github-actions github-actions released this 22 Aug 06:10
a6805a1

1.4.0 (2026-08-22)

Features

  • prepare the Chrome Web Store listing, in five languages (#54) (926c6a1)
  • size the rail's rows to their content, and hold each line to one line (#55) (d3d5ad3)

Bug Fixes

  • popup UX review — keep good sites working, move the count out of the rail (#52) (7986f1b)

extension: v1.3.1

Choose a tag to compare

@github-actions github-actions released this 17 Aug 05:08
0663431

1.3.1 (2026-08-17)

Bug Fixes

  • stop prose-only commits proposing releases, for both packages (#49) (ead5ea0)

extension: v1.3.0

Choose a tag to compare

@github-actions github-actions released this 17 Aug 04:19
a1313ff

1.3.0 (2026-08-17)

Features

  • name the agent bridge, switch its control, and stop losing failed requests (#46) (b134ba4)

cli: v0.3.0

Choose a tag to compare

@github-actions github-actions released this 17 Aug 05:11
84127d6

This release changes nothing about how the CLI behaves. Its code is byte-for-byte 0.2.0; what moved is this package's README and the test that guards it.

It exists because a cross-cutting commit touched packages/headerlab/README.md along with 27 files belonging to the extension, and release-please attributes a commit to every package it touches. The entry generated here originally read "name the agent bridge, switch its control, and stop losing failed requests" — the extension's work, credited to this package. That was wrong and is corrected below.

Documentation

  • document --human, which shipped in 0.2.0 with no mention in this README: it is the inverse of --json, forces the human-readable form through a pipe, and is refused alongside --json with exit 2 (b134ba4)
  • repoint the agent-bridge link at docs/agent-bridge.md, which is where that material now lives (4b22181)
  • drop the ModHeader paragraph, keeping the sentence that says why npm audit signatures is worth running (b134ba4)

Tests

  • assert the runnable commands in the five agent-bridge documents are byte-identical, and that the extracted command list is non-empty — the second is the guard that stops five empty lists comparing equal and passing (4b22181)

Note on versioning

0.3.0 is a minor bump for a documentation change, which is not what the version says. The bump follows from the same attribution: release-please read the cross-cutting commit's feat: type as this package's. exclude-paths now keeps a prose-only commit from proposing a release, but it cannot retroactively re-scope one that also touched code elsewhere.