This repository has been archived by the owner on Aug 11, 2023. It is now read-only.
v0.1.1 - Minor bug fix and keyring fallback
Contains a minor bug fix and fallback for keyring.
- Bug fix: avoid using
:
to separate timestamps in report filenames as this is an invalid filename character. Prevented reports from being saved correctly on Windows. - Minor enhancement: add a manual input fallback in the event of an empty API key in keyring or keyring errors. Makes using keyring optional by allowing users to manually enter their API key at runtime.
- Some minor development workflow enhancements