All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added Slovenian (sl) translation (#6); thank you Gregor Godler
- Added missing Hungarian (hu) translation (#5) in meta description
- Some minor typeface (font) changes to play better with iOS/macOS browsers
- Some minor UI changes to make password strength indicator more clear
- Added Hungarian (hu) translation (#5); thank you Mihaly Balassy
- Added Luxembourgish (lb) translation (#2); thank you Alain Fontaine
- Added French (fr) translation (#3); thank you Alain Fontaine
- Added Finnish (fi) translation (PR#3); thank you Thomas Raehalme
- Added Dutch translation (#1); thank you Jeroen van de Leur
- Moved loading of the javascript file to
<head>
withdefer
attribute to be more adherent to standards.
- Added
CHANGELOG.md
😊 - Added links to "demo" sites using POMjs
- Added
autofocus
attribute to password generationbutton
, this allows Space> and Enter keys to be used to immediately generate passwords. - Added HTML "outline" to the password generation button when it has focus to make it more obvious that is has focus
- Added automatic password generation (configurable) when parameters are changed, default is enabled.
- Removed incorrect debug output (it would be logged even if debugging was disabled)
- Initial release