Skip to content

Commit e4e827f

Browse files
authored
chore: release 2.24.2 (#767)
1 parent cbca69b commit e4e827f

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

.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.24.1"
2+
".": "2.24.2"
33
}

CHANGELOG.md

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

3+
## [2.24.2](https://github.com/Viren070/AIOStreams/compare/v2.24.1...v2.24.2) (2026-02-27)
4+
5+
6+
### Features
7+
8+
* **frontend/templates:** add validation modal ([26e401d](https://github.com/Viren070/AIOStreams/commit/26e401d2e411ea4cd59320556e1938639875b0f8))
9+
* **frontend/templates:** show warning on external links ([26e401d](https://github.com/Viren070/AIOStreams/commit/26e401d2e411ea4cd59320556e1938639875b0f8))
10+
* **presets/streamnzb:** implement preset ([#766](https://github.com/Viren070/AIOStreams/issues/766)) ([2fea58b](https://github.com/Viren070/AIOStreams/commit/2fea58b520f5f0fa3ddcc3bb8936bd023b8ee96b))
11+
12+
13+
### Bug Fixes
14+
15+
* **frontend/templates:** dont show warnings twice when importing and loading ([d771e9c](https://github.com/Viren070/AIOStreams/commit/d771e9ca2054f65f340c54ad4b6d7776aa4c6480))
16+
* **frontend/templates:** show warning on duplicate keys ([d771e9c](https://github.com/Viren070/AIOStreams/commit/d771e9ca2054f65f340c54ad4b6d7776aa4c6480))
17+
* **parser/file:** escape title before removing from filename for parsing ([11507b0](https://github.com/Viren070/AIOStreams/commit/11507b0fdbc9ab56a3a1fff4e3c792ce386610e2))
18+
19+
20+
### Code Refactoring
21+
22+
* **frontend/templates:** move export modal into templates folder and update wiki text ([0d67c58](https://github.com/Viren070/AIOStreams/commit/0d67c58dfe3117526e0e034e74c9bb01179c92f5))
23+
324
## [2.24.1](https://github.com/Viren070/AIOStreams/compare/v2.24.0...v2.24.1) (2026-02-26)
425

526

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.24.1",
3+
"version": "2.24.2",
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)