0.20.5 (2025-07-20)
Features
- ui: add ability to hide stealth channels from Tunarr guide page (9decb37), closes #1220
- ui: add channel summary page (#1190) (1f2e5eb)
- ui: add debug panel showing relevant server environment variables (c358dfc)
Bug Fixes
- backend: allow deleting channels that have subtitle preferences (1c12b6b)
- ensure build versions match between web and server (d31919c)
- insert filler / custom show content in chunks of 1000 to stay under sqlite limits (907594e), closes #1255
- server: fix incorrectly setting transcodeConfig.isDefault based on wrong field (50b31a6)
- streaming: fix nvidia hwdownload compat with ffmpeg 7.2 (#1253) (d4a1ed4)
- streaming: include Quadro M2000, etc in special Maxwell cards that can decode HEVC (be92d10)
- streaming: typo in rc-lookahead option (a96d782)
- streaming: various fixes to CUDA decoding and pipeline (#1242) (0f25baa)
- streaming: various fixes to pixel formats in nvidia pipeline (#1251) (4c3a080)
- ui: do not attempt to reach new plex servers with no access token (2c37b83)
- ui: ensure 'unsaved changes' popup doesn't erroneously pop-up in channel settings (be6db83)
- ui: fix channel summary page for empty channels (218e01c)
- ui: remove extraneous unsaved changes warning in ffmpeg settings (0c95cf0), closes #1244