Skip to content

Commit 1f4fc47

Browse files
cursoragentShiosOS
andcommitted
Merge main into store-publish-automation (resolve release.yml and CHANGELOG conflicts)
Co-authored-by: Julius Walton <ShiosOS@users.noreply.github.com>
2 parents 1e77cc1 + cd102d4 commit 1f4fc47

4 files changed

Lines changed: 8 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.2.0] - 2026-07-14
11+
1012
### Fixed
1113

1214
- Release packaging omitted `checks.js`, so published `.zip`/`.xpi` builds
@@ -21,7 +23,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2123
while it is open.
2224
- A corrupted stored preference value no longer desyncs the toggle label
2325
from the actual sort order; anything unrecognized falls back to newest.
24-
2526
- Status-word matching in the checks indicator uses word boundaries, so a
2627
check _named_ e.g. `failover-suite` or `cancellation-service` that passed
2728
is no longer misreported as failing.
@@ -70,6 +71,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7071
day), including the modern React-rendered Commits page.
7172
- Firefox support (Manifest V3, signed `.xpi`).
7273

73-
[Unreleased]: https://github.com/ShiosOS/github-pr-reverse-comments/compare/v1.1.0...HEAD
74+
[Unreleased]: https://github.com/ShiosOS/github-pr-reverse-comments/compare/v1.2.0...HEAD
75+
[1.2.0]: https://github.com/ShiosOS/github-pr-reverse-comments/releases/tag/v1.2.0
7476
[1.1.0]: https://github.com/ShiosOS/github-pr-reverse-comments/releases/tag/v1.1.0
7577
[1.0.6]: https://github.com/ShiosOS/github-pr-reverse-comments/releases/tag/v1.0.6

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "GitHub PR Reverse Comments",
4-
"version": "1.1.0",
4+
"version": "1.2.0",
55
"description": "Sort GitHub PR comments and commits in reverse chronological order (newest first), with a toggle.",
66
"permissions": ["storage"],
77
"host_permissions": ["https://github.com/*"],

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-pr-reverse-comments",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"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.",
55
"private": true,
66
"repository": {

0 commit comments

Comments
 (0)