AIOManager v1.5.3 is an important bug fix release resolving critical sync issues that could prevent users from logging back into their accounts.
Important
Retroactive Fix: If you were facing a [object Object] or Invalid library format error after signing out, you do not need to recreate your account. Simply update to v1.5.3 and log in again—the fix automatically repairs the corrupted state.
What's Changed
- 🛡️ Sync Resilience: Fixed a race condition where the library importer would crash when receiving unexpected objects from the cloud during initial sync.
- 🔄 Registration Parity: Ensured fresh accounts are initialized with a standard empty library structure, preventing "Invalid library format" errors on first login.
- ✨ Robust Parsing: Hardened all store importers (
addonStore,accountStore,failoverStore) to handle both JSON strings and plain objects gracefully. - 🏗️ CI/CD Cleanup: Pruned temporary test branches from the build pipeline and restricted Docker triggers to official releases and
main.