**v1.3 :** Server * Improve filter URL match Addon * Minor bug fixes CLI **v1.2 :** Server * Rework UI * Display PHP parsed URL in new URL case, not raw URL * Add a filter for unciphered passwords (supports regular expressions) * Add a button to copy unciphered password into clipboard * Don't clear URL and login when adding a new password * Change alert() by button name update for "Update" and "Copy clipboard" functions Addon * Update manifest to v3 (Chrome only) CLI **v1.1 :** Server * Remove old v1 crypto functions & compatibility Addon * Add always_disabled feature * Fix bug in gpass icon management * Set activated icon only when a username is filled * Add a checkbox to only copy password into clipboard from popup (and a default behaviour from options) CLI **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 * 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 * Scroll to page bottom when user adds a new password * Run a simpler algorithm for wildcard domains Addon * Add Privacy Policy information CLI * 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