Skip to content

Commit 11f65ea

Browse files
committed
Add update warning to recongifure settings
1 parent 82002cb commit 11f65ea

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.10.0
1+
3.10.1

src/background.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1319,6 +1319,9 @@ function onExtensionInstalled(details) {
13191319
}
13201320
} else if (details.reason === "update") {
13211321
var changelog = {
1322+
3010001:
1323+
"If you use custom stores or other settings, please configure them again.\n" +
1324+
"Unfortunately, the extension lost all settings during the migration to Manifest V3.",
13221325
3002000: "New permissions added to clear copied credentials after 60 seconds.",
13231326
3000000:
13241327
"New major update is out, please update the native host app to v3.\n" +

src/manifest-chromium.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"manifest_version": 3,
44
"name": "Browserpass",
55
"description": "Browser extension for zx2c4's pass (password manager)",
6-
"version": "3.10.0",
6+
"version": "3.10.1",
77
"author": "Maxim Baz <browserpass@maximbaz.com>, Steve Gilberd <steve@erayd.net>",
88
"homepage_url": "https://github.com/browserpass/browserpass-extension",
99
"background": {

src/manifest-firefox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "Browserpass",
44
"description": "Browser extension for zx2c4's pass (password manager)",
5-
"version": "3.10.0",
5+
"version": "3.10.1",
66
"author": "Maxim Baz <browserpass@maximbaz.com>, Steve Gilberd <steve@erayd.net>",
77
"homepage_url": "https://github.com/browserpass/browserpass-extension",
88
"background": {

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "browserpass-extension",
3-
"version": "3.10.0",
3+
"version": "3.10.1",
44
"description": "Browser extension for zx2c4's pass (password manager) - Community Edition.",
55
"homepage": "https://github.com/browserpass/browserpass-extension",
66
"license": "ISC",

0 commit comments

Comments
 (0)