Update README and Changelog

This commit is contained in:
Grégory Soutadé 2020-09-22 11:22:15 +02:00
parent 12d49fab4e
commit 6611641534
2 changed files with 20 additions and 2 deletions

View File

@ -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

View File

@ -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