1 | **v1.0 :**␊ |
2 | ␊ |
3 | Server␊ |
4 | ␊ |
5 | * Add clear form button for "Add new password" div␊ |
6 | * 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␊ |
7 | ␊ |
8 | Addon␊ |
9 | * Remove old v1 crypto functions & compatibility␊ |
10 | * Remove old firefox addon code␊ |
11 | * Remove block_url feature to increase websites compatibility␊ |
12 | * Force copy password into clipboard for @_ request from popup even if we can fill it␊ |
13 | * Fix a bug: wait for promise before displaying message for clipboard pasted password␊ |
14 | ␊ |
15 | CLI␊ |
16 | ␊ |
17 | **v0.9 :**␊ |
18 | ␊ |
19 | Server␊ |
20 | ␊ |
21 | * Add support for user & url parameters from gPass popup␊ |
22 | * Fix some minor bugs␊ |
23 | ␊ |
24 | Addon␊ |
25 | * Move all core functions from mains.js to background.js␊ |
26 | * Use message interface for IPCs between main.js, background.js and popup.js␊ |
27 | * Add popup interface :␊ |
28 | * Safest method to compute masterkey␊ |
29 | * Direct access to our own gPass server with auto URL and username fill␊ |
30 | * Add some specific menus :␊ |
31 | * Access to gPass settings␊ |
32 | * Allow to disable extension␊ |
33 | * Update gPass icon when a password field has focus and gPass is ready to work␊ |
34 | * Add Privacy Policy information␊ |
35 | ␊ |
36 | CLI␊ |
37 | ␊ |
38 | **v0.8.1 :**␊ |
39 | ␊ |
40 | Server␊ |
41 | ␊ |
42 | * Scroll to page bottom when user adds a new password␊ |
43 | * Run a simpler algorithm for wildcard domains␊ |
44 | ␊ |
45 | Addon␊ |
46 | ␊ |
47 | * Add Privacy Policy information␊ |
48 | ␊ |
49 | CLI␊ |
50 | ␊ |
51 | * Run a simpler algorithm for wildcard domains␊ |
52 | ␊ |
53 | **v0.8 :**␊ |
54 | ␊ |
55 | Server␊ |
56 | ␊ |
57 | * Clear master keys and reset passwords after 15 minutes of inactivity␊ |
58 | * Set USE_SHADOW_LOGINS by default␊ |
59 | * New crypto scheme (Use CBC chaining and fix a security problem with salt) and protocol v4. not backward compatible with v3␊ |
60 | * Add QUnit tests␊ |
61 | * New password form is now on top of the page␊ |
62 | * Add a button to go to the top of the page when scrolling␊ |
63 | * Add simple password button␊ |
64 | * Rework password generation for most user friendly passwords (less special characters, more letters)␊ |
65 | ␊ |
66 | Addon␊ |
67 | ␊ |
68 | * New webextension for Firefox is provided. It shares most of code with Chrome extension and use native crypto API␊ |
69 | * Block connection when masterkey is sent in clear (password replacement failed). **Doesn't work with Firefox**␊ |
70 | ␊ |
71 | CLI␊ |
72 | ␊ |
73 | * Add command line interface (CLI)␊ |
74 | ␊ |
75 | **v0.7 :**␊ |
76 | ␊ |
77 | Server␊ |
78 | ␊ |
79 | * Fix a bug for Chrome browser (doesn't support default parameters)␊ |
80 | * Display an error message when a query fails␊ |
81 | * You can now export clear password database (only unciphered passwords)␊ |
82 | * New database version : 2␊ |
83 | * Add two new protections : REQUESTS_MIN_DELAY and MAX_PASSWORDS_PER_REQUEST (see conf.php)␊ |
84 | * Remove '\' character from password generation␊ |
85 | ␊ |
86 | Addon␊ |
87 | ␊ |
88 | * Addon is now compatible with more websites␊ |
89 | * Use jpm building tool instead of cfx for Firefox Addon␊ |
90 | ␊ |
91 | **v0.6 : **␊ |
92 | ␊ |
93 | Addon␊ |
94 | ␊ |
95 | * Add support for "@_masterkey" input␊ |