From fab2aea36de176cb853e348e4ea1618663cfaa8e Mon Sep 17 00:00:00 2001 From: Viren070 Date: Mon, 1 Dec 2025 15:15:05 +0000 Subject: [PATCH] chore: release 2.19.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6e970a7f..60b44f4d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.18.1" + ".": "2.19.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e777ab4..7caa3c59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [2.19.0](https://github.com/Viren070/AIOStreams/compare/v2.18.1...v2.19.0) (2025-12-01) + + +### Features + +* add SeaDex preference support for anime streams ([#512](https://github.com/Viren070/AIOStreams/issues/512)) ([b4b6929](https://github.com/Viren070/AIOStreams/commit/b4b69291e601452799393fa57ced497bbe133ecc)) +* add separate size filter for anime content ([#483](https://github.com/Viren070/AIOStreams/issues/483)) ([ff168cf](https://github.com/Viren070/AIOStreams/commit/ff168cf25594a5729a12b72583d8aebb033bc9fd)) +* **seadex:** add release group fallback matching ([#521](https://github.com/Viren070/AIOStreams/issues/521)) ([7ed51bc](https://github.com/Viren070/AIOStreams/commit/7ed51bc6f08c6f3cf7395f3a53c60ae39d441ada)) + + +### Bug Fixes + +* **frontend:** added missing space to proxy url ([#515](https://github.com/Viren070/AIOStreams/issues/515)) ([1e06ad9](https://github.com/Viren070/AIOStreams/commit/1e06ad987af8a9cd656fdea62560c9be7f81c743)) +* **parser:** replace German umlauts with ASCII equivalents in normaliseTitle ([#525](https://github.com/Viren070/AIOStreams/issues/525)) ([f7c1124](https://github.com/Viren070/AIOStreams/commit/f7c1124ebccef46e70ea63c7c430e359604ad63f)) + ## [2.18.1](https://github.com/Viren070/AIOStreams/compare/v2.18.0...v2.18.1) (2025-11-29) diff --git a/package.json b/package.json index 28021ef8..b6b06a01 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aiostreams", - "version": "2.18.1", + "version": "2.19.0", "description": "AIOStreams consolidates multiple Stremio addons and debrid services into a single, easily configurable addon. It allows highly customisable filtering, sorting, and formatting of results and supports proxying all your streams through MediaFlow Proxy or StremThru for improved compatibility and IP restriction bypassing.", "type": "module", "main": "dist/index.js",