Releases: Koala-Studios/newton-browser
Releases · Koala-Studios/newton-browser
Release list
Newton Browser 0.4.1
[0.4.1] - 2026-07-11
Fixed
- Match the official MCP Registry namespace to GitHub's canonical organization casing
(io.github.Koala-Studios/newton-browser) so GitHub ownership and npm package
verification agree during publication.
Newton Browser 0.4.0
[0.4.0] - 2026-07-11
Added
- MIT licensing and package metadata.
- Extension visual identity, generated PNG master icon, toolbar connection state, and deterministic icon packaging.
- CI and release workflows;
newton-browsernpm packaging vianpx, a Node 20 runtime floor, and a--install <client>config helper. - First-run onboarding page and a minimal session-visibility popup with a stop-all control.
- Host/extension version-skew reporting on
browser.status. browser.observetext mode (mode:"text") returning bounded, redacted page text.- JavaScript dialog handling:
dialog_accept(withpromptText) anddialog_dismissact kinds, pluspendingDialogon observations. - Owned-tab viewport
resizeact kind, persisted across debugger re-attach. - Batch
fill_formact kind with per-field floor and stop-on-first-failure. - Read-only
browser.consoleandbrowser.networktools (headers never exposed; network bodies origin-gated). - Screenshot
regioncapture andformat:"jpeg"/qualityencoding. - Privacy-preserving owned sessions with
browser.session.start({ incognito: true }),
including typedincognito_not_allowedguidance when extension access is disabled.
Fixed
- Host-side observation redaction is now wired into the live result path, so accessible values and
mode:"text"page text reach the client secret-redacted (BB-035).
Security
- Renamed from Browser Bridge to Newton Browser; retired the old env-var prefix, auth protocol id, and config directory.