Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ttyridal committed Mar 15, 2017
1 parent d64bffb commit 11cfcc2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 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.0b5",
"version": "2.1.0b6",
"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.0b5",
"version": "2.1.0b6",
"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
7 changes: 3 additions & 4 deletions ext/webextension/src/options/releasenote.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</head>
<body>
<header class="banner valign_mid container">
<div class="valign_mid"><img src="/icons/icon48.png"><h1>MasterPassword Release 2.1.0b5</h1></div>
<div class="valign_mid"><img src="/icons/icon48.png"><h1>MasterPassword Release 2.1.0b6</h1></div>
</header>
<main>
<p>Thank you for using MasterPassword for Firefox! The easiest way to handle site-unique password on the web.
Expand All @@ -24,10 +24,9 @@ <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.0b4</h3>
<h3>Changes since v2.1.0b5</h3>
<ul>
<li>Fix timeout when injecting password
<li>Emit focus event to closer emulate user input when injecting password
<li>New feature: Autofill username (cursor must be positioned on empty username input field)
</ul>
<p>Since v2.0.2
<ul>
Expand Down

0 comments on commit 11cfcc2

Please sign in to comment.