Skip to content

Releases: so5/browser-ssh-agent

Release list

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 02 Aug 00:14

1.0.0 (2026-08-02)

  • feat!: add Docker demo, --host CLI flag, and widget drag-and-drop (d6335c7)

Bug Fixes

  • replace defunct Code Climate coverage reporting with Coveralls (d012e05)

BREAKING CHANGES

  • the widget's auto-confirm="true" attribute and the
    CLI's --auto-confirm flag are replaced by require-confirm="true" /
    --require-confirm, with inverted default semantics. Sign requests
    are now auto-approved by default (previously the widget showed a
    blocking approve/deny prompt unless auto-confirm was set), matching
    real ssh-agent's own default posture (ssh -A doesn't prompt
    per-signature either). Hosts that relied on the previous default must
    now pass require-confirm="true" (or --require-confirm) explicitly.

Co-Authored-By: Claude Sonnet 5 noreply@anthropic.com

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 20 Jul 01:36

0.2.0 (2026-07-20)

Bug Fixes

  • replace defunct Code Climate coverage reporting with Coveralls (f865265)

Features

  • add semantic-release/OIDC publishing and bot PR auto-merge (4d859fa)