Skip to content

Commit

Permalink
Update to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
heavensrevenge committed Feb 4, 2024
1 parent ceee99f commit f0c5cef
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
1.0.2 - 2024-02-04

* Improve username and password filling
* Detect username field when sites separate username page and password page
* Add SHA-512 integrity check for sjcl.js so users know it's unmodified
* Browser agnostic now instead of Chrome specific

1.0.1 - 2024-01-16

* Fixed and optimized regex profile matching
Expand Down
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"author": "GitTom",
"author": "Heavensrevenge",
"action": {
"default_icon": {
"16": "images/passwdmaker16.png",
Expand Down Expand Up @@ -28,11 +28,11 @@
"128": "images/passwdmaker128.png"
},
"manifest_version": 3,
"name": "PasswordMaker (.org)",
"name": "PasswordMaker Pro",
"options_ui": {
"page": "html/options.html",
"open_in_tab": true
},
"permissions": ["activeTab", "scripting", "storage", "alarms"],
"version": "1.0.1"
"version": "1.0.2"
}

0 comments on commit f0c5cef

Please sign in to comment.