From 66116415343a9f8371c646e4b69e7a761e917695 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Soutad=C3=A9?= Date: Tue, 22 Sep 2020 11:22:15 +0200 Subject: [PATCH] Update README and Changelog --- ChangeLog | 16 ++++++++++++++++ README.md | 6 ++++-- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5834f6e..b598cfa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +**v1.0 :** + +Server + + * Add clear form button for "Add new password" div + * If we have a current URL in add form and we have a password entry that match this URL, go to the last when all is deciphered + +Addon + * Remove old v1 crypto functions & compatibility + * Remove old firefox addon code + * Remove block_url feature to increase websites compatibility + * Force copy password into clipboard for @_ request from popup even if we can fill it + * Fix a bug: wait for promise before displaying message for clipboard pasted password + +CLI + **v0.9 :** Server diff --git a/README.md b/README.md index 159f18b..fee1336 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,9 @@ When you're in a login form and you want to use gPass, type your login (case sen **You can also type "@_masterkey" to only replace your password without automatic submit. This allows to support more websites.** -Another option is to enter your credentials in the new popup menu by clicking on gPass icon. If it's possible, gPass will auto fill password field, if not result password is stored into your clipboard. Popup path is a safest method as website page will never see your masterkey. There is also an option to disable addon for a specific website (it's a local configuration, so it must be done for each browser). +Another option is to enter your credentials in the new popup menu by clicking on gPass icon. If it's possible, gPass will auto fill password field, if not result password is stored into your clipboard. **Popup path is a safest method as website page will never see your masterkey.** + +** Warning ** : Sometimes, addon could make some websites unusable, especially for login form. In this case, you can deactivate it for only one website by clicking right on gPass icon and "disable or enable gPass for this website". It's a local configuration, so it must be done for each browser. Technical details @@ -82,7 +84,7 @@ A sample configuration file is available _gpass.ini.sample_ Version Information ------------------- -Current version is 0.9. +Current version is 1.0. License