From 3195bd0089baf577fe9f4cdaae15e7e0de8b806b Mon Sep 17 00:00:00 2001 From: Timo <6156589+Shik3i@users.noreply.github.com> Date: Mon, 1 Jun 2026 16:21:35 +0200 Subject: [PATCH] docs: move older changes into v2.0.0 where they belong --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3979a3f..96418ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,16 @@ All notable changes to the KoalaSync browser extension and relay server. - **Larger Popup Logo**: Extension popup icon increased to 48px. - **Prime Video Unblocked**: Removed `amazon.` from the tab blacklist so Amazon/Prime Video tabs appear in the video selector. - **Improved Debug Report**: Full User-Agent string for accurate browser identification, UTC timestamp, connection details including server URL and room info. +- **Smart Disconnect**: Improved disconnect handling when leaving rooms. +- **Human-Readable Room IDs**: Expanded word lists for friendlier room names. +- **Custom Server Support**: WEB_JOIN_REQUEST and join button for custom server invite flows. +- **Reconnection Strategy**: Custom server reconnection improvements. +- **Episode-Aware Sync**: Command sequencing with smarter episode transition detection and echo suppression for smoother series binges. +- **Sync Status Refinements**: YouTube and Twitch sync behavior improved. +- **No External Dependencies**: Extension remains dependency-free with no library overhead. + +### Fixed +- Hardcoded strings, missing translation keys, and Service Worker notification race conditions. ---