Skip to content

Commit 77b86a3

Browse files
committed
chore: update version to v1.0.3
1 parent 51478eb commit 77b86a3

5 files changed

Lines changed: 12 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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.0.3] - 2026-03-10
8+
9+
### Fixed
10+
- Race condition where a 60-second auto-refresh could restore notifications already dismissed via mark-as-read, mark-all-as-read, mark-repo-as-read, or desktop notification click
11+
- In-progress detail fetches now abort if a user action invalidates their snapshot, preventing stale data from being written back to storage
12+
- Badge "+" indicator now only updates when a fetch actually commits to storage
13+
714
## [1.0.2] - 2026-03-04
815

916
### Improved

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.0.2",
4+
"version": "1.0.3",
55
"description": "GitHub notifications in the browser toolbar",
66

77
"permissions": [

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.0.2",
4+
"version": "1.0.3",
55
"description": "GitHub notifications in the browser toolbar",
66
"minimum_chrome_version": "99",
77

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-notifier-pro",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"type": "module",
55
"description": "GitHub notifications in the browser toolbar",
66
"scripts": {

0 commit comments

Comments
 (0)