mirror of
https://github.com/Shik3i/KoalaSync.git
synced 2026-08-21 00:16:36 +00:00
chore: Bump version to 1.2.1
Patch release for: - fix: Seek relay filtering (HLS/DASH buffering micro-seeks no longer relayed) - feat: Seek diagnostic logging in Dev tab (Filtered/Relayed with delta) - feat: Log buffer increased from 50 to 200 entries
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"manifest_version": 3,
|
"manifest_version": 3,
|
||||||
"name": "KoalaSync",
|
"name": "KoalaSync",
|
||||||
"version": "1.2.0",
|
"version": "1.2.1",
|
||||||
"description": "Synchronize video playback across different tabs and users.",
|
"description": "Synchronize video playback across different tabs and users.",
|
||||||
"permissions": [
|
"permissions": [
|
||||||
"storage",
|
"storage",
|
||||||
|
|||||||
+1
-1
@@ -7,7 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
export const PROTOCOL_VERSION = "1.0.0";
|
export const PROTOCOL_VERSION = "1.0.0";
|
||||||
export const APP_VERSION = "1.2.0";
|
export const APP_VERSION = "1.2.1";
|
||||||
|
|
||||||
export const OFFICIAL_SERVER_URL = 'wss://sync.shik3i.net';
|
export const OFFICIAL_SERVER_URL = 'wss://sync.shik3i.net';
|
||||||
export const OFFICIAL_LANDING_PAGE_URL = 'https://koalasync.shik3i.net';
|
export const OFFICIAL_LANDING_PAGE_URL = 'https://koalasync.shik3i.net';
|
||||||
|
|||||||
Reference in New Issue
Block a user