Skip to content

Commit bc80882

Browse files
committed
chore: update version to v1.3.1
1 parent f94b73e commit bc80882

4 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7+
## [1.3.1] - 2026-05-15
8+
9+
### Fixed
10+
11+
- Filter rule count badges not recomputed after mark-as-read, mark-repo-as-read, mark-all-as-read, or desktop notification click
12+
- Sync now uses GitHub gist `updated_at` as the authoritative timestamp, avoiding missed remote changes on devices with skewed clocks
13+
- Sync no longer flags false conflicts when filter rule field order differs (`{keywords, repos}` vs `{repos, keywords}`) or when only the timestamp changed without rule edits
14+
- Replace `createContextualFragment` and `innerHTML` with `DOMParser` to satisfy AMO security linter
15+
716
## [1.3.0] - 2026-05-14
817

918
### Added

manifest-firefox.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 Notifier Pro",
4-
"version": "1.3.0",
4+
"version": "1.3.1",
55
"description": "GitHub notifications in the browser toolbar",
66
"permissions": ["alarms", "storage", "notifications"],
77
"host_permissions": ["https://api.github.com/*", "https://github.com/*"],

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 Notifier Pro",
4-
"version": "1.3.0",
4+
"version": "1.3.1",
55
"description": "GitHub notifications in the browser toolbar",
66
"minimum_chrome_version": "99",
77
"permissions": ["alarms", "storage", "notifications"],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-notifier-pro",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "GitHub notifications in the browser toolbar",
55
"keywords": [
66
"chrome-extension",

0 commit comments

Comments
 (0)