Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.2.0] - 2026-07-14

### Fixed

- Release packaging omitted `checks.js`, so published `.zip`/`.xpi` builds
Expand All @@ -21,7 +23,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
while it is open.
- A corrupted stored preference value no longer desyncs the toggle label
from the actual sort order; anything unrecognized falls back to newest.

- Status-word matching in the checks indicator uses word boundaries, so a
check _named_ e.g. `failover-suite` or `cancellation-service` that passed
is no longer misreported as failing.
Expand Down Expand Up @@ -70,6 +71,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
day), including the modern React-rendered Commits page.
- Firefox support (Manifest V3, signed `.xpi`).

[Unreleased]: https://github.com/ShiosOS/github-pr-reverse-comments/compare/v1.1.0...HEAD
[Unreleased]: https://github.com/ShiosOS/github-pr-reverse-comments/compare/v1.2.0...HEAD
[1.2.0]: https://github.com/ShiosOS/github-pr-reverse-comments/releases/tag/v1.2.0
[1.1.0]: https://github.com/ShiosOS/github-pr-reverse-comments/releases/tag/v1.1.0
[1.0.6]: https://github.com/ShiosOS/github-pr-reverse-comments/releases/tag/v1.0.6
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "GitHub PR Reverse Comments",
"version": "1.1.0",
"version": "1.2.0",
"description": "Sort GitHub PR comments and commits in reverse chronological order (newest first), with a toggle.",
"permissions": ["storage"],
"host_permissions": ["https://github.com/*"],
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "github-pr-reverse-comments",
"version": "1.1.0",
"version": "1.2.0",
"description": "Dev tooling for the GitHub PR Reverse Comments browser extension. The extension itself has no build step; these scripts only lint, format, test, and package it.",
"private": true,
"repository": {
Expand Down