- Fixed episode guard regex to support Sxx:Exx title format (Jellyfin/Emby)
  and any non-alphanumeric separator between season and episode numbers
- Migrated username, roomId, password, serverUrl, useCustomServer from
  chrome.storage.sync to chrome.storage.local for per-device isolation,
  preventing automatic cross-device room joins with duplicate names
- Added one-time migration from sync to local for existing users
This commit is contained in:
Timo
2026-06-06 22:16:30 +02:00
parent fe047dea2e
commit c88f6fb121
6 changed files with 98 additions and 63 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "koalasync",
"version": "2.1.1",
"version": "2.1.2",
"description": "KoalaSync Build Scripts",
"private": true,
"scripts": {