File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 9
9
"description" : " Masterpassword (see masterpasswordapp.com) as an extension for Firefox" ,
10
10
"author" : " Torbjorn Tyridal (ttyridal)" ,
11
11
"license" : " GPLv3" ,
12
- "version" : " 2.1.0b5 " ,
12
+ "version" : " 2.1.0b6 " ,
13
13
"icon" : " webextension/icons/icon32.png" ,
14
14
"icon64" : " webextension/icons/icon64.png" ,
15
15
"permissions" : {"private-browsing" : true , "multiprocess" : true },
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " MasterPassword for Firefox" ,
3
- "version" : " 2.1.0b5 " ,
3
+ "version" : " 2.1.0b6 " ,
4
4
"manifest_version" : 2 ,
5
5
"description" : " Remember your MasterPassword, and this app will generate unique passwords for every other site you visit" ,
6
6
"author" : " Torbjorn Tyridal (ttyridal)" ,
Original file line number Diff line number Diff line change 8
8
</ head >
9
9
< body >
10
10
< 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 >
12
12
</ header >
13
13
< main >
14
14
< 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>
24
24
< p > It is no longer possible to change the keyboard shortcut. If this is causing you too much trouble, please add your concerns
25
25
to < a href ="https://github.com/ttyridal/masterpassword-firefox/issues/32 "> this issue</ a >
26
26
27
- < h3 > Changes since v2.1.0b4 </ h3 >
27
+ < h3 > Changes since v2.1.0b5 </ h3 >
28
28
< 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)
31
30
</ ul >
32
31
< p > Since v2.0.2
33
32
< ul >
You can’t perform that action at this time.
0 commit comments