2.16.0 (2025-10-20)
Features
- add "Are You Still there?" workaround (#431) (5ddd111)
- add debrid-starter template (a3d00e0)
- add digital release filter to miscellaneous filter tab (2bd98ea), closes #280
- add exclude season packs option (4c7b28d)
- add regexes from custom/built-in templates to trusted regexes. (feddab6)
- add template system (#438) (481338a)
- core/formatters: add
rbytes
,rbytes10
,rbytes2
number modifiers for rounded bytes formatting (edc771c) - filter out movie results with season/episode info (d475ae6)
- frontend: allow importing templates in install menu (6ef0ae1)
- frontend: allow more extensive markdown (bold, itallics, bullet points, new lines) (21458ca)
- templates: add setToSaveInstallMenu option set to true by default (924a85a)
- templates: add version field to templates (21458ca)
- templates: allow importing several templates at once. (21458ca)
- templates: allow specifying ID and handle overwriting existing templates during import (e43e9ad)
- templates: improve ui and fix ID generation (4fb44be)
- templates: load existing user data values when loading templates (21458ca)
- templates: store imported templates in local storage and show in list with confirmation dialog showing metadata (21458ca)
- templates: use PasswordInput for password inputs. (21458ca)
Bug Fixes
- anime-database: force refresh on failure during load (bc23628)
- builtins/torbox-search: handle null title (e0bae60)
- debrid: update error message for missing file link (413bb59)
- debrid: use toUrlSafeBase64 for encoding fileInfo in playback URL (69d24f2), closes #433
- frontend/templates: enable selected services (bda2c61)
- frontend/templates: handle optional input values (56a02f9)
- frontend/templates: improve validation and warning tooltip (b273402)
- frontend: automatically filter out unavailable/disabled presets in templates (18807bd)
- frontend: set addonDescription to undefined when falsy (af67ca8)
- frontend: throw error when importing template through config import (78662c8)
- frontend: validate template schema with zod (3e4f23a)
- increase timeout for rpdb (2ce87e4)
- metadata/tvdb: handle season result (c6f92ab)
- presets/streamfusion: add option to disable public torrent cache server (982567f)
- proxy: make proxied nzb URLs static (f8847bf)
- update default timeout value from 5000ms to 7000ms (58fbbf1)
- use esm import paths (a2f46a6)
- use zod prettifyError function to format Zod errors (3e4f23a)