Skip to content

Commit 2a0dfdf

Browse files
committed
version bump - final release
1 parent 9eedddd commit 2a0dfdf

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

ext/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"description": "Masterpassword (see masterpasswordapp.com) as an extension for Firefox",
1010
"author": "Torbjorn Tyridal (ttyridal)",
1111
"license": "GPLv3",
12-
"version": "2.1.0b6",
12+
"version": "2.1.0",
1313
"icon": "webextension/icons/icon32.png",
1414
"icon64": "webextension/icons/icon64.png",
1515
"permissions": {"private-browsing": true, "multiprocess": true},

ext/webextension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "MasterPassword for Firefox",
3-
"version": "2.1.0b6",
3+
"version": "2.1.0",
44
"manifest_version": 2,
55
"description": "Remember your MasterPassword, and this app will generate unique passwords for every other site you visit",
66
"author": "Torbjorn Tyridal (ttyridal)",

ext/webextension/src/options/releasenote.html

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,12 @@
88
</head>
99
<body>
1010
<header class="banner valign_mid container">
11-
<div class="valign_mid"><img src="/icons/icon48.png"><h1>MasterPassword Release 2.1.0b6</h1></div>
11+
<div class="valign_mid"><img src="/icons/icon48.png"><h1>MasterPassword Release 2.1.0</h1></div>
1212
</header>
1313
<main>
1414
<p>Thank you for using MasterPassword for Firefox! The easiest way to handle site-unique password on the web.
1515
If you want to understand what this is all about, please see <a href="http://masterpasswordapp.com/">here</a>.
16-
<p>You've chosen to install a beta release of this addon. Thank you for beeing an early adopter! If you find
17-
any bugs or missing features, please report them on the <a href="https://github.com/ttyridal/masterpassword-firefox/issues" target="_blank">issue tracker</a>.
16+
<p>If you have any issues with with addon, please report them on the <a href="https://github.com/ttyridal/masterpassword-firefox/issues" target="_blank">issue tracker</a>.
1817
<p>Mozilla is fundamentally changing the environment for addons. This version adapts the webextensions api, which is the
1918
future for Firefox. For you that means that some of MasterPassword for Firefox' behaviour is changed:
2019
<h3>Users of OS' key-vault</h3>
@@ -24,14 +23,11 @@ <h3>Keyboard shortcut</h3>
2423
<p>It is no longer possible to change the keyboard shortcut. If this is causing you too much trouble, please add your concerns
2524
to <a href="https://github.com/ttyridal/masterpassword-firefox/issues/32">this issue</a>
2625

27-
<h3>Changes since v2.1.0b5</h3>
28-
<ul>
29-
<li>New feature: Autofill username (cursor must be positioned on empty username input field)
30-
</ul>
31-
<p>Since v2.0.2
26+
<h3>Changes since v2.0.2</h3>
3227
<ul>
3328
<li>New UI
3429
<li>Improve password inject (find password field in sub-frames)
30+
<li>Optionally inject username
3531
<li>Make copy password to clipboard optional
3632
<li>Don't save site config for special pages (about:blank etc)
3733
<li>Use webextension api (reqired by Mozilla)

0 commit comments

Comments
 (0)