Update ChangeLog

This commit is contained in:
Grégory Soutadé 2020-02-26 16:04:33 +01:00
parent 9d528aeaa0
commit 32f36a1100
1 changed files with 21 additions and 0 deletions

View File

@ -1,3 +1,24 @@
**v0.9 :**
Server
* Add support for user & url parameters from gPass popup
* Fix some minor bugs
Addon
* Move all core functions from mains.js to background.js
* Use message interface for IPCs between main.js, background.js and popup.js
* Add popup interface :
* Safest method to compute masterkey
* Direct access to our own gPass server with auto URL and username fill
* Add some specific menus :
* Access to gPass settings
* Allow to disable extension
* Update gPass icon when a password field has focus and gPass is ready to work
* Add Privacy Policy information
CLI
**v0.8.1 :**
Server