2.49.0 (2026-01-15)
- enhance error handling in multi-debrid service availability checks (b1d621a)
- implement multi-debrid service support and enhance configuration (6cadc4d)
- implement multi-debrid service support and enhance configuration (f6abcf5)
- optimize service availability checks by filtering unique services (9296da1)
2.48.0 (2026-01-15)
- add DATABASE_FORCE_IPV4_RESOLUTION setting and update logging (4b6c51a)
- add hostname resolution method to ReplicaAwareDatabase (81842ba)
- add manifest and configure page caching settings (6b9dbcd)
- add manifest and configure page caching settings (60c90bc)
- add support for downloading generic trackers at startup (4e701d8)
- enhance caching policies and improve manifest handling (463ab41)
- enhance caching policies and improve manifest handling (23ab2f4)
- enhance language settings and parsing functionality (430b630)
- implement IPv4 hostname resolution in ReplicaAwareDatabase (ddde28f)
- pin python version (566b28d)
- remove unused index (52609ad)
- update resolution options (212d874)
- update resolution options (53961ef)
- clear trackers list before downloading new data (d396007)
- correct formatting in README.md (8ff725d)
- correct typo in DATABASE_FORCE_IPV4_RESOLUTION comment in .env-sample (f80430d)
- handle 404 response in Peerflix scraper (7fa0c2b)
- preserve quality and languages from original parsed data in DebridService (3f93efb)
- set default max executor workers to 1 (e683637)
2.47.0 (2026-01-09)
- add background and icon image assets (d9dceab)
- anime mapping disabler (1c0bf9b)
- enhance database indexing and improve torrent processing efficiency (add3813)
- fix a few useless things (1f29c4c)
- fix aiostreams null infoHash (880927c)
- fix slow anime mapper loading (67f7740)
- implement HTTP caching mechanism (35eab54)
- implement smart file selection algorithm and refine torrent record management for multi-episode content (479b5ae)
- kitsu offsets (4af9add)
- log http cache environment variables on startup (f6751e5)
- remove verbose logging from anime service (8cd1e0b)
- super mega powerful ultra anime mapper (7035b24)
- add check for existing info_hash in torrents before processing (06bbe9b)
- CachedJSONResponse overwrites body after init (72bb885)
- ETag caching broken by random manifest ID (e74c29f)
- fix wrong ranking order in p2p mode (d4d7e60)
- little opti (c7214f2)
- remove fake config from comet scraper (b5856b6)
- update asset URLs from ibb.co to GitHub raw content (77c9f04)
2.46.0 (2026-01-06)
- add AnimeTosho scraper (1b87b1e)
2.45.0 (2026-01-06)
- add
RTN_FILTER_DEBUGsetting to enable verbose logging for torrent filtering rejections (b9cc11d) - add
RTN_FILTER_DEBUGsetting to enable verbose logging for torrent filtering rejections (ddaafa2) - allow configuration of ProcessPoolExecutor max workers with auto-detection and logging (c6c5c42)
- allow configuration of ProcessPoolExecutor max workers with auto-detection and logging (7e98d1f)
- introduce
update_intervalfor torrent upsert logic and implement batched upsert for SQLite (6b83124) - introduce configurable exponential backoff for 429 rate limit errors (b65c285)
- optimize PostgreSQL database operations by adding a covering index, enhancing debrid cache upserts with conditional updates, and refactoring torrent manager's advisory locking (3911533)
- switch from session-level to transaction-level PostgreSQL advisory locks for database cleanup and batched upserts (04dfd38)
- update BitMagnet scraper to use IMDb ID and media type for queries (3ef2d34)
- update BitMagnet scraper to use IMDb ID and media type for queries (f53c53b)
- add error handling for torrent title extraction and unreleased content in comet scraper (7db932f)
- correctly handle
Nonevalues for season and episode parameters in API requests for bitmagnet (9b91793) - preserve original traceback when re-raising exceptions (b1cf30b)
- remove 60-second minimum for live torrent cache update interval calculation (0b27e3c)
- remove early exit when torrent content is not digitally released (9137096)
- add
idx_torrents_info_hashfor improved lookup performance (b669b37) - add index on torrents (info_hash, season) to optimize concurrent DELETE operations (980fe19)
- remove conditional check for empty
sanitized_rowsbeforeexecute_manydatabase call (f1d3ea3) - remove PostgreSQL covering index
idx_torrents_coveringfor torrents table (4f0be0a) - use non-blocking advisory locks and conditionally insert rows based on lock acquisition (fb47fa5)
- use non-blocking advisory locks and conditionally insert rows based on lock acquisition (60ff4be)
2.44.0 (2026-01-04)
- add new scraper configurations and clarify the
PROXY_ETHOSon_failureoption in the sample environment file (4a34aad) - add TorrentsDB scraper and remove redundant
passstatements in other scrapers (f486247) - add TorrentsDB scraper and remove redundant
passstatements in other scrapers (c26140d) - enable dynamic proxy configuration by allowing extra Pydantic settings fields and setting the default proxy ethos to 'always' (bbeafd7)
- enhance network manager with proxy hostname resolution for curl_cffi (65a7464)
- refactor live torrent caching to differentiate between displaying existing results and triggering new scrapes, and update default cache TTLs (7dde28d)
- refactor live torrent caching to differentiate between displaying existing results and triggering new scrapes, and update default cache TTLs (7af6d09)
- background scraper can't scrape tv shows (620dca3)
2.43.0 (2026-01-02)
- add configurable
PROXY_DEBRID_STREAM_INACTIVITY_THRESHOLDsetting to enable and refine the cleanup of inactive debrid stream connections (cfc0eae) - add configurable
PROXY_DEBRID_STREAM_INACTIVITY_THRESHOLDsetting to enable and refine the cleanup of inactive debrid stream connections (aef99f4) - add configuration and UI option to sort cached and uncached stream results together (a472595)
- add configuration and UI option to sort cached and uncached stream results together (5fda0df)
- populate
sortCachedUncachedTogethercheckbox from settings (a5698b2)
2.42.0 (2026-01-02)
- add fallback to check watch providers for movie release dates when upcoming release date is unavailable (ac2cafb)
- add fallback to check watch providers for movie release dates when upcoming release date is unavailable (6b6e466)
- enhance client IP detection by checking multiple headers and validating IP addresses (a584432)
- enhance client IP detection by checking multiple headers and validating IP addresses (b64b7f6)
2.41.0 (2026-01-01)
- improve torrent batch processing with in-memory deduplication, PostgreSQL advisory locks, and enhance metadata handling (ac061ac)
- improve torrent batch processing with in-memory deduplication, PostgreSQL advisory locks, and enhance metadata handling (45ff7c1)
- add explicit BIGINT casting to timestamp comparisons in cache cleanup queries (a52e5c0)
2.40.0 (2025-12-31)
- conditionally apply digital release filter based on settings and remove redundant internal filter check (489ed9b)
- implement digital release filtering for movies and series using TMDB (172fb5b)
- implement digital release filtering for movies and series using TMDB (e05a0da)
- improve performance with process pool executor and optimize torrent caching/database writes (5666a7d)
- improve performance with process pool executor and optimize torrent caching/database writes (0ce6579)
- update digital_release_cache.release_date column type to BIGINT (7219330)
- reduce RTN parsing chunk size to 20 and rework ProcessPoolExecutor system (32e5127)
2.39.0 (2025-12-28)
2.38.0 (2025-12-27)
- add ChillLink API endpoints and refactor stream description formatting logic (ec2aa2b)
- add ChillLink Protocol support to README (8d8c484)
- ChillLink Support (b066b54)
2.37.0 (2025-12-26)
- add OpenAPI tags, summaries, and descriptions to API endpoints and parameters (da1d5a7)
- introduce a Python script for Comet instance uptime monitoring and Discord notifications (b61f196)
- update comet scraper stream endpoint path (0f3a96f)
2.36.0 (2025-12-25)
- add default PostgreSQL service to Docker Compose, configure Comet to use it, and introduce SQLite concurrency warnings (24fb50b)
- correct PostgreSQL data volume mount path in docker-compose.yml (7ae3788)
2.35.0 (2025-12-21)
- add API response to IMDB metadata retrieval error logs (242e83a)
- add robust error handling to the Prowlarr scraper (95866a6)
- fetch indexer statuses from response (bd51abf)
- implement dynamic Prowlarr indexer management with initialization wait, update Jackett management, and add related settings and logging (1152b42)
2.34.0 (2025-12-21)
- add YGGTORRENT_PASSKEY setting and update Yggtorrent scraper to parse info hash from page HTML and use passkey for tracker sources (c442b0c)
- add YGGTORRENT_PASSKEY setting and update Yggtorrent scraper to parse info hash from page HTML and use passkey for tracker sources (6e44eb2)
- dev to main (2d2ded3)
- introduce IndexerManager service to dynamically update and manage Jackett and Prowlarr indexers (beacb2a)
- introduce IndexerManager service to dynamically update and manage Jackett and Prowlarr indexers (8265cc5)
2.33.0 (2025-12-12)
- add DEBRID_CACHE_CHECK_RATIO setting and update availability ch… (0173711)
- add DEBRID_CACHE_CHECK_RATIO setting and update availability check logic (3ecd35a)
2.32.0 (2025-12-10)
- add catalog and magnet resolve timeouts to configuration (eb3b5e8)
- add timeouts to Prowlarr API requests (c0d7060)
- decouple Jackett and Prowlarr scraper configurations from a generic indexer manager (d17cb2d)
- decouple Jackett and Prowlarr scraper configurations from a generic indexer manager (460fad2)
- add optional PostgreSQL read replica routing with transparent primary fallback
- add optional database-backed anime mapping cache with configurable refresh interval
- add
GUNICORN_PRELOAD_APPsetting to control whether workers inherit a preloaded app or initialize independently - add
DATABASE_STARTUP_CLEANUP_INTERVALto throttle heavy startup cleanup sweeps across workers - add
DISABLE_TORRENT_STREAMStoggle with customizable placeholder stream metadata
2.31.0 (2025-12-08)
- Enhance URL encoding by using
safe=''inquotecalls for playback and magnet URIs (5664a86) - Enhance URL encoding by using
safe=''inquotecalls for playback and magnet URIs (96a962f)
2.30.0 (2025-12-01)
- add live torrent cache TTL and update related settings (6e2e420)
- enhance admin dashboard with dynamic tracker limit selection and optimize database metrics query (5df4121)
- fix imdb_id: in media_id (607b5b3)
- Strip 'imdb_id:' prefix from media ID in stream endpoint (cc5b6a8)
2.29.0 (2025-11-28)
- add YGGTorrent scraper (4a677bf)
- add YGGTorrent scraper (2317e88)
- enhance playback functionality with media_id and aliases support (eb9cbdc)
2.28.0 (2025-11-24)
2.27.0 (2025-11-24)
- add handling for empty torrent lists in filter_manager (aef2549)
- add logging for scraper activity in TorrentManager (6324112)
- add metrics caching functionality and update settings for metrics cache TTL (e3c269b)
2.26.0 (2025-11-23)
2.25.2 (2025-11-04)
- use get method for safer access to seeders, tracker, and sources maps (43e92a2)
2.25.1 (2025-10-22)
- update playback route to accept path parameters (7658949)
2.25.0 (2025-10-19)
- remove normalize_title from metadata handling (35d2171)
- update title matching logic in StremThru and TorrentManager (657748c)
2.24.1 (2025-10-18)
- rtn ranking model (831a0cf)
2.24.0 (2025-10-05)
- Add NO_CACHE_HEADERS and update FileResponse usage in streaming (52dce02)
2.23.0 (2025-09-09)
- Implement database import/export CLI tool (52efbf1)
- Implement database import/export CLI tool (07a0885)
2.22.0 (2025-09-07)
- different modes for scrapers (live/background/both) (b27e6ad)
- different modes for scrapers (live/background/both) (278a130)
2.21.0 (2025-09-07)
- enhance Nyaa scraper with anime-only option and integrate anime mapping functionality (f9c361c)
- enhance Nyaa scraper with anime-only option and integrate anime… (a424f81)
- enhance Nyaa scraper with Kitsu-only option (1b5b734)
- Nyaa scraper (950db79)
- Nyaa scraper (a96986c)
- remove timeout parameter from anime mapping request (c37e959)
2.20.0 (2025-09-06)
- add database indexes for performance optimization across multiple tables (c806078)
2.19.1 (2025-09-01)
2.19.0 (2025-08-30)
- debridio scraper (feaca56)
- debridio scraper (95c3879)
- torbox scraper (95c457b)
- torbox scraper (29fe925)
- enhance logging in background scraper and handle unknown seeders in debridio scraper (43805b3)
- handle commas in size string for size_to_bytes function (17f2796)
- initialize size to 0 in debridio scraper (b592a09)
- remove unnecessary assignment in debridio scraper (031582d)
2.18.0 (2025-08-30)
- jackettio scraper (b24b545)
2.17.1 (2025-08-29)
- Add check for missing infoHash in AIOStreams torrent data to prevent errors (7b9975d)
2.17.0 (2025-08-28)
- Update AIOSTREAMS_URL type to be optional in AppSettings (e150015)
2.16.0 (2025-08-27)
- Add StremThru scraper (13da997)
- background scraper (7127a8e)
- background scraper (ed52431)
- Implement associate_mediafusion_urls_passwords function and upd… (37d080f)
- Implement associate_mediafusion_urls_passwords function and update mediafusion URL handling in main and manager modules (de638d1)
- Implement multi-instance scraping support for Comet, Zilean, Torrentio, and MediaFusion (c0eeb0d)
- Implement multi-instance scraping support for Comet, Zilean, Torrentio, and MediaFusion (30b6cf3)
- Adjust total_bytes column type in bandwidth_stats table based on database type (a8c7ca5)
- Rename scrape_attempts to scrape_failed_attempts in BackgroundScraperWorker and database schema for clarity (cf19560)
- Update background scraper interval validation to enforce a minimum of 5 minutes (f01f124)
- Update log_scraper_error to include URL in error messages for better debugging (321fd62)
2.15.1 (2025-08-25)
- Add single announce URL to announce list (789dcff)
- update manifest name to exclude 'TORRENT' from debrid extension (d916fe0)
2.15.0 (2025-08-24)
- oupsie (2678e9c)
2.14.0 (2025-08-24)
- switch admin session management from RAM to DB (abf80fd)
2.13.1 (2025-08-24)
- private trackers debrid download (now need stremthru to fix it) (506ee5b)
2.13.0 (2025-08-24)
- comet scraper title parsing (b51258a)
- ensure PostgreSQL compatibility in admin API metrics (38196c2)
2.12.0 (2025-08-24)
- bandwidth monitoring (5f7c033)
2.11.0 (2025-08-23)
- implement new admin dashboard (dfe00a2)
- use torrent name as media_id instead of torrent hash (740140e)
2.10.0 (2025-06-12)
- 4300% performance improvement (4a91bb7)
- remove unused langage (9516b1f)
2.9.0 (2025-06-11)
- enhance result formatting (afc8d6f)
2.8.0 (2025-06-10)
- add MediaFusion live search configuration (f843929)
2.7.0 (2025-06-10)
- mediafusion live search is not enabled by default?? (91c13df)
2.6.1 (2025-06-08)
- update mediafusion config (73f5fc4)
2.6.0 (2025-06-07)
- add MediaFusion API password support (f15bbf1)
2.5.1 (2025-06-07)
2.5.0 (2025-06-05)
- lock system for comet clusters (dd2171b)
- double requests for comet, torrentio and mediafusion (5e95efc)
- explicitely block tmdb requests (7c7aaa7)
- gunicorn worker count (2d1b2b9)
2.4.4 (2025-05-03)
- add URL encoding and decoding for stream and torrent names (b17d727)
- parse media_id for kitsu movies correctly (f97a436)
- pin rank-torrent-name to last working version (2d4ea89)
- pin rank-torrent-name to last working version (ec06722)
- revert unwanted change in docker-compose.yml (03e385d)
- revert unwanted change in docker-compose.yml (3e1a7a6)
- support kitsu special episodes without episode number (ed2fcf4)
- support kitsu special episodes without episode number (40fcf8e)
- update models to be compatible with latest RTN (7fb18b2)
- update models to be compatible with latest RTN (3967c42)
- update RTN dep to 1.8.2 (a9350ea)
- update RTN dep to 1.8.2 (11ca645)
- update RTN dep to 1.8.3 (3b1759c)
- update RTN dep to 1.8.3 (7c995e5)
2.4.3 (2025-03-30)
- oupsie (2c3b08f)
2.4.2 (2025-03-30)
- info_hash parsing (a521a04)
2.4.1 (2025-03-15)
- pikpak typo (33c7fbd)
2.4.0 (2025-03-13)
- better file choosing logic (ad13278)
2.3.0 (2025-03-11)
2.2.0 (2025-03-04)
- ios video players support (ex: infuse) (acc8112)
2.1.0 (2025-03-03)
- choose max size file if no file found (3ed5057)
2.0.3 (2025-03-01)
- correct addon version (176899d)
2.0.2 (2025-02-28)
- torrent queue (37b12af)
2.0.1 (2025-02-28)
- postgres transaction (936e1a2)
2.0.0 (2025-02-28)
- 2025 rewrite complete
- 2025 rewrite complete (e62e7c4)
1.54.0 (2025-02-28)
- 🏎️💨 (3850b04)
- 🏎️💨 (833a7ae)
- allow_english_in_languages in webui (886ec29)
- availability cache logic finished (a2f1ac1)
- better cache ttl (9dacb30)
- better db - everything (7f02c5e)
- better everything (fa1ce1a)
- better file choice when playback (b17c7c9)
- better kitsu (f0d997e)
- better kitsu aliases (b676895)
- better logging (19a7e9e)
- caching operations now in background (2726a50)
- code cleaning (cfe7126)
- custom rtn settings (c640068)
- dashboard endpoint to see proxy active connections (6c14253)
- database migration system (29a27ad)
- docker images for rewrite branch too yeee (0d89333)
- FORCE_STREMTHRU (52f1a45)
- full direct torrent support (013e294)
- get file index from debrid services (8308ba8)
- guvicorn + gevent (c514cbb)
- guvicorn support (6304079)
- hide debrid stream proxy password input if disabled (7074893)
- improved file index update logic (f5c4524)
- improved logger (58f6b44)
- improved torrent file index finder logic (f05e03c)
- init readme for rewrite (322c063)
- ip limit for stream proxy (dab5166)
- more info (5e6c265)
- offcloud support (a318450)
- postgre support (a98459e)
- prowlarr/jackett support (490f0fa)
- qol (5132210)
- remove samples (161351f)
- remove_unknown_languages in webui (96c2fd3)
- set download torrent files to false by default (ddac1d0)
- stremthru (1b5758b)
- stremthru improvements (4ac90aa)
- update readme (c151bb4)
- webui config (31144be)
- back to uvicorn workers (2d96b46)
- change STREMTHRU_DEFAULT_URL (1ed3567)
- default config + prevent old configs (8d118c9)
- dependencies (38deff7)
- docker compose (9d5f21f)
- dockerfile (f5bdca1)
- duplicated title aliases (2038919)
- gevent monkey patch (1f9c260)
- kitsu media_id invalid type (d84744b)
- kitsu movies (58517d5)
- kitsu with postgres (cf69538)
- last try with gevent (0b71505)
- mb (fba81f4)
- mediafusion (5b17dc6)
- only get file index and size from torrent_file_indexes if in direct torrent mode (c98c3d4)
- oupsie (7db04de)
- playback proxy with postgre (8620bce)
- postgre stupid (5c4fa67)
- probably not it yet (a3c4176)
- remove torrent as a debrid service (225a2fa)
- rtn default settings (5347499)
- stremthru (5264244)
- stremthru token build (81a9c6d)
- stupid (5148997)
- update gitignore (2d9ffcc)
- update sample (3de418f)
- wrong rtn setting model (2240aed)
- wut (c020f2c)
1.51.0 (2024-11-28)
- remove the sketchy one (d692201)
1.50.1 (2024-11-27)
1.50.0 (2024-11-27)
1.49.0 (2024-11-26)
- torbox speed improvement + torbox proxy stream fix (30ecbce)
1.48.1 (2024-11-26)
- we don't want to spam debrid-link shit (f9c0ec0)
1.48.0 (2024-11-26)
- GG Debrid-Link, restrictions defeated 🤓☝️ (49cd90b)
1.47.0 (2024-11-26)
- random addon id (1b6a80b)
1.46.0 (2024-11-24)
- remove the need to have a pro torbox acc (253bfea)
1.45.0 (2024-11-24)
- debrid-link is now default (253eadc)
1.44.1 (2024-11-24)
- postgresql support (b61480b)
1.44.0 (2024-11-23)
- new db structure (8c3a81a)
- db caching issue (8122689)
1.43.4 (2024-11-21)
1.43.3 (2024-11-20)
- a (949b83b)
- b (665e840)
- remove duplicate file extension because wtf (f39a684)
- year_end for kitsu (f1f4224)
1.43.2 (2024-11-19)
- adult content filter (f5afeff)
1.43.1 (2024-11-19)
- maxSize reset to 0 (05ea53b)
1.43.0 (2024-11-19)
- ability for the user to toggle trash removal (89fa2d0)
1.42.0 (2024-11-19)
- improve year check (ede4e98)
- adult content filter fixed (ad415dc)
1.41.1 (2024-11-19)
- improve torrentio/mediafusion parsing (1318772)
1.41.0 (2024-11-19)
- title match check aliases system (36323ac)
1.40.1 (2024-11-18)
- oupsie (43b7e37)
1.40.0 (2024-11-18)
- reverse order results (15098f3)
1.39.0 (2024-11-18)
- shit filter and adult content check (fe3ddb6)
- webui config (0487af5)
1.38.0 (2024-11-17)
- ability to disable max connection (9ebcb71)
- ability to disable max connection #2 (412699f)
- ability to disable max connection #3 (05fe062)
- ability to disable max connection #4 (a18dceb)
- add max results per resolution configuration option (fefc260)
- add search term (fdb62ab)
- language unknown support (6f7c79f)
- fix 2160p issue (5ca4aa5)
1.37.0 (2024-11-15)
- different error message for no cache direct torrent (10318de)
- error message in case its not configured (c572274)
- index error (e94c8e2)
1.36.1 (2024-11-14)
- something (5b5a9ce)
1.36.0 (2024-11-14)
- elfhosted debugging (85912a2)
1.35.3 (2024-11-14)
1.35.2 (2024-11-14)
- sample detection (fe93bac)
1.35.1 (2024-11-14)
1.35.0 (2024-11-14)
- faster json stuff and better result ordering (d8571d1)
1.34.0 (2024-11-14)
- direct torrent!!! omg!!!! no way what (e621c84)
1.33.0 (2024-11-14)
1.32.2 (2024-10-04)
- ip debrid (057126b)
- missing year metadata (4a4dfb6)
- realdebrid ip stuff (6ee6b92)
- weird shit (1176b2a)
1.32.1 (2024-10-01)
- title parsing (732021c)
1.32.0 (2024-09-18)
- autplay (1147845)
1.31.4 (2024-09-17)
- bye samples (efcf44d)
1.31.3 (2024-09-06)
- latin and spanish separated (2421667)
1.31.2 (2024-09-04)
- fail build (9e7407d)
1.31.1 (2024-09-04)
- metadata (23966f2)
1.31.0 (2024-09-01)
- realdebrid real ip (479aa8e)
1.30.1 (2024-08-31)
1.30.0 (2024-08-31)
- add multi to languages (da4d1d7)
1.29.1 (2024-08-31)
- improves prowlarr compatibility (7c0ee96)
1.29.0 (2024-08-31)
- faster than ever, better results (19f9cc4)
1.28.5 (2024-08-29)
- debrid download link caching not working in certain case (271dbb6)
1.28.4 (2024-08-28)
- metadata (809e32b)
1.28.3 (2024-08-28)
- sqlite download_link caching (34c93c6)
1.28.2 (2024-08-28)
- metadata retriever (8f4e133)
1.28.1 (2024-08-27)
- typo causing errors (7584af6)
1.28.0 (2024-08-27)
- PostgreSQL support (8f46d7f)
1.27.1 (2024-08-27)
1.27.0 (2024-08-27)
- disable indexer select if indexer manager disabled (2907a0e)
1.26.0 (2024-08-27)
- new admin dashboard for debrid proxy stream + title year check + ip-based max connections for debrid proxy stream (1d11ac4)
- remove fullstacksample docker compose as it needs to be changed a lot (7533ecb)
1.25.2 (2024-08-16)
- zilean (40b62b2)
1.25.1 (2024-08-15)
- zilean 1.5 (12a9bc5)
1.25.0 (2024-08-06)
- Add metadata to result title (33f3f96)
1.24.0 (2024-08-05)
- custom results title (fa800ef)
1.23.2 (2024-07-29)
- alldebrid support (1ea4464)
1.23.1 (2024-07-24)
- db error (d1232ce)
1.23.0 (2024-07-24)
- ability to enable/disable title match check (TITLE_MATCH_CHECK env var) (755c4fb)
- show language emoji in results (d9e15e7)
1.22.0 (2024-07-24)
- debrid download links are now cached for 1h (massive speed improvement) (aab0b91)
1.21.2 (2024-07-24)
- revert IMDb metadata bug (595c2c0)
1.21.1 (2024-07-23)
- coding blind (2a5002a)
- IMDb metadata retriever (914c5d2)
- not retrieving saved stremio settings if all selected (42c5863)
- proxy stream (1ceeff5)
- try to fix Nvidia shield debrid stream proxying (bdb22dc)
- where is the client (c532656)
1.21.0 (2024-07-22)
- fetch previous settings from stremio configure (b42f4fb)
- save settings on Stremio configure button (6dd22cc)
1.20.0 (2024-07-22)
- use debrid proxy for torrentio (bypass Cloudflare server IP blacklist) (5d02247)
1.19.5 (2024-07-21)
- prowlarr indexer (4003fb4)
1.19.4 (2024-07-21)
- debrid stream proxy on some devices (240364b)
1.19.3 (2024-07-21)
- wtf (b47676c)
1.19.2 (2024-07-21)
- Delete poetry.lock (833bb33)
1.19.1 (2024-07-21)
- torrentio cloudflare bypass (d9c98a7)
1.19.0 (2024-07-20)
- torrentio scraper (94c21d9)
- add torrentio scraper to features (27d23a5)
1.18.3 (2024-07-19)
- slightly improve anime results (c9f230c)
1.18.2 (2024-07-19)
- faster debrid file parsing (bf846fa)
1.18.1 (2024-07-19)
- torrents faster (ef53efe)
1.18.0 (2024-07-18)
- Kitsu support (b641c69)
1.17.2 (2024-07-18)
- update manifest for animes support (8ee3220)
1.17.1 (2024-07-18)
- metadata (81ff5bc)
1.17.0 (2024-07-18)
- error videos added to playback (83668ea)
- faster (we title match check before doing the rest) (19fc235)
1.16.0 (2024-07-18)
- add real torrent_size in results (33ef5b1)
- config string now sent to console when copy/install button clicked (9f46fa9)
1.15.5 (2024-07-16)
- prowlarr infoHash (71738ee)
1.15.4 (2024-07-16)
- I fixed it I think guys (86ea5d5)
1.15.3 (2024-07-16)
- hope (0086f3f)
1.15.2 (2024-07-15)
1.15.1 (2024-07-15)
- do the maths client side (b0aa42c)
1.15.0 (2024-07-15)
- faster, prowlarr pack support, max size, tracker name in results and more... (0fabd79)
- realTitle in results for prowlarr support (57440a9)
- valid debrid api key not needed anymore if results already cached (e94e224)
1.14.2 (2024-07-13)
- divising by 0 (dcef22a)
1.14.1 (2024-07-12)
- speed up playback (683a826)
1.14.0 (2024-07-12)
- Debrid-Link support (dadca78)
- alldebrid get files (4bf8e88)
1.13.0 (2024-07-11)
- torbox integration (db1a003)
- torbox faster (removed useless checks) (dfaf12b)
- torbox ignore empty data (f971255)
- useless repeated code (fa8ce05)
1.12.4 (2024-07-10)
- realdebrid pack caching issue (0a9eb03)
1.12.3 (2024-07-08)
- zilean multithreaded (73b0a35)
1.12.2 (2024-07-08)
- lower not needed (ff60d91)
1.12.1 (2024-07-08)
- wrong debrid stream proxy password warning being showed everytime (0514484)
1.12.0 (2024-07-08)
- wrong password warning for debrid stream proxy (6b8303b)
1.11.2 (2024-07-07)
- prowlarr (a6179bf)
1.11.1 (2024-07-07)
- webui copy button for non secured environments (8eda672)
1.11.0 (2024-07-07)
- zilean filtering speed fixed (dad68c2)
1.10.0 (2024-07-07)
- premiumize support (ab846a7)
- proxy is not needed with premiumize (82fb354)
1.9.1 (2024-07-06)
1.9.0 (2024-07-06)
- ui improvements (9a94f0f)
1.8.1 (2024-07-06)
- debrid stream proxy dynamic input field (2e0a219)
1.8.0 (2024-07-06)
- improve debrid stream proxy (60710fa)
- logs (8743e49)
1.7.0 (2024-07-05)
- cosmetics + important fixes (a1441c8)
1.6.2 (2024-07-05)
- I forgot something I need to release for elfhosted bruh (14d6ebf)
1.6.1 (2024-07-05)
- alldebrid stream proxy (1502d4c)
1.6.0 (2024-07-05)
- alldebrid support (afd27c0)
1.5.1 (2024-07-05)
- imdb metadata api returning "Summer Watch Guide" (e9af38b)
1.5.0 (2024-07-04)
- insane new debrid stream proxy (allows to use debrid service on multiple IPs at same time) (ba1f78e)
- try to fix session unclosed issue with debrid stream proxy (1f63113)
1.4.0 (2024-07-04)
- add option to toggle title checking (bbb257d)
1.3.3 (2024-07-03)
- 0.30ms faster :pro: (6b1daa6)
1.3.2 (2024-07-03)
- only show stars for non mobile users (performance issue) (7415984)
1.3.1 (2024-07-03)
- that's how you release it hehe (ad65d1f)
1.3.0 (2024-07-03)
- new debrid manager and cleaning (ruff) (c48e466)
1.2.2 (2024-07-03)
1.2.1 (2024-07-03)
- smooth loading + fixed empty select (web) (f9dd917)
1.2.0 (2024-07-02)
- lot of fixes, caching system changed, camel to snake etc... (9cf3346)
1.1.0 (2024-07-02)
- environment variable for custom addon ID (ADDON_ID) (d2b7ee8)