diff --git a/CHANGELOG.md b/CHANGELOG.md index 39959c7..573445e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +0.10.0 - 2024-01-10 + +* Source compatible with Firefox (with manifest.json tweak), Chrome, Edge and Opera +* Removed jQuery dependency! and updated QUnit to 2.20.0 +* Added a description/notes field that was used in the original PasswordMaker for issue #176 +* Profile search function looks at profile name, site list, use this text, username and description + 0.9.9 - 2023-12-22 * Sync support should be fixed diff --git a/manifest.json b/manifest.json index ce7c3fe..f74ed73 100644 --- a/manifest.json +++ b/manifest.json @@ -35,5 +35,5 @@ }, "permissions": ["activeTab", "scripting", "storage", "alarms"], "short_name": "PasswordMaker.org", - "version": "0.9.9" + "version": "0.10.0" }