Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.24.5"
".": "2.25.0"
}
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## [2.25.0](https://github.com/Viren070/AIOStreams/compare/v2.24.5...v2.25.0) (2026-03-02)


### Features

* add customisable nzb failover position ([3cc2b88](https://github.com/Viren070/AIOStreams/commit/3cc2b880a9e84d9055302cac435d9a15b5d17585))
* add nzb failover ([03da152](https://github.com/Viren070/AIOStreams/commit/03da15278f854445401030bd208a358f21d172ec)), closes [#578](https://github.com/Viren070/AIOStreams/issues/578)
* add preload streams with SEL selector ([b0687b7](https://github.com/Viren070/AIOStreams/commit/b0687b79f2a0ee729fad9fcbb47490ccb290880e))
* allow precaching more than 1 stream ([b0687b7](https://github.com/Viren070/AIOStreams/commit/b0687b79f2a0ee729fad9fcbb47490ccb290880e))
* cache debrid errors ([03da152](https://github.com/Viren070/AIOStreams/commit/03da15278f854445401030bd208a358f21d172ec))
* **core/formatters:** Allow multiple remove modifier parameters ([#745](https://github.com/Viren070/AIOStreams/issues/745)) ([c3609b9](https://github.com/Viren070/AIOStreams/commit/c3609b93661a7837518e204992bc4913765cc994))
* **frontend:** redesign services and miscellaneous menu ([ead41f0](https://github.com/Viren070/AIOStreams/commit/ead41f04ec012c2d1ba9a351442dbe55c299c769))
* **sel:** add perGroup function ([aa3e221](https://github.com/Viren070/AIOStreams/commit/aa3e221dfb2e97ce182b0186dbe345aac97e0a56))


### Bug Fixes

* **frontend/templates:** ensure sub-options are filtered for visibility ([f4fe357](https://github.com/Viren070/AIOStreams/commit/f4fe3570651a1193e1b05b901b0c06558927e457))
* **frontend/templates:** expand featured template when clicked ([46ac577](https://github.com/Viren070/AIOStreams/commit/46ac5771e92df7eca87d1ff87517ca53ba8c2136))
* **frontend:** cast subOptions to Option[] in getVisibleOptions ([1a92201](https://github.com/Viren070/AIOStreams/commit/1a92201f3a1234f42d94fca0db88eceacf9e0342))
* **frontend:** fix various react errors ([47bf95d](https://github.com/Viren070/AIOStreams/commit/47bf95da07e819d9d0765cec238a513218952b34))
* **frontend:** update mode type ([3d0dcb5](https://github.com/Viren070/AIOStreams/commit/3d0dcb58833372fb9cbfd3a70d5cfe2989affb22))
* **presets/custom:** replace forceToTop with pinPosition ([c7a163e](https://github.com/Viren070/AIOStreams/commit/c7a163e6ff7ab14df4e2158dd6fdf7a3c110a23a))
* remove length requirement for name and description fields ([4d31e77](https://github.com/Viren070/AIOStreams/commit/4d31e77ccb22d1f65e3c2fdc9717789a4a1bb8cc))
* **usenet-stream-base:** include failed nzbs from history ([d49ac1f](https://github.com/Viren070/AIOStreams/commit/d49ac1fc02d52e7284cd245b0d47c07fea1c04df))
* **usenet-stream-base:** throw add error separately ([d5eb0e6](https://github.com/Viren070/AIOStreams/commit/d5eb0e6a880a520e3e28c179bf9e70d36f8e087b))

## [2.24.5](https://github.com/Viren070/AIOStreams/compare/v2.24.4...v2.24.5) (2026-02-28)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aiostreams",
"version": "2.24.5",
"version": "2.25.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",
Expand Down