Skip to content

Commit ca34293

Browse files
committed
chore: update version to v1.0.6
1 parent 2c38b1b commit ca34293

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ 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.6] - 2026-04-01
8+
9+
### Fixed
10+
11+
- Notification detail cache not refreshed when a notification is updated, showing stale state/author info
12+
- Replace blocking `alert()` with inline hint text for notification permission feedback in settings
13+
- Build script no longer wipes `dist/firefox-dev` directory
14+
15+
### Improved
16+
17+
- Switch linter and formatter from ESLint/Prettier to oxlint/oxfmt
18+
- Extract shared utilities and constants for better code organization
19+
- Remove dead code and tighten default values
20+
721
## [1.0.5] - 2026-03-13
822

923
### Fixed

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.5",
4+
"version": "1.0.6",
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.0.5",
4+
"version": "1.0.6",
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.0.5",
3+
"version": "1.0.6",
44
"description": "GitHub notifications in the browser toolbar",
55
"keywords": [
66
"chrome-extension",

0 commit comments

Comments
 (0)