Releases: ShiosOS/github-pr-reverse-comments
Releases · ShiosOS/github-pr-reverse-comments
Release list
v1.2.1
What's Changed
- Release workflow: sign .xpi via AMO and publish to Chrome Web Store by @ShiosOS in #19
- Match plural "failures" in FAILING_RE check-status pattern by @ShiosOS in #20
- Bump actions/checkout from 6.0.3 to 7.0.1 by @dependabot[bot] in #24
- Bump actions/setup-node from 6.4.0 to 7.0.0 by @dependabot[bot] in #22
- Bump the dev-dependencies group with 9 updates by @dependabot[bot] in #23
New Contributors
- @dependabot[bot] made their first contribution in #24
Full Changelog: v1.2.0...v1.2.1
v1.1.0
What's Changed
- Add top-of-conversation autotest status indicator with jump-to-block behavior by @Copilot in #2
- Bump CI Node version from 20 to 24 by @ShiosOS in #3
- Add MIT LICENSE and bump version to 1.1.0 by @ShiosOS in #4
- Harden CI workflow (permissions, SHA-pinned v6 actions, concurrency) by @ShiosOS in #5
- Add CodeQL scanning, Dependabot, and security policy by @ShiosOS in #6
- Add JSDoc type-checking and test coverage gating by @ShiosOS in #8
- Add release automation and CHANGELOG by @ShiosOS in #9
New Contributors
Full Changelog: v1.0.6...v1.1.0
v1.0.6 — reverse commits on the Commits tab
Adds support for the Commits tab and quiets down the developer console.
What's new
- Commits tab is now reversed too. The newest day's commits move to the top of the page, and within each day the latest commit floats to the top of its group. The same toggle button you use on the Conversation tab controls both pages.
- Toolbar icon goes blue on the Commits tab. Previously only the Conversation page lit it up; Commits stayed gray. Files Changed and Checks still gray (no comment/commit timeline to reverse).
- Removed diagnostic console logs. Earlier versions logged
[PRRC] …messages on every page load. With both supported pages working against current GitHub, the logs were noise.
Under the hood
The content script now supports multiple targets per page. Conversation is one target (the timeline). Commits is N+1 targets (the day-group container plus one inner <ul> per day). The selector strategy uses unhashed class/data-testid attributes so it should survive incidental React rebuilds.
Install
- Chrome / Edge / Brave: download
github-pr-reverse-comments.zipbelow, unzip,chrome://extensions→ Load unpacked. If you already loaded this folder, click the reload icon on the extension card. - Firefox: the signed
.xpifor v1.0.6 isn't attached yet — re-upload the zip to addons.mozilla.org for a fresh signed build, then attach it back here withgh release upload v1.0.6 <path-to-xpi>. The v1.0.5.xpiis gone with that release; only Chromium gets a downloadable artifact for now.
v1.0.5 — Firefox-compatible background script
Pairs background.service_worker with background.scripts in manifest.json so Firefox accepts the manifest cleanly. No behavior changes from v1.0.4.