0.11.0 (2026-09-14)
⚠ BREAKING CHANGES
- cli: The CLI reads only stored credentials from the config file. Proxy, quality, quota and other upload behaviour are no longer taken from GUI preferences and must be passed as flags (--proxy, --saver, --use-quota, --account, ...). The config file format is now sectioned into
accountandpreferences; existing flat files are migrated automatically on first load.
Features
- cli: make cli stateless and split config into account and preferences (0637c74)