mirror of https://github.com/keeweb/keeweb
keyfile paths are saved by default, see #325
parent
9e5fb90bd6
commit
bbd7f9c6d6
|
@ -9,7 +9,7 @@ const DefaultAppSettings = {
|
|||
clipboardSeconds: 0, // number of seconds after which the clipboard will be cleared
|
||||
autoSave: true, // auto-save open files
|
||||
autoSaveInterval: 0, // interval between performing automatic sync, minutes
|
||||
rememberKeyFiles: false, // remember keyfiles selected on the Open screen
|
||||
rememberKeyFiles: 'path', // remember keyfiles selected on the Open screen
|
||||
idleMinutes: 15, // app lock timeout after inactivity, minutes
|
||||
minimizeOnClose: false, // minimise the app instead of closing
|
||||
tableView: false, // view entries as a table instead of list
|
||||
|
|
|
@ -4,6 +4,7 @@ Release notes
|
|||
`+` Argon2id KDF support
|
||||
`-` fix #1637: git commit in the About box
|
||||
`-` fixed some design glitches
|
||||
`*` keyfile paths are saved by default
|
||||
|
||||
##### v1.16.0 (2020-11-29)
|
||||
`+` updated icons and visual design
|
||||
|
|
Loading…
Reference in New Issue