Skip to content

Commit f422512

Browse files
euxxclaude
andcommitted
chore: update version to v1.4.0
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent e4ec830 commit f422512

4 files changed

Lines changed: 17 additions & 3 deletions

File tree

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.4.0] - 2026-05-20
8+
9+
### Added
10+
11+
- Cache author avatar bytes locally as base64 data URLs so the popup renders avatars with no network or flicker on browsers that bypass HTTP caching for cross-origin extension requests (e.g. Brave Shields)
12+
13+
### Fixed
14+
15+
- Adaptive poll interval signalled by GitHub's `X-Poll-Interval` header no longer dropped when a later storage write in the same fetch cycle fails
16+
17+
### Changed
18+
19+
- Bump minimum Chrome to 114 to use the 10 MB `chrome.storage.local` quota (Chrome 99–113 capped at 5 MB)
20+
721
## [1.3.1] - 2026-05-15
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.3.1",
4+
"version": "1.4.0",
55
"description": "GitHub notifications in the browser toolbar",
66
"permissions": ["alarms", "storage", "notifications"],
77
"host_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.3.1",
4+
"version": "1.4.0",
55
"description": "GitHub notifications in the browser toolbar",
66
"minimum_chrome_version": "114",
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.1",
3+
"version": "1.4.0",
44
"description": "GitHub notifications in the browser toolbar",
55
"keywords": [
66
"chrome-extension",

0 commit comments

Comments
 (0)