Skip to content

Commit 4d26c60

Browse files
authored
Merge pull request cedya77#110 from cedya77/release-please--branches--dev--components--aio-metadata
chore(dev): release 1.8.0
2 parents 8ca7be8 + 3072f73 commit 4d26c60

File tree

4 files changed

+30
-4
lines changed

4 files changed

+30
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "1.7.2"
2+
".": "1.8.0"
33
}
44

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.8.0](https://github.com/cedya77/aiometadata/compare/v1.7.2...v1.8.0) (2025-11-12)
6+
7+
8+
### Features
9+
10+
* add more providers ([7bf97b9](https://github.com/cedya77/aiometadata/commit/7bf97b976411b602e09395573ef81922a62ffab1))
11+
* **catalogs:** Add per-catalog randomization controls ([9ac3d89](https://github.com/cedya77/aiometadata/commit/9ac3d89b33bcfd07be7715d19ed17b2f068a2448))
12+
* **catalogs:** Add TVMaze daily schedule catalog ([15e928b](https://github.com/cedya77/aiometadata/commit/15e928b0c00342f6772def0bc473e6ef2c6a7776))
13+
* start implementing mdblist watch status ([c391f88](https://github.com/cedya77/aiometadata/commit/c391f8848943dc16e9c3abeedc99d72f47ed4ed5))
14+
* **ui:** Track Kitsu search performance and improve nav ([01f66aa](https://github.com/cedya77/aiometadata/commit/01f66aa95a92d056bd6d9a8cdacb1d8fb5fafd90))
15+
16+
17+
### Bug Fixes
18+
19+
* **cache:** Handle cache key correctly for anime id provider when using imdb id for anime ([36453f3](https://github.com/cedya77/aiometadata/commit/36453f391c1be15dbf122cbdb103cc61dc938dec))
20+
* **cache:** Track meta cache hits correctly and prevent double-counting misses ([4b59363](https://github.com/cedya77/aiometadata/commit/4b5936368aaaee14cfbd61037c0b52680008450e))
21+
* **custom catalogs:** allow configuring page size for imports to fix pagination for addons that use less than 100 as page size ([683205b](https://github.com/cedya77/aiometadata/commit/683205ba45109bfc8047d333a9b1f636a4515468))
22+
* decouple html blurb from user configs ([2ed1aeb](https://github.com/cedya77/aiometadata/commit/2ed1aeb3100667c1f37846d16cbcf1a86bfb1e11))
23+
* decouple html blurb from user configs ([fdedabb](https://github.com/cedya77/aiometadata/commit/fdedabb779179356540ce08449f2b3ddec75cdba))
24+
* make persons search strict ([02cf696](https://github.com/cedya77/aiometadata/commit/02cf69696478dfeb7d93ee8c7e60bcbc0edf0053))
25+
* make persons search strict ([4d253b2](https://github.com/cedya77/aiometadata/commit/4d253b25b6f367b5f4c7909ca5040bd009b120b2))
26+
* make skygo region agnostic ([ca8c08c](https://github.com/cedya77/aiometadata/commit/ca8c08cb0eddba3b8a3b12bb5958809a4dbe8c23))
27+
* **meta:** prevent getMeta from being called if imdb id isnt found when Use IMDb ID for Catalog/Search for Series is On ([f566121](https://github.com/cedya77/aiometadata/commit/f566121f768e2c9787d8e38182c733f268b40074))
28+
* **search:** Improve search provider labeling ([c22ee47](https://github.com/cedya77/aiometadata/commit/c22ee47afae5dbe946ab85632b609a6b1b956d19))
29+
* **tmdb meta:** Use original_title when user language matches original language and no translation exists ([56ff1e1](https://github.com/cedya77/aiometadata/commit/56ff1e1975d2cf7621c05dc06a93b25e20d01303))
30+
531
## [1.7.2](https://github.com/cedya77/aiometadata/compare/v1.7.1...v1.7.2) (2025-11-05)
632

733

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aio-metadata",
3-
"version": "1.7.2",
3+
"version": "1.8.0",
44
"description": "Metadata provider for Stremio",
55
"main": "server.js",
66
"scripts": {

0 commit comments

Comments
 (0)