Skip to content

Commit 1b4a3d8

Browse files
committed
chore: update version to v1.0.5
1 parent 59450ab commit 1b4a3d8

5 files changed

Lines changed: 15 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,16 @@ 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.4] - 2026-06-10
7+
## [1.0.5] - 2026-03-13
8+
9+
### Fixed
10+
11+
- Notification count in the repository header not decrementing when a single notification is marked as read
12+
- Countdown timer display jumping on alarm reset (was showing remaining time from the previous alarm cycle)
13+
- Device Flow OAuth polling could exceed `expires_in` timeout after repeated `slow_down` responses from GitHub
14+
- Theme / popup width changes not applied when browser storage write fails
15+
16+
## [1.0.4] - 2026-03-10
817

918
### Fixed
1019

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.4",
4+
"version": "1.0.5",
55
"description": "GitHub notifications in the browser toolbar",
66
"permissions": [
77
"alarms",

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

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

0 commit comments

Comments
 (0)