gPass/ChangeLog

59 lines
1.6 KiB
Plaintext
Raw Normal View History

2017-12-05 08:06:48 +01:00
**v0.8.1 :**
2017-12-05 18:33:43 +01:00
Server
2017-12-05 08:06:48 +01:00
* Scroll to page bottom when user adds a new password
* Run a simpler algorithm for wildcard domains
2017-12-05 08:06:48 +01:00
2017-12-05 18:33:43 +01:00
Addon
2017-12-05 08:06:48 +01:00
* Add Privacy Policy information
2017-12-05 18:33:43 +01:00
CLI
2017-12-05 21:02:50 +01:00
* 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