59 lines
1.6 KiB
Plaintext
59 lines
1.6 KiB
Plaintext
**v0.8.1 :**
|
|
|
|
Server
|
|
|
|
* Scroll to page bottom when user adds a new password
|
|
* Run a simpler algorithm for wildcard domains
|
|
|
|
Addon
|
|
|
|
* Add Privacy Policy information
|
|
|
|
CLI
|
|
|
|
* Run a simpler algorithm for wildcard domains
|
|
|
|
**v0.8 :**
|
|
|
|
Server
|
|
|
|
* Clear master keys and reset passwords after 15 minutes of inactivity
|
|
* Set USE_SHADOW_LOGINS by default
|
|
* New crypto scheme (Use CBC chaining and fix a security problem with salt) and protocol v4. not backward compatible with v3
|
|
* Add QUnit tests
|
|
* New password form is now on top of the page
|
|
* Add a button to go to the top of the page when scrolling
|
|
* Add simple password button
|
|
* Rework password generation for most user friendly passwords (less special characters, more letters)
|
|
|
|
Addon
|
|
|
|
* New webextension for Firefox is provided. It shares most of code with Chrome extension and use native crypto API
|
|
* Block connection when masterkey is sent in clear (password replacement failed). **Doesn't work with Firefox**
|
|
|
|
CLI
|
|
|
|
* Add command line interface (CLI)
|
|
|
|
**v0.7 :**
|
|
|
|
Server
|
|
|
|
* Fix a bug for Chrome browser (doesn't support default parameters)
|
|
* Display an error message when a query fails
|
|
* You can now export clear password database (only unciphered passwords)
|
|
* New database version : 2
|
|
* Add two new protections : REQUESTS_MIN_DELAY and MAX_PASSWORDS_PER_REQUEST (see conf.php)
|
|
* Remove '\' character from password generation
|
|
|
|
Addon
|
|
|
|
* Addon is now compatible with more websites
|
|
* Use jpm building tool instead of cfx for Firefox Addon
|
|
|
|
**v0.6 : **
|
|
|
|
Addon
|
|
|
|
* Add support for "@_masterkey" input
|