1.4.0 (2026-03-23)
Bug Fixes
- add 'incomplete' status to TorrentStatus schema and update filter query (29f8fb0)
- add React type imports, add resetDismiss for delete failure recovery (e4f69b6)
- added missing enabled flag (a01ed65)
- adjust margin for Page class and clean up hover styles (78d8c3b)
- adjust swipe gesture details (8f0de08)
- await onDelete in non-touch dropdown handler to prevent unhandled rejections (0e49e1f)
- broken array status for discord message (be0ce70)
- broken array status for release notification (8dc657f)
- constrain resolution versions (4707acf)
- correct CSS selector; return libraries without count; added error handling to releases endpoint; removed incorrect error throw (e93d19b)
- deps: update ajv and related dependencies for compatibility (e496401)
- deps: update undici dependency and add resolutions for compatibility (3401184)
- formatting (5952499)
- gate /api/v1/libraries endpoint by libraryCounts setting (6be4c1e)
- incorrect ajv dep version (2627806)
- minor code and bug fixes from review (#187) (47bb4a1)
- optimize tag management by batch-fetching labels and applying changes in parallel (e4f7cfe)
- reset transient state in TorrentDetailsModal on close or torrent change; added aria-label (65aeb31)
- update yarn.lock for resolution changes (12d4b95)
- validate clientId in download routes to prevent errors (9224a30)
Features
- add comprehensive Cypress tests for API, authentication, navigation, and UI components (1be663b)
- add GitHub releases endpoint and integrate with settings reducing api calls (#170) (2ace21e)
- add library counts option to settings and UI components (a46e8e2)
- add playlist support and pivot options in Plex settings (136425b)
- added library count toggle setting for homepage (#172) (0f483a1)
- download tag management (#185) (6af66c3)
- implement swipe-to-dismiss functionality for notifications (5fba853)
- implement swipe-to-dismiss functionality for notifications (#171) (f16211e)
- implement tag management functionality; extend numberHelper and it's use; added inactive downloads filter (707d3f0)
- plex playlists and pivot options (#169) (b0e25ac)
- updated cypress test suite (#184) (24c16fc)