Skip to content

Commit 24eb06b

Browse files
authored
Merge pull request #271 from gopasspw/release-2.1.0
Release 2.1.0
2 parents 3d7b5bd + cbaf4a2 commit 24eb06b

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.1.0 / 2024-11-17
2+
3+
* Support dark mode (#266, #270)
4+
15
## 2.0.0 / 2024-10-12
26

37
* Migrate Chrome extension to Manifest V3 (#261)

manifests/chrome-manifest-dev.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"short_name": "gopassbridge",
44
"name": "Gopass Bridge",
5-
"version": "2.0.0",
5+
"version": "2.1.0",
66
"description": "__MSG_extensionDescription__",
77
"author": "Martin Hoefling",
88
"homepage_url": "https://github.com/gopasspw/gopassbridge",

manifests/chrome-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"short_name": "gopassbridge",
44
"name": "Gopass Bridge",
5-
"version": "2.0.0",
5+
"version": "2.1.0",
66
"description": "__MSG_extensionDescription__",
77
"author": "Martin Hoefling",
88
"homepage_url": "https://github.com/gopasspw/gopassbridge",

manifests/firefox-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"manifest_version": 2,
44
"short_name": "gopassbridge",
55
"name": "Gopass Bridge",
6-
"version": "2.0.0",
6+
"version": "2.1.0",
77
"description": "__MSG_extensionDescription__",
88
"author": "Martin Hoefling",
99
"homepage_url": "https://github.com/gopasspw/gopassbridge",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gopassbridge",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Gopass Bridge allows searching and inserting login credentials from the gopass password manager",
55
"main": "web-extension/gopassbridge.js",
66
"scripts": {

0 commit comments

Comments
 (0)