KoalaDev
7571f1986d
fix: restore _locales key names, remove orphan pt/ dir, fix locale typos
...
- _locales/es, pt_BR: renamed appDescription → appDesc (Chrome matches by key name)
- _locales/es, pt_BR: removed extra key contextMenu_syncVideo not in baseline
- _locales/pt_PT: merged Kaia's improved translation, deleted orphan pt/ duplicate
- locales/ko: fixed BTN_REFRESH (Refreschi → 새로고침) and STATUS_CONNECTING corrupted char
- locales/ja: fixed Korean character (의 → の) in LABEL_PUBLIC_ROOMS_TOOLTIP
- locales/nl: fixed typo cmmuniceren → communiceren
2026-06-16 04:19:53 +02:00
Kaia-Alenia
5e6306432f
i18n: complete and refined Portuguese (PT and BR) translations
2026-06-15 13:10:35 -06:00
Kaia-Alenia
b88b8bbe47
i18n: complete and refined Italian translation
2026-06-15 11:18:46 -06:00
Kaia-Alenia
6d42ee7d4c
i18n: complete and refined Spanish translation for extension and website
2026-06-15 11:03:57 -06:00
GitHub Action
c391068706
chore(release): update versions to v2.3.1 [skip ci]
2026-06-15 11:14:23 +00:00
KoalaDev
e4a77a3ef4
docs: improve contribution and translation guidelines
2026-06-15 02:47:17 +02:00
GitHub Action
a1398ed0e4
chore(release): update versions to v2.3.0 [skip ci]
2026-06-14 03:17:46 +00:00
Timo
ed80856803
fix: restore missing Create Room onboarding step and target h1 for welcome step
2026-06-14 05:10:57 +02:00
Timo
102031e0d2
style: swap restart onboarding and regenerate peer ID buttons in settings layout
2026-06-14 05:03:27 +02:00
Timo
503c7d6dc4
chore: update extension uninstall URL and fix missing onboarding restart translations
2026-06-14 05:02:31 +02:00
KoalaDev
77793c8c6e
feat(extension): setup cross-browser uninstall url architecture
2026-06-13 21:01:31 +02:00
KoalaDev
4fbf309e5a
fix(extension): resolve critical race conditions and infinite seek loop
...
- Fix infinite seek loop by transitioning to exact expectedSeekTime tracking
- Fix zombie connections by calling forceDisconnect on ping timeouts
- Fix popup Join/Leave race conditions using isProcessingConnection lock
- Fix cross-room join bugs by properly disconnecting old rooms and bypassing same-room joins
- Update onboarding UI to switch to Sync tab automatically
- Prepare CHANGELOG.md for v2.3.0 release
2026-06-13 10:50:46 +02:00
Timo
ef7b1f2e5f
fix: suppress video heartbeat PEER_STATUS when alone in room
2026-06-13 04:52:14 +02:00
Timo
10fdaa23fc
fix: propagate audio settings from local storage and add compressor feedback
2026-06-13 04:48:25 +02:00
Timo
131afadc1d
v2.2.4: Fix notification setting bypass and misleading reconnect message
...
- EVENTS.ERROR handler now respects browserNotifications setting
- Graceful shutdown message no longer implies manual reconnect
2026-06-10 01:33:45 +02:00
GitHub Action
c62da66b06
chore(release): update versions to v2.2.3 [skip ci]
2026-06-09 22:56:52 +00:00
Timo
34f0c2b265
chore(release): v2.2.3 — artifact attestations, bugfixes, rate limit metrics
2026-06-10 00:56:29 +02:00
GitHub Action
f54a38b656
chore(release): update versions to v2.2.2 [skip ci]
2026-06-09 19:16:15 +00:00
KoalaDev
0f4ad39fb4
feat: add Chrome _locales for store i18n, fix copy logs alignment, extend locale test
2026-06-09 19:14:30 +02:00
KoalaDev
54d03df0af
fix: add ping to copy debug report
2026-06-09 07:15:02 +02:00
GitHub Action
4f1016fa87
chore(release): update versions to v2.2.1 [skip ci]
2026-06-09 05:08:32 +00:00
KoalaDev
3e7afd7592
feat: add server ping display with peer ping foundation
...
Adds application-level ping/pong between extension and relay server.
Extension sends PING every 15s, server echoes PONG. Round-trip time
displayed in Status tab (green/yellow/red color-coded).
Server also forwards PING with target peerId and routes PONG back,
enabling future peer-to-peer ping without server restart.
Extension already responds to incoming peer PINGs.
See CHANGELOG.md for details.
2026-06-09 07:08:14 +02:00
Timo
2031f76bee
fix: ru.json duplicate AUDIO_BACK, add dupe detection to locale tests
2026-06-08 21:31:06 +02:00
Timo
08ce689f4c
move all prefs from sync to local storage (audio, filter, autosync, etc.)
2026-06-08 21:07:40 +02:00
GitHub Action
bf48d1889b
chore(release): update versions to v2.2.0 [skip ci]
2026-06-08 19:01:27 +00:00
Timo
c134e1bfae
swap review/coffee order in footers
2026-06-08 20:58:44 +02:00
Timo
cad4b4a6db
v2.2.0 polish: inline pulse dot, coffee theme, remove toggle, GitHub issue link, beautify audio page, locale cleanup
2026-06-08 20:56:41 +02:00
Timo
9e2abadf5a
v2.2.0: audio compressor, Ko-Fi support, 11 new locale translations, website locale test
2026-06-08 20:36:49 +02:00
Skrockle
7bba36c505
Add support badges and audio processing
2026-06-08 19:25:07 +02:00
GitHub Action
3506eb0331
chore(release): update versions to v2.1.3 [skip ci]
2026-06-06 22:43:52 +00:00
Timo
0a34d804fb
v2.1.3: Fix debug report showing oldest logs instead of newest
2026-06-07 00:43:25 +02:00
GitHub Action
a1e882cfa7
chore(release): update versions to v2.1.2 [skip ci]
2026-06-06 20:16:46 +00:00
Timo
c88f6fb121
v2.1.2
...
- 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
2026-06-06 22:16:30 +02:00
Timo
3fe8ca18e4
chore: release v2.1.1
2026-06-04 15:33:06 +02:00
Timo
d59fc4777d
chore: release v2.1.0 with stabilization and audit fixes
2026-06-04 15:18:57 +02:00
Timo
8838bf20b7
style: add flag emojis to all language selectors
2026-06-04 15:00:10 +02:00
Timo
9d849a2996
feat: add 7 new languages to extension and website, bump version to 2.1.0
2026-06-04 14:59:14 +02:00
Timo
6d5661ea45
feat: update icons for extension and website, automate responsive logo sizes in build pipeline
2026-06-04 14:46:55 +02:00
GitHub Action
1e329c0c52
chore(release): update versions to v2.0.8 [skip ci]
2026-06-03 10:11:57 +00:00
Koala
a7481d42a2
fix(extension): resolve language selector UI overwrite and dynamic version reporting
2026-06-03 12:09:39 +02:00
GitHub Action
f9577aace9
chore(release): update versions to v2.0.7 [skip ci]
2026-06-03 09:58:23 +00:00
GitHub Action
b526e9287b
chore(release): update versions to v2.0.6 [skip ci]
2026-06-03 09:45:12 +00:00
Koala
595ea297f5
chore(release): release v2.0.5
2026-06-03 11:33:54 +02:00
Koala
8c899a6469
Update changelog for v2.0.4
2026-06-03 11:06:44 +02:00
Koala
bb7bd21102
Update release assets for v2.0.3
2026-06-03 10:51:47 +02:00
GitHub Action
543bfe074d
chore(release): update versions to v2.0.3 [skip ci]
2026-06-03 08:49:25 +00:00
Koala
81c50eff16
Harden room discovery and health metrics
2026-06-03 10:48:49 +02:00
GitHub Action
666808f876
chore(release): update versions to v2.0.2 [skip ci]
2026-06-02 06:17:21 +00:00
Koala
64f3c5eefd
fix: use future-proof regex for Amazon domain matching
2026-06-02 08:06:35 +02:00
Koala
a06cca8b9d
fix: apply boundary-safe hostname matching to remaining platform and blacklist checks
2026-06-02 08:02:47 +02:00