Skip to content

Commit f0c5cef

Browse files
Update to 1.0.2
1 parent ceee99f commit f0c5cef

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
1.0.2 - 2024-02-04
2+
3+
* Improve username and password filling
4+
* Detect username field when sites separate username page and password page
5+
* Add SHA-512 integrity check for sjcl.js so users know it's unmodified
6+
* Browser agnostic now instead of Chrome specific
7+
18
1.0.1 - 2024-01-16
29

310
* Fixed and optimized regex profile matching

manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"author": "GitTom",
2+
"author": "Heavensrevenge",
33
"action": {
44
"default_icon": {
55
"16": "images/passwdmaker16.png",
@@ -28,11 +28,11 @@
2828
"128": "images/passwdmaker128.png"
2929
},
3030
"manifest_version": 3,
31-
"name": "PasswordMaker (.org)",
31+
"name": "PasswordMaker Pro",
3232
"options_ui": {
3333
"page": "html/options.html",
3434
"open_in_tab": true
3535
},
3636
"permissions": ["activeTab", "scripting", "storage", "alarms"],
37-
"version": "1.0.1"
37+
"version": "1.0.2"
3838
}

0 commit comments

Comments
 (0)