-
Notifications
You must be signed in to change notification settings - Fork 5
/
releaseNotes.txt
323 lines (182 loc) · 5.35 KB
/
releaseNotes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
Version 1.9
new features:
- bump version support to 132.0
changes:
- improve display of database connections
- update keepass.js to version 1.9.3 (no changes)
- update client.js to version 1.9.3 (no changes)
fixes:
- auto submitted entries are not considered when storing new passwords
Version 1.8
new features:
- bump version support to 129.0
changes:
- update keepass.js to version 1.9.1
- update client.js to version 1.9.1
fixes:
- do not use innerHTML assignments
Version 1.7
new features:
- added LDAP support
- added timeout to password saving
- bump version support to 126.0
changes:
- update keepass.js to version 1.9.0.2
- update client.js to version 1.9.0.2
fixes:
- update OAuth handling for 126.0
Version 1.6.1
fixes:
- was not working in 117 nightly due to changes in openpgp internationalization
- also not working in 115 release
Version 1.6
new features:
- bump version support to 117.0
Version 1.5
new features:
- bump version support to 113.0
changes:
- update keepass.js to version 1.8.6
- update client.js to version 1.8.6
- improve support for cardbook
fixes:
- do not save password for CardDAV in Thunderbird password manager
Version 1.4
new features:
- bump version support to 111.0
- save oauth token to database
- allow overwriting existing database entries
changes:
- update keepass.js to version 1.8.3.1
- update client.js to version 1.8.3.1
- improve modal dialog communication
- do not show credential picker on oauth window when password cannot be entered
- choice dialog: also respect "do not ask again" when cancel is clicked
- add "do not ask again" to saving password dialog
- improve logging on password saving
- add cache to getter of oauth
fixes:
- modal dialog size
Version 1.3
new features:
- bump version support to 107.0
fixes:
- make experiment multi process save
Version 1.2
new features:
- bump version support to 106.0
- prevent password prompts when possible
changes:
- own choice dialog respects auto submit
- use own choice dialog
- code cleanup
- also save new password if an entry with a different password is found in the database
fixes:
- improve startup behaviour
Version 1.1
new features:
- add support for openpgp private key password prompts
- bump version support to 105.0
- added entry selection dialog
Version 1.0.3
new features:
- bump version support to 104.0
changes:
- filtering for correct login is now case insensitive
- update keepass.js to version 1.8.0
- added client.js from version 1.8.0
- bump minimal version to 74.0 (needed for keepass.js and client.js)
Version 1.0.2.1
new features:
- bump version support to 102.* for ESR
Version 1.0.2
fixes:
- modal dialog not working due to too tight timing
Version 1.0.1
new features:
- try to connect later if initial connection failed
fixes:
- check all native application names on reconnect
Version 1.0
new features:
- added support for different native application names
changes:
- update tweetnacl to version 1.0.3
- update keepass.js to version 1.7.11
Version 0.9
new features:
- distribution is now over https://addons.thunderbird.net/thunderbird/addon/keepassxc-mail/
Version 0.1.12
fixes:
- password prompts without a given username did not find any password in newer Thunderbird version
Version 0.1.11
fixes:
- entries without login name were filtered when no login was expected
Version 0.1.10
new features:
- new translations
changes:
- bump version support to 98.*
fixes:
- primary password prompt was not recognized
Version 0.1.9.1
fixes:
- oauth authentication, gdata support and cardbook support not working due removed function spinEventLoopUntilOrShutdown in Thunderbird 91
Version 0.1.9
new features:
- added support for Thunderbird 94.*
- new translations
Version 0.1.8
new features:
- add confirmation dialog before saving to database
- if the saving is denied oauth tokens are written to the built in password manager
- added support for Cardbook
Version 0.1.7.1
fixes:
- primary password was saved too often in database
Version 0.1.7
new features:
- added support for primary password
- added support for oauth
Version 0.1.6
new features:
- new translations
changes:
- bump version support to 86.*
fixes:
- check for already existing credential before saving
- realm information may contain wrong user name
Version 0.1.5
new features:
- hovering over the status text in a password prompt show now the password search parameters
- password search parameters are logged in the console
changes:
- add new dialog texts
- "mailbox://..." is now "pop3://..." again
fixes:
- key ring not initialized during startup
- realm information may contain wrong server URL
Version 0.1.4:
new features:
- hide the "save password" checkbox
- added support for Thunderbird 80
Version 0.1.3:
new features:
- save new credentials to database
fixes:
- enable usage of KeePass with KeePassNatMsg
- fix connection display being duplicated upon reassociation
- removed hard dependency on Lightning
Version 0.1.2:
new features:
- added auto update
- added oauth token storage support
fixes:
- do not break if a string bundle is not present
Version 0.1.1:
new features:
- added support for "Provider for Google Calendar"
fixes:
- respect skipAutoSubmit
Version 0.1.0:
First MVP that supports IMAP, POP3, SMTP and calendar password prompts.