diff --git a/CHANGELOG.md b/CHANGELOG.md
index 681cf26..7c78cd5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,13 @@ All notable changes to the KoalaSync browser extension and relay server.
---
+## [v2.1.1] — 2026-06-04
+
+### Changed
+- Added progressive enhancement using `appearance: base-select` to support styling of country flag emojis in expanded language selectors on newer Chromium browsers.
+
+---
+
## [v2.1.0] — 2026-06-04
### Added
diff --git a/README.md b/README.md
index c2b9ced..16923e5 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@
New v2.1.0 Release! — See what's changed
+New v2.1.1 Release! — See what's changed
KoalaSync is a lightweight Browser Extension and Relay Server for synchronized video playback on almost any website with a video element—YouTube, Twitch, Netflix, Emby, Jellyfin, and beyond. Built with a focus on Data Sovereignty and Performance.
diff --git a/extension/assets/TwemojiCountryFlags.woff2 b/extension/assets/TwemojiCountryFlags.woff2 new file mode 100644 index 0000000..b9d6ea8 Binary files /dev/null and b/extension/assets/TwemojiCountryFlags.woff2 differ diff --git a/extension/manifest.base.json b/extension/manifest.base.json index 7a15eff..1bba52f 100644 --- a/extension/manifest.base.json +++ b/extension/manifest.base.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "KoalaSync", - "version": "2.1.0", + "version": "2.1.1", "description": "Synchronize video playback on YouTube, Netflix, Emby, Jellyfin, and any HTML5 site in real-time with friends.", "permissions": [ "storage", diff --git a/extension/popup.html b/extension/popup.html index cf6f225..c9aba09 100644 --- a/extension/popup.html +++ b/extension/popup.html @@ -4,6 +4,13 @@