1.1 KiB
1.1 KiB
Changelog for POMjs
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.
[1.1.1] - 2023-01-23
Added
- Added Dutch translation (#1); thank you Jeroen van de Leur
[1.1.0] - 2022-10-24
Changed
- Moved loading of the javascript file to
<head>withdeferattribute to be more adherent to standards.
Added
- Added
CHANGELOG.md😊 - Added links to "demo" sites using POMjs
- Added
autofocusattribute 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
- Removed incorrect debug output (it would be logged even if debugging was disabled)
[1.0.0] - 2022-10-21
- Initial release