diff --git a/ext/webextension/manifest.json b/ext/webextension/manifest.json
index 97f2521..f4775fc 100644
--- a/ext/webextension/manifest.json
+++ b/ext/webextension/manifest.json
@@ -1,6 +1,6 @@
{
"name": "MasterPassword for Firefox",
- "version": "2.2.1b2",
+ "version": "2.3.0",
"manifest_version": 2,
"description": "Remember your MasterPassword, and this app will generate unique passwords for every other site you visit",
"author": "Torbjorn Tyridal (ttyridal)",
diff --git a/ext/webextension/src/options/releasenote.html b/ext/webextension/src/options/releasenote.html
index 2209355..a009c71 100644
--- a/ext/webextension/src/options/releasenote.html
+++ b/ext/webextension/src/options/releasenote.html
@@ -8,26 +8,21 @@
- MasterPassword Release 2.2.1b2
+ MasterPassword Release 2.3.0
Thank you for using MasterPassword for Firefox! The easiest way to handle site-unique password on the web.
If you want to understand what this is all about, please see here.
-
+
You've chosen to install a beta release of this addon. Thank you for beeing an early adopter! If you find
any bugs or missing features, please report them on the issue tracker.
-
+
If you have any issues with with addon, please report them on the issue tracker.
Users of OS' key-vault
If you're using GNOME Keyring, KWallet, OSX Keychain or Windows Password Vault to store your master key, you'll need to
download a separate helper app. Please refer to the wiki for further information.
-
Changes since v2.2.1b1
-
- - Fix .mpsites import when starting from a fresh install
-
- Fix default config when starting from a fresh install
-
Changes since v2.2.0
- Pure webextension: built without legacy sdk shim and thus supporting Firefox 57 and beyond.