You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MV3 migration contains so many moving parts it probably has a higher risk of rollback problems than normal, so despite the lack of visual fanfare it's probably worthy of a major version bump.
Copy file name to clipboardExpand all lines: _locales/en/messages.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -823,7 +823,7 @@
823
823
"message": "Always save new entries here",
824
824
"description": "Description of checkbox that when enabled will change a setting such that the user is not prompted where to save future entries they create."
825
825
},
826
-
"list_version_upgrade_3_12": {
826
+
"list_version_upgrade_4_0": {
827
827
"message": "Support for the latest web browsers (MV3);Faster connection to KeePass on some systems (requires KeePassRPC.plgx v2+);Lots of bug fixes and probably some new bugs introduced",
828
828
"description": "Changes for the version number in the string key name. Multiple items MUST be separated by a semicolon (;). Do not use a semi-colon except as a list-item (new line) separator."
//TODO:4: try to distinguish between multi-password login/signup and typo. maybe: if username exists and matches existing password it is a typo, else multi-password
110
+
//TODO:5: try to distinguish between multi-password login/signup and typo. maybe: if username exists and matches existing password it is a typo, else multi-password
111
111
//return;
112
112
}// it's probably a password change form, but may be a sign-up form
113
113
else{
@@ -123,7 +123,7 @@ export class FormSaving {
123
123
// if there are only two passwords we already know that they match
124
124
if(passwords.length==2){
125
125
passwordFields.push(passwords[0]);
126
-
//TODO:4: it is also reasonably likely that this indicates a
126
+
//TODO:5: it is also reasonably likely that this indicates a
127
127
// sign-up form rather than a password change form. decide
128
128
// which here and flag which one it is. for now, we just assume
129
129
// it's a sign-up form becuase that is more useful for the user in many cases
0 commit comments