🐛 Bug Fixes
- Fix Usenet client configuration crashes
- Resolve quality profile form field binding issues
- Apply code formatting to pass CI checks
🔧 Technical Changes
- Fix flaky tests failing in CI
- Improve test isolation and configuration
- Add mock download client setup to search job tests
- Remove worthless FFmpeg placeholder tests, improve suite health
- Add git pre-commit hook for format checking
- Remove unused PostgreSQL service from CI
- Remove redundant mix precommit job from CI
- Make credo non-blocking with informational warnings
- Remove verbose OIDC debug output
- Cache HLS playlist file paths to reduce filesystem calls
- Optimize HLS session lookup from O(n) to O(1)
- Add transcoding progress indicators to video player UI
- Increase HLS session timeout from 2 to 10 minutes
- Add HLS playlist retry logic with exponential backoff
Full Changelog: v0.4.5...v0.4.6