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,4 +1,4 @@
{
".": "1.35.2"
".": "1.36.0"
}

35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,41 @@

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.

## [1.36.0](https://github.com/cedya77/aiometadata/compare/v1.35.2...v1.36.0) (2026-04-13)


### Features

* add certification range filters and fix MAL airing cache TTL ([26f3b7e](https://github.com/cedya77/aiometadata/commit/26f3b7e6a277c4e6d57d4217b1860ae229de5280))
* add discover catalog duplicate button and rename DiscoverBuilderDialog ([47a3c55](https://github.com/cedya77/aiometadata/commit/47a3c558f4a4b7b5752f030c6f13f5ba23fafe90))
* add heap profile to dashboard operations tab ([34a8572](https://github.com/cedya77/aiometadata/commit/34a85721a4d9e8e83f48d292d78017b291682670))
* add PublicMetaDB integration (up next, lists, watch tracking) ([ae0c2f3](https://github.com/cedya77/aiometadata/commit/ae0c2f3e22605c0452d36aa9ab3a75f69da3aa77))
* **custom-art:** add raw {id} placeholder support ([0a95fe6](https://github.com/cedya77/aiometadata/commit/0a95fe6aa27cf00080dd739466d5a86e6856c48c))
* streaming top 10 catalogs integration ([59de923](https://github.com/cedya77/aiometadata/commit/59de923aff3a3d9924d771db6977ddc3cb038a3d))
* support FANART_API_PROJECT_KEY with user keys as clientKey ([4e93312](https://github.com/cedya77/aiometadata/commit/4e933120f23ff18eba5b452be1f0cfe199374657))
* support FANART_API_PROJECT_KEY with user keys as clientKey ([6101409](https://github.com/cedya77/aiometadata/commit/61014094aeeef8b4e0276334b893b17bd0f80e82))
* update Top Posters API domain and add user-agent support ([4ef0187](https://github.com/cedya77/aiometadata/commit/4ef0187e60f6f3da9c217530a84e616f45321cb4))
* update Top Posters API domain and add user-agent support ([1995e86](https://github.com/cedya77/aiometadata/commit/1995e8691e9f2dc1c9c8ff87e16b411cfec352b8))


### Bug Fixes

* anime movie ID resolution fallbacks in getMeta ([bd494c3](https://github.com/cedya77/aiometadata/commit/bd494c374f4dc769992c10a7e500484534ab3565))
* crash when config.language is undefined in selectTmdbImageByLang ([3bae00e](https://github.com/cedya77/aiometadata/commit/3bae00eff131724ac6f0e6087fbe9179bcf08898))
* crash when config.language is undefined in selectTmdbImageByLang ([4ca72f6](https://github.com/cedya77/aiometadata/commit/4ca72f665d235f08937514d67284e59560159a03))
* ONA type detection in Kitsu search ([e286f6a](https://github.com/cedya77/aiometadata/commit/e286f6af6000272d3126bf2faf2a6b45b3ea601d))
* reduce redis RDB snapshot frequency to hourly ([4ebf84e](https://github.com/cedya77/aiometadata/commit/4ebf84e47a570177d00b823a296e0339e044e3a9))
* reduce redis RDB snapshot frequency to prevent excessive disk writes ([c6684c6](https://github.com/cedya77/aiometadata/commit/c6684c6004e886eeb6e3c56e48dc4299e143a60d))
* restore poster proxy URL passthrough mode in meta handler ([e55523d](https://github.com/cedya77/aiometadata/commit/e55523dc481157f76f7f5fd2bfe8f25abfec3f7f))
* tighten up redis initialization sequence ([e341620](https://github.com/cedya77/aiometadata/commit/e34162022353fd3df00e0ffd0705e6c255a2a5b5))
* trakt 401 token refresh and custom poster pattern preservation ([f4a201b](https://github.com/cedya77/aiometadata/commit/f4a201bae2460ea3585bff3251e80afc68e4d888))


### Performance Improvements

* migrate sqlite3 to better-sqlite3 ([088d62b](https://github.com/cedya77/aiometadata/commit/088d62b8e1b99190e836cc9ffafc0f4b9362f28f))
* reduce frontend bundle size ([d46e210](https://github.com/cedya77/aiometadata/commit/d46e210068f5eb24a80b8e1f23b8536558b56619))

## [1.35.2](https://github.com/cedya77/aiometadata/compare/v1.35.1...v1.35.2) (2026-03-24)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aio-metadata",
"version": "1.35.2",
"version": "1.36.0",
"description": "Metadata provider for Stremio",
"main": "dist/server/server.js",
"scripts": {
Expand Down