Skip to content

Commit a37e6d6

Browse files
committed
release: 1.4.0
1 parent 18f68c2 commit a37e6d6

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v1.4.0 (2026-07-10)
4+
5+
- feat: add Gerrit support as code review software
6+
- feat: add Gitiles as Gerrit mirror layout
7+
- fix: display a status message when adding or removing a self-hosted instance fails, and stop a list-refresh error from reporting a successful add/remove as failed
8+
- fix: request the host permission before reading storage when adding a self-hosted instance, so the click's user-activation is preserved and the browser no longer rejects the request
9+
310
## v1.3.3 (2026-07-07)
411

512
- build: run web-ext with npm

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
"name": "Git PR reverse",
55
"description": "__MSG_extensionDescription__",
6-
"version": "1.3.3",
6+
"version": "1.4.0",
77
"icons": {
88
"16": "static/icon-16.png",
99
"32": "static/icon-32.png",

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": "git-pr-reverse",
3-
"version": "1.3.3",
3+
"version": "1.4.0",
44
"description": "List open git pull requests of a file",
55
"license": "Apache-2.0",
66
"private": true,

0 commit comments

Comments
 (0)