Skip to content

Commit 11cfcc2

Browse files
committed
version bump
1 parent d64bffb commit 11cfcc2

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
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.0b5",
12+
"version": "2.1.0b6",
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.0b5",
3+
"version": "2.1.0b6",
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: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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.0b5</h1></div>
11+
<div class="valign_mid"><img src="/icons/icon48.png"><h1>MasterPassword Release 2.1.0b6</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.
@@ -24,10 +24,9 @@ <h3>Keyboard shortcut</h3>
2424
<p>It is no longer possible to change the keyboard shortcut. If this is causing you too much trouble, please add your concerns
2525
to <a href="https://github.com/ttyridal/masterpassword-firefox/issues/32">this issue</a>
2626

27-
<h3>Changes since v2.1.0b4</h3>
27+
<h3>Changes since v2.1.0b5</h3>
2828
<ul>
29-
<li>Fix timeout when injecting password
30-
<li>Emit focus event to closer emulate user input when injecting password
29+
<li>New feature: Autofill username (cursor must be positioned on empty username input field)
3130
</ul>
3231
<p>Since v2.0.2
3332
<ul>

0 commit comments

Comments
 (0)