ℹ️ A Note on the v1.7.x Release Series
This release series addresses critical bugs in activity syncing and database migrations that were discovered during public rollout. v1.7.5 is the final, stable cumulative update. v1.7.5 bundles fixes made in v1.7.3 & v1.7.4, along with it's own set of fixes relating to the Activity Deletions.
🐛 Bug Fixes
Activity Deletions (Final Fix)
Fixed a critical bug where deletions in the Activity tab would correctly update the UI but fail to sync with Stremio's servers. Deletions now correctly trigger Stremio's "removed" state AND zero-out all watch progress (timeWatched, etc.), ensuring items stay gone across all devices and incognito sessions.
Fixed a Crash When Saving Large Activity Caches
There was a hidden crash happening in the background when AIOManager tried to save large activity data locally. This was also silently breaking deletions. This is now fully resolved.
Database Migrations for All Enviroments
Fixed missing database migrations for last_notification (PostgreSQL) and stabilization (SQLite). All database types are now fully compliant with the latest schema.
Addon Order Mirror Now Works for All Instances
Fixed a bug where mirroring the addon order would skip instances of the same addon (e.g., AIOStreams) because they were treated as duplicates. It now uses the unique transport URL to distinguish between instances.
Webhooks Redundancy Fix
Fixed a bug where failover webhook notifications were being sent twice. Added a cleanup mechanism to remove orphaned health check rules.