What's Changed
Server
SECRET_KEYis auto-generated if not explicitly set causing sessions to be auto expired every app restart
UI & UX
- Refreshed login screen look and feel
- Sidebar look and feel updates
- Version info moved to its own component
- Folder dropdown enabled by default
- Various mobile fixes especially for mobile Firefox
Infrastructure & Performance
- SQLite:
busy_timeoutraised to 30 seconds andwal_autocheckpointtuned to reduce write-latency spikes under concurrent load. - Gunicorn: Fixed config file not being loaded - workers now scale with CPU count, threads per worker doubled to 8. This should resolve timeout issues that would occasionally happen on requests.
Full Changelog: v1.6.0...v1.6.1