Features
- clone: add 'Concatenate' strategy to allow full account replication with duplicate addons
- bulk: add paste-from-URL support for direct addon installation to multiple accounts
- bulk: add comprehensive results dialog with detailed error reporting and logo/tag display
- ui: implement premium card-based layout for all bulk action/edit dialogs
- selection: switch to high-contrast border highlights with composite ID tracking for duplicate safety
- health: add CORS failover proxy support to eliminate 'false offline' status for restricted addons
Bug Fixes
- reorder: fix shared-ID movement bug by switching to transportUrl for unique sorting keys
- reorder: fix dnd-kit collision issues for identical addons using temporary index-based IDs
- protect: fix 'Protect All' persistence by implementing local-first state capture before Stremio sync
- deletion: fix 'delete-all' bug by implementing index-based removal for individual addon instances
- deletion: fix order loss by pushing atomic local collection updates to Stremio API
- metdata: fix customization wipe by ensuring local metadata is preserved during bulk operations
- mobile: fix layout overflow on status flags using flex-wrap and add crypto.randomUUID polyfill for HTTP contexts
Important
Docker Image Update
This release includes several architecture improvements. If you are using Docker, please run docker compose up -d --force-recreate to ensure your local container is running the latest polyfills and health-checker logic.