What's New in v2.2.0
✨ New Features & Enhancements
- Secure Credential Storage (OS Keyring): A major security upgrade! Your authentication tokens (
auth_tokenandgenius_token) are no longer stored in plain text inside yourconfig.inifile. The Ultimate Edition now securely encrypts and stores them using your operating system's native credential manager (Windows Credential Manager, macOS Keychain, or Linux Secret Service).- Seamless Migration: Existing users don't need to do anything; your tokens will be automatically and silently migrated to the secure keychain on your next run.
- Graceful Fallback: Running on a headless NAS or Docker? The engine smartly detects environments without a keyring backend and safely falls back to the legacy
config.inistorage without crashing.
🐛 Bugfixes & Optimizations
- Reset CLI Logic Fix: Resolved an annoying logic bug where passing the
-ror--resetcommand-line flag would accidentally trigger the initial setup wizard twice. The configuration reset process is now perfectly streamlined.