cedya77 Release Notes
104 release notes curated from 1 source by the Releasebot Team. Last updated: Jul 22, 2026
cedya77 Products
- Jul 22, 2026
- Date parsed from source:Jul 22, 2026
- First seen by Releasebot:Jul 22, 2026
v.testing.20260722.1: docs(settings): read metahub and MovieLens tunables at call time
aiometadata now respects dashboard env overrides at boot for IMDb and MovieLens settings.
Convert the module-load env constants in imdb.ts (metahub image TTL/
timeout) and movielens.ts (API base, referers, request timeout, user
agent) to call-time reads so dashboard overrides injected into process.env
at boot take effect without code changes.
Original source - Jul 21, 2026
- Date parsed from source:Jul 21, 2026
- First seen by Releasebot:Jul 22, 2026
v.testing.20260721.1: fix: stop inferring a rating poster provider from saved API keys
aiometadata adds None rating poster support and fixes legacy configs to respect saved poster choices.
Configs that predate posterRatingProvider were resolved to 'top' whenever a Top Poster key existed, so users who never enabled rating posters got them anyway while the UI showed RPDB selected. Infer from the saved poster pattern instead, which is the only record of an actual choice, and fall back to a new explicit 'none' provider when there is no pattern.
Adds None to the provider dropdown, centralises pattern resolution in resolvePosterPattern/resolveThumbnailPattern so every call site honours it, and hides the per-catalog rating poster stars when the provider is None.
Original source All of your release notes in one feed
Join Releasebot and get updates from cedya77 and hundreds of other software products.
- Jul 6, 2026
- Date parsed from source:Jul 6, 2026
- First seen by Releasebot:Jul 7, 2026
v2.8.0
aiometadata adds major catalog and tracking upgrades, including MyAnimeList integration, MDBList recommendation catalogs, configurable TMDB voting, built-in poster caching, and geo-redundancy support, while also tightening filters, dashboard controls, and multiple bug fixes.
2.8.0 (2026-07-06)
Features
- add configurable minimum votes for tmdb.year catalog (07db94a)
- add MDBList recommendation catalogs (d71a5d5)
- add MyAnimeList integration with watch tracking and list catalogs (91e97e5)
- add opt-in built-in poster cache with dashboard log integration (153cd15)
- add with_networks filter to tmdb discover series builder (2e80228)
- compact Error Management UI in ops tab (d93ab67)
- enforce env-registry coverage and backfill dashboard settings (3935e2e)
- import private lists from connected Trakt account by entering own username (61b2b08)
- only advertise subtitles resource when watch tracking is enabled (23a10cb)
- support read replica and DDL gating for geo-redundancy (cebae83)
Bug Fixes
- add available flag to TMDB series episode videos (4f9590e)
- apply tmdb discover series runtime filter locally with episode fallbacks (f9b173c)
- authenticate public Trakt list requests to bypass stale CDN cache (0eca2b5)
- include custom display types in Select by Type filter (b64f3ab)
- insert duplicated discover catalog below the original (e1569a5)
- preserve tags and merge membership when editing discover catalog filters (e1569a5)
- prevent cross-provider poisoning of anime meta components (24f42a3)
- re-read warmup config from env so dashboard-applied settings take effect (2c3ce26)
- revert AniList auth to authorization code grant (122a76a)
- use AniList implicit grant to bypass Cloudflare-blocked token endpoint (fb4db5a)
- Jul 6, 2026
- Date parsed from source:Jul 6, 2026
- First seen by Releasebot:Jul 7, 2026
- Jul 6, 2026
- Date parsed from source:Jul 6, 2026
- First seen by Releasebot:Jul 6, 2026
v.testing.20260706.2: feat: add MDBList recommendation catalogs
aiometadata adds MDBList recommendation catalogs with personalized sections and Add/Remove rows in the integration dialog.
Adds mdblist.recommended.{recommended,trending,similar,rising} catalogs
backed by MDBList's Recommendation Lists API, with per-user cache scoping
Original source
and Add/Remove rows in the MDBList integration dialog. Personalised
sections require MDBList supporter access with recommendations enabled;
Rising is available to all users. Similar to cedya77 with recent updates:
- Smokeball release notes136 release notes · Latest Jul 16, 2026
- Cosmolex release notes20 release notes · Latest Jul 30, 2025
- PracticePanther release notes35 release notes · Latest Jul 7, 2026
- Salesforce release notes57 release notes · Latest Jul 1, 2026
- Microsoft release notes739 release notes · Latest Jul 22, 2026
- Zoom release notes179 release notes · Latest Jul 22, 2026
- Jul 6, 2026
- Date parsed from source:Jul 6, 2026
- First seen by Releasebot:Jul 6, 2026
v.testing.20260706.1
aiometadata guards AIOManager sync against non-JSON upstream responses.
guard AIOManager sync against non-JSON upstream responses
Original source - Jul 4, 2026
- Date parsed from source:Jul 4, 2026
- First seen by Releasebot:Jul 4, 2026
v.testing.20260704.1: feat: add manager sync integration for AIOManager (Hydra API)
aiometadata adds a Sync to AIOManager button in the configuration panel, making it easier to install or refresh addons in AIOManager and propagate them to connected platforms. It also adds credential saving options and support for multiple manager entries in the registry.
Adds a Sync to AIOManager button on the configuration panel that installs or refreshes the addon in the user's AIOManager account via POST /hydra/reinstall, propagating it to their connected platforms.
The call is proxied through the backend (/api/aiomanager/reinstall) with a host guard restricting relayed manifests to this instance. Credentials (instance dropdown of public instances or custom URL + account API key) can be persisted into the stored config via an opt-out toggle (/api/managers/credentials). Manager registry supports adding other managers later, rendering a dropdown when there are several.
Original source - Jun 26, 2026
- Date parsed from source:Jun 26, 2026
- First seen by Releasebot:Jun 26, 2026
v.testing.20260626.2: feat: only advertise subtitles resource when watch tracking is enabled
aiometadata fixes subtitle tracking gating and manifest fingerprints so Stremio only pings tracking users and shows reinstall prompts when needed.
The subtitles resource is purely a watch-tracking ping (it returns no real subtitles), so advertising it always made Stremio hit the addon on every playback even for users with no tracking. Gate it in the manifest on the same condition the route uses, and fold it into the manifest fingerprint so the existing Reinstall Required banner fires when tracking is toggled. Also fix the subtitle route gate, which checked only 4 of the 5 trackers and silently skipped users with only PublicMetaDB tracking enabled.
Original source - Jun 26, 2026
- Date parsed from source:Jun 26, 2026
- First seen by Releasebot:Jun 26, 2026
v.testing.20260626.1: fix: add available flag to TMDB series episode videos
aiometadata fixes TMDB episode videos so availability is set from release timestamps.
The TMDB series path built episode video objects with released but no available, unlike the TVDB and Kitsu/MAL builders. The available post-processor only refreshes videos that already have the key, so TMDB episodes never got it. Set available from the episode release timestamp.
Original source - Jun 24, 2026
- Date parsed from source:Jun 24, 2026
- First seen by Releasebot:Jun 25, 2026
v.testing.20260624.1
aiometadata fixes warmup config env rereads so dashboard-applied settings take effect.
fix: re-read warmup config from env so dashboard-applied settings tak…
Original source - Jun 17, 2026
- Date parsed from source:Jun 17, 2026
- First seen by Releasebot:Jun 18, 2026
v2.7.1
aiometadata fixes full-DB dashboard stats aggregation by reverting to bounded 250-sample.
2.7.1 (2026-06-17)
Bug Fixes
- revert full-DB dashboard stats aggregation back to bounded 250-sample (652aff0)
- Jun 17, 2026
- Date parsed from source:Jun 17, 2026
- First seen by Releasebot:Jun 18, 2026
v2.7.0
aiometadata releases 2.7.0 with weekly seasonal MAL catalogs, fuller dashboard system stats, and a bounded log buffer with redaction and self-backfilling SSE streaming, while also making MAL and Jikan page size configurable and tightening catalog, provider, and parsing behavior.
2.7.0 (2026-06-17)
Features
- add weekly seasonal MAL catalogs (04ae910)
- aggregate dashboard system stats over full DB (streaming fold + gated Postgres SQL) (0a861f5)
- bounded log buffer with redaction + self-backfilling SSE log stream (9a4793a)
- make MAL/Jikan page size configurable via MAL_PAGE_SIZE (04ae910)
Bug Fixes
- allow breaking out of live log auto-scroll via wheel, touch, and keyboard (71d1b05)
- carry status into anime catalog meta and treat unreleased/tba as unreleased (4960695)
- clear reinstall banner after non-manifest saves and reinstall (0333a71)
- don't cache degraded provider fallbacks on transient upstream errors (f9af96c)
- fribb parsing (fcfeeb4)
- handle Fribb themoviedb_id.movie arrays and index all imdb/tmdb ids (76e0a25)
- hide unreleased series with not-yet-aired status and null release date (637680e)
- Jun 17, 2026
- Date parsed from source:Jun 17, 2026
- First seen by Releasebot:Jun 18, 2026
- Jun 16, 2026
- Date parsed from source:Jun 16, 2026
- First seen by Releasebot:Jun 16, 2026
v.testing.20260616.1
aiometadata fixes caching of degraded provider fallbacks on transient upstream errors.
fix: don't cache degraded provider fallbacks on transient upstream er…
Original source - Jun 8, 2026
- Date parsed from source:Jun 8, 2026
- First seen by Releasebot:Jun 9, 2026
v2.6.7
aiometadata fixes the age-rating catalog filter to include TV-Y and TV-Y7.
2.6.7 (2026-06-08)
Bug Fixes
- include TV-Y and TV-Y7 in age-rating catalog filter (cd71ffd)
Curated by the Releasebot team
Releasebot is an aggregator of official release notes from hundreds of software vendors and thousands of sources.
Our editorial process involves the manual review and audit of release notes procured with the help of automated systems.