v0.2.0
March 14, 2024
Added
- Persisted log files and stdout logging.
- GUI can now be started with different log levels (default is
WARN) viakeywich gui --log-level <LOG_LEVEL>.
Fixes
BREAKINGSome master passwords generate invalid database encryption keys. All app databases will be automatically upgraded to the new passphrase generator. Note that downgrade will not possible after the upgrade.- A zero-byte
app.dbfile no longer breaks profile initialization.
Known issues
- On Windows, the console is detached from GUI window, making the CLI unusable.
- On Linux,
webkit2gtk >= 2.42.xwhen used with Nvidia proprietary drivers, may display an empty window with the error messageKMS: DRM_IOCTL_MODE_CREATE_DUMB failed: Permission denied. Current known solutions are:- Set
WEBKIT_DISABLE_DMABUF_RENDERER=1environment variable. - Enable
nvidia.drm_modeset=1kernel parameters.
- Set