Skip to content

Commit 545fc19

Browse files
committed
chore: release 2.25.1
1 parent 21561d5 commit 545fc19

3 files changed

Lines changed: 24 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.25.0"
2+
".": "2.25.1"
33
}

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## [2.25.1](https://github.com/Viren070/AIOStreams/compare/v2.25.0...v2.25.1) (2026-03-04)
4+
5+
6+
### Features
7+
8+
* **frontend:** redesign sorting menu ([0737ec5](https://github.com/Viren070/AIOStreams/commit/0737ec5602ecb5d8b11c1d5b1d58e12a9ccf6925))
9+
* **templates:** add changelog + update notifications ([21561d5](https://github.com/Viren070/AIOStreams/commit/21561d5631cb10939d5f8b7561b88816807be79e))
10+
11+
12+
### Bug Fixes
13+
14+
* **debrid:** adjust file selection scoring algorithm ([6de94af](https://github.com/Viren070/AIOStreams/commit/6de94aff10177e34f4f8cadacd029967b5a36912))
15+
* **debrid:** use specified file index in playback info ([34684d2](https://github.com/Viren070/AIOStreams/commit/34684d28b8af664874b5ae946acfdf01592e2d24))
16+
* **frontend/templates:** try and fix tapping out of select closing modal ([300a248](https://github.com/Viren070/AIOStreams/commit/300a248238e0c64cc5e89e33af344a668b8def07))
17+
* **metadata/imdb:** adjust schema ([cdff10a](https://github.com/Viren070/AIOStreams/commit/cdff10a54a79fde18295de14f18e0e6a795507a9))
18+
* **serviceWrap:** use fileIdx field when missing season/episode ([34684d2](https://github.com/Viren070/AIOStreams/commit/34684d28b8af664874b5ae946acfdf01592e2d24))
19+
20+
21+
### Performance Improvements
22+
23+
* optimise processing of torrents/nzbs ([6de94af](https://github.com/Viren070/AIOStreams/commit/6de94aff10177e34f4f8cadacd029967b5a36912))
24+
325
## [2.25.0](https://github.com/Viren070/AIOStreams/compare/v2.24.5...v2.25.0) (2026-03-03)
426

527

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aiostreams",
3-
"version": "2.25.0",
3+
"version": "2.25.1",
44
"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.",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)