What's Changed
New Features
- User Notifications: Added the ability to send direct notifications to users from the User Management page. (d889850)
- Provider Profile Affinity: Introduced a new toggle for the Provider Profile Affinity feature to improve stream consistency. (49ac809)
- Dedicated Release Logs: Added a dedicated release log page within the app to track version history. (23eb7a5)
- Silence Detection: Added silence detection configuration options to the proxy settings. (65917c9)
- Provider Timezones: Added a quick action to fetch and set provider-specific timezones. (31075b1)
Fixes
- Proxy & Streaming:
- Rolled back proxy public URL resolution changes to fix streaming connectivity issues. (c309202)
- Fixed URL resolution in the proxy facade and added a fallback for proxy URLs via the
m3u-proxyroute. (902caa6, 1faf9d2) - Fixed a resolver check error that occurred when settings were not yet saved. (51e6e5f)
- Database Compatibility: Resolved issues where Postgres-specific queries were causing errors on SQLite installations. (87ef57b)
- Media Server Integration: Fixed a bug where a required field was missing during Media Server creation. (24b6004)
- UI Stability: Removed icons from release logs to prevent layout errors in certain top-navigation configurations. (a27c37c)
Technical Improvements
- M3U Parsing: Increased the allowed line length when reading M3U files to prevent URL truncation. (edf025c)
- Webhook Reliability: Updated the app to ignore errors on webhook registration failures and improved internal API calls for registration. (c35fcbf, f044947)
Cleanup & Refactoring
- Proxy Settings:
- Form Improvements:
- Documentation & Wording: Clarified confusing info messages regarding URL resolution for the proxy. (967a01f)