Skip to content

Commit

Permalink
Merge pull request #29 from simu/next-release
Browse files Browse the repository at this point in the history
Release v2.5.1
  • Loading branch information
simu authored Oct 31, 2019
2 parents bf18cc5 + 03fecdb commit 4c26774
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 1 deletion.
77 changes: 77 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
# 2.5.1

Release 2.5.1 includes various small improvements.

## Added

* Option to hide the mask button (#23)

## Changed

* Simplified mask button placement (#25, #28)

## Fixed

* Remove unused CSS class `.hidden` (#26)
* Only start content-script code after options are loaded from storage

# 2.5.0

## Changed

* Revamped workflow: you do not have to enter your password in the website
anymore.
* Reworked UI: updated design, the popup is now a Page Action instead of a
Browser Action, and respects the browser UI style.

# 2.4.0

## Changed

* The addon now uses the WebExtensions Storage API with which settings persist.
* You can choose to use your Firefox account to synchronize settings across devices

## Added

* A new password strength option "Custom" allows you to customize hash word
generation in compatibility mode. This should now make it possible to
generate hash words which are identical to the old extension with any
possible combination of flags.
* The portable page now has a button to copy the hash word to the clipboard
* The options page and popup are styled using "browser-style" to look more
like native UI elements

# 2.3.10

## Fixed

* Fix portable page handling of compatibility mode for individual sites.

# 2.3.9

## Fixed

* Identical to 2.3.8, new patch release due to AMO issues

# 2.3.8

## Fixed

* Fix portable page to properly handle compatibility mode for individual tags
(i.e. tags with empty seed in configuration, or tags prefixed with
compatible: if using portable page exclusively)

# 2.3.7

## Fixed

* Code hygiene changes

# 2.3.6

## Added
* Initial release on AMO after forking from ...
* Improved Javascript code for the portable page that doesn't produce errors in the JS console
* Improved GUID generation for private key. Now uses `crypto.getRandomValues()` instead of `Math.random()`
* Fix portable page generation for Firefox
* Fix potential XSS in portable page javascript
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ generated by Password Hasher, if compatibility mode is enabled.

Unfortunately you will have to migrate site tags and versions manually.

## ChangeLog

* [ChangeLog](CHANGELOG.md)

## Quickstart Guide:

1) First time only: check that site settings are correct and that you have enabled compatibility mode if you're coming from the old Firefox plugin.
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Password Hasher Plus - Password Generator",
"version": "2.5.0",
"version": "2.5.1",
"description": "Password Hasher Plus automatically enhances password strength (length and difficulty) to protect your accounts.",
"icons": { "64": "images/icon.png", "128": "images/icon.png" },
"applications": {
Expand Down

0 comments on commit 4c26774

Please sign in to comment.