Skip to content

Commit

Permalink
version bump - final release
Browse files Browse the repository at this point in the history
  • Loading branch information
ttyridal committed Mar 16, 2017
1 parent 9eedddd commit 2a0dfdf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion ext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"description": "Masterpassword (see masterpasswordapp.com) as an extension for Firefox",
"author": "Torbjorn Tyridal (ttyridal)",
"license": "GPLv3",
"version": "2.1.0b6",
"version": "2.1.0",
"icon": "webextension/icons/icon32.png",
"icon64": "webextension/icons/icon64.png",
"permissions": {"private-browsing": true, "multiprocess": true},
Expand Down
2 changes: 1 addition & 1 deletion ext/webextension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MasterPassword for Firefox",
"version": "2.1.0b6",
"version": "2.1.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)",
Expand Down
12 changes: 4 additions & 8 deletions ext/webextension/src/options/releasenote.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@
</head>
<body>
<header class="banner valign_mid container">
<div class="valign_mid"><img src="/icons/icon48.png"><h1>MasterPassword Release 2.1.0b6</h1></div>
<div class="valign_mid"><img src="/icons/icon48.png"><h1>MasterPassword Release 2.1.0</h1></div>
</header>
<main>
<p>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 <a href="http://masterpasswordapp.com/">here</a>.
<p>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 <a href="https://github.com/ttyridal/masterpassword-firefox/issues" target="_blank">issue tracker</a>.
<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>.
<p>Mozilla is fundamentally changing the environment for addons. This version adapts the webextensions api, which is the
future for Firefox. For you that means that some of MasterPassword for Firefox' behaviour is changed:
<h3>Users of OS' key-vault</h3>
Expand All @@ -24,14 +23,11 @@ <h3>Keyboard shortcut</h3>
<p>It is no longer possible to change the keyboard shortcut. If this is causing you too much trouble, please add your concerns
to <a href="https://github.com/ttyridal/masterpassword-firefox/issues/32">this issue</a>

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

0 comments on commit 2a0dfdf

Please sign in to comment.