From 32f36a1100e88c5dd3bb085c4169175d9888ac4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Soutad=C3=A9?= Date: Wed, 26 Feb 2020 16:04:33 +0100 Subject: [PATCH] Update ChangeLog --- ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/ChangeLog b/ChangeLog index b92b2d7..5834f6e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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