What's Changed
New Features:
- Added
minimum_search_intervalconfig option to prevent rapid back-to-back searches that can trigger Soulseek bans. If a search completes faster than the minimum interval, Soularr will wait before starting the next one.
Closes #124.
Fixes & Improvements:
- Improved Web UI layout for small screens / mobile
Config Changes:
Added:
[Search Settings]
# Minimum time (seconds) between searches. Set to 0 to disable.
minimum_search_interval = 5Full Changelog: v1.2.0...v1.2.1