Version 0.11 adds a debug mode (--debug
) to capture additional output, currently supports keyring operations. Additionally, cache handling is improved when utilizing the --disable-cache
functionality to ensure the keyring is never initialized.
Added
- Optional debug mode for increased output. [/pull/95]
Fixed
- Disabling the cache will now properly prevent keyrings from being accessed. [/pull/94]