Skip to content

Commit 83a5f22

Browse files
committed
chore: update version to v1.2.0
1 parent 3638091 commit 83a5f22

4 files changed

Lines changed: 20 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ 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.2.0] - 2026-04-16
8+
9+
### Added
10+
11+
- Add "go to latest comment" button for notifications (prefetched and cached)
12+
- Add priority dot for high-priority notification reasons
13+
- Sum PR review comments into comment count
14+
15+
### Fixed
16+
17+
- Shrink settings panel to content height by removing forced flex fill
18+
19+
### Changed
20+
21+
- Remove hover cards feature, keep native title tooltips
22+
- Update settings icon in assets
23+
724
## [1.1.0] - 2026-04-14
825

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

0 commit comments

Comments
 (0)