Releases: nimbus-agent/nimbus-web-clipper
Releases · nimbus-agent/nimbus-web-clipper
Release list
Web Clipper 0.5.0
What's Changed
- docs(readme): store badges + install section (merge when listings live) by @asafgolombek in #15
- ci: add a read-only store credential liveness check by @asafgolombek in #26
- ci(security): scope store publishing credentials to the release environment by @asafgolombek in #27
- docs: require a CHANGELOG entry in the PR checklist by @asafgolombek in #32
- docs(roadmap): reframe as a browser-side gateway client by @asafgolombek in #33
- docs: give clipper users one place to ask by @asafgolombek in #34
- chore(deps): refresh deps and absorb the @types/chrome 0.2.5 ContextType break by @asafgolombek in #35
- feat(panel): know where you are — page recognition and item resolution (Phase C1) by @asafgolombek in #36
- docs: reconcile Phase C1 with the gateway design that already existed by @asafgolombek in #37
- fix(panel): adapt resolve to the shipped GET /v1/items/resolve contract by @asafgolombek in #38
- docs(roadmap): C1.5 — the related panel needs a second way in by @asafgolombek in #39
- feat(panel): targeted fetch on a resolve miss (C3.1) by @asafgolombek in #40
- fix(panel): the freshness line says Updated, not Indexed by @asafgolombek in #41
- feat(panel): ask an agent about the pull request you are looking at by @asafgolombek in #42
- fix(panel): one panel, one page — pin the page, notice a navigation, gate the lanes by @asafgolombek in #43
- chore: make the lint gate lint, and keep worktree scratch out of git by @asafgolombek in #44
- feat(panel): the panel finds you — an ambient cue on a page Nimbus knows by @asafgolombek in #45
- refactor(background): lift the cue-open branch out of the message router by @asafgolombek in #46
- feat(panel): ask an agent about the product you are looking at (C2.3) by @asafgolombek in #47
- feat(options): setup that works — find the gateway, report it honestly, say where data goes by @asafgolombek in #48
- test(verify): run the "Setup that works" checklist against a real browser by @asafgolombek in #49
- feat(background,options): a panel you can always reach (C1.5) by @asafgolombek in #50
- feat(preview): see exactly what leaves, before it leaves (slice 3) by @asafgolombek in #51
- feat(panel): ask about the word you selected, and the item you picked (C2.5 · glossary · 4.2) by @asafgolombek in #52
- fix(origins): remove a reachable quadratic regex, and clear most of the Sonar backlog by @asafgolombek in #53
- docs: prune 19 delivered plans and review notes, and guard the references by @asafgolombek in #55
- refactor: take the Sonar backlog to zero by @asafgolombek in #54
- docs(claude): add the first repo skill — MV3 client mechanics and gate honesty by @asafgolombek in #56
- feat(panel): related that knows what it is related to (4.1) by @asafgolombek in #57
- feat(panel): capture as the last resort (C3.2) by @asafgolombek in #58
- docs(development): step 7 asked for a header that cannot appear there by @asafgolombek in #59
- test(e2e): gate every PR on the checklist a human never ran by @asafgolombek in #60
- feat(brief): research briefs from the tabs you have open by @asafgolombek in #61
- feat(brief): the passages you highlighted, as brief sources (C5.3) by @asafgolombek in #62
- chore: clear the ten follow-ups C5.3 left behind by @asafgolombek in #63
- feat(brief): research briefs can also search your saved clips (C5.4) by @asafgolombek in #64
- feat(brief): the index copy widens, now that the gateway search did by @asafgolombek in #65
- feat(panel): why does this change exist — the third review lane (C2.4) by @asafgolombek in #66
- fix(capture,panel): a canonical URL you can trust (2.5 S1) by @asafgolombek in #67
- feat(canonical): name a downgrade a downgrade, and refuse credentials by @asafgolombek in #68
- feat(capture): a clip you can cite — the metadata the page already gave us (2.5 S3) by @asafgolombek in #69
- feat(ledger): what the gateway did for you — the activity ledger (C4.1) by @asafgolombek in #70
- feat(ledger): how each fetch ended — the outcome column (C4.1 U3b) by @asafgolombek in #71
- docs(release): cut 0.5.0 — the release in which the clipper became a client by @asafgolombek in #72
Full Changelog: v0.2.0...v0.5.0
Web Clipper 0.2.0
What's Changed
- fix(docs): correct nimbus-agent.dev listing URLs by @asafgolombek in #13
- feat(store): promo tiles + reproducible generator by @asafgolombek in #14
- Quick-clip entry points: context menu + keyboard shortcuts with in-page toast by @asafgolombek in #16
- Treat gateway 413 as a terminal payload_too_large error, not a retryable offline one by @asafgolombek in #17
- Gateway 429 rate-limit handling, flush-alarm fix, and 0.2.0 by @asafgolombek in #18
- fix(sonar): clear the 3 open SonarCloud issues (one was a real bug) by @asafgolombek in #19
- fix(sonar): put the S7785 suppression on the reported line by @asafgolombek in #20
- docs: add ROADMAP (Stage 3 cross-link) by @asafgolombek in #21
- docs: add Nimbus SDK roadmap, replacing the root ROADMAP pointer by @asafgolombek in #22
- test(rate-limit): fix flaky far-future clamp assertion by @asafgolombek in #24
- docs: repo-specific roadmap + architecture reference by @asafgolombek in #23
- chore(release): cut v0.2.0 and refresh stale docs by @asafgolombek in #25
Full Changelog: v0.1.0...v0.2.0
Web Clipper 0.1.0
What's Changed
- chore: scaffold MV3 web-clipper extension backbone by @asafgolombek in #1
- Web Clipper Slice 1: spec, plan + implementation by @asafgolombek in #2
- feat: web clipper extension — Slice 1 (pairing + capture + clip) by @asafgolombek in #3
- feat: Slice 2 — related-items sidecar by @asafgolombek in #4
- feat: connection management (Options pairing status + unpair) by @asafgolombek in #6
- ci: GitLab CI pipeline (warm-standby mirror of GitHub Actions) by @asafgolombek in #7
- ci(sonar): allowlist GPG keyservers so the CI SonarQube scan can start by @asafgolombek in #9
- fix(options): correct gateway URL placeholder + refresh README status by @asafgolombek in #8
- Store submission readiness: assets, automated CWS/AMO publishing, and release-quality hardening by @asafgolombek in #10
- feat(manifest): declare no-data-collection for AMO (Firefox) by @asafgolombek in #11
- chore(release): 0.1.0 by @asafgolombek in #12
Full Changelog: https://github.com/nimbus-agent/nimbus-web-clipper/commits/v0.1.0