chore(release): update versions to v3.1.4 [skip ci]

This commit is contained in:
GitHub Action
2026-08-21 10:33:30 +00:00
parent 258f66f240
commit 368daa6e2e
8 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
<p align="center"> <p align="center">
<a href="https://github.com/Shik3i/KoalaSync/actions/workflows/release.yml"><img src="https://github.com/Shik3i/KoalaSync/actions/workflows/release.yml/badge.svg" alt="Release Status"></a> <a href="https://github.com/Shik3i/KoalaSync/actions/workflows/release.yml"><img src="https://github.com/Shik3i/KoalaSync/actions/workflows/release.yml/badge.svg" alt="Release Status"></a>
<a href="https://github.com/Shik3i/KoalaSync/releases"><img src="https://img.shields.io/badge/Release-v3.1.3-blue?logo=github" alt="GitHub release"></a> <a href="https://github.com/Shik3i/KoalaSync/releases"><img src="https://img.shields.io/badge/Release-v3.1.4-blue?logo=github" alt="GitHub release"></a>
<a href="LICENSE"><img src="https://img.shields.io/badge/License-MIT-blue" alt="License"></a> <a href="LICENSE"><img src="https://img.shields.io/badge/License-MIT-blue" alt="License"></a>
<a href="https://addons.mozilla.org/de/firefox/addon/koalasync/"><img src="https://img.shields.io/badge/Firefox-Download-orange?logo=firefoxbrowser&logoColor=white" alt="Firefox Add-on"></a> <a href="https://addons.mozilla.org/de/firefox/addon/koalasync/"><img src="https://img.shields.io/badge/Firefox-Download-orange?logo=firefoxbrowser&logoColor=white" alt="Firefox Add-on"></a>
<a href="https://chromewebstore.google.com/detail/koalasync/obbnmkmlaaddodakcbdljknjpagklifc"><img src="https://img.shields.io/badge/Chrome-Download-blue?logo=googlechrome&logoColor=white" alt="Chrome Extension"></a> <a href="https://chromewebstore.google.com/detail/koalasync/obbnmkmlaaddodakcbdljknjpagklifc"><img src="https://img.shields.io/badge/Chrome-Download-blue?logo=googlechrome&logoColor=white" alt="Chrome Extension"></a>
@@ -15,7 +15,7 @@
<p align="center"><i>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 <b>Data Sovereignty</b> and <b>Performance</b>.</i></p> <p align="center"><i>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 <b>Data Sovereignty</b> and <b>Performance</b>.</i></p>
<p align="center"><a href="docs/CHANGELOG.md"><b>New v3.1.3 Release!</b> — See what's changed</a></p> <p align="center"><a href="docs/CHANGELOG.md"><b>New v3.1.4 Release!</b> — See what's changed</a></p>
### 🌟 Why KoalaSync? ### 🌟 Why KoalaSync?
+1 -1
View File
@@ -3,7 +3,7 @@
"default_locale": "en", "default_locale": "en",
"name": "__MSG_appName__", "name": "__MSG_appName__",
"short_name": "KoalaSync", "short_name": "KoalaSync",
"version": "3.1.3", "version": "3.1.4",
"description": "__MSG_appDesc__", "description": "__MSG_appDesc__",
"permissions": [ "permissions": [
"storage", "storage",
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "koalasync", "name": "koalasync",
"version": "3.1.3", "version": "3.1.4",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "koalasync", "name": "koalasync",
"version": "3.1.3", "version": "3.1.4",
"devDependencies": { "devDependencies": {
"@playwright/test": "^1.62.0", "@playwright/test": "^1.62.0",
"@vitest/coverage-v8": "^4.1.10", "@vitest/coverage-v8": "^4.1.10",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "koalasync", "name": "koalasync",
"version": "3.1.3", "version": "3.1.4",
"description": "KoalaSync Build Scripts", "description": "KoalaSync Build Scripts",
"private": true, "private": true,
"type": "module", "type": "module",
+1 -1
View File
@@ -7,7 +7,7 @@
*/ */
export const PROTOCOL_VERSION = "1.0.0"; export const PROTOCOL_VERSION = "1.0.0";
export const APP_VERSION = "3.1.3"; export const APP_VERSION = "3.1.4";
export const OFFICIAL_SERVER_URL = 'wss://syncserver.koalastuff.net'; export const OFFICIAL_SERVER_URL = 'wss://syncserver.koalastuff.net';
export const OFFICIAL_LANDING_PAGE_URL = 'https://sync.koalastuff.net'; export const OFFICIAL_LANDING_PAGE_URL = 'https://sync.koalastuff.net';
+1 -1
View File
@@ -87,7 +87,7 @@ Compatibility depends on each website's player implementation and can change whe
## Technical information ## Technical information
- Current website release: 3.1.3 - Current website release: 3.1.4
- License: MIT - License: MIT
- Extension runtime: dependency-free browser extension code - Extension runtime: dependency-free browser extension code
- Relay: Node.js with Socket.IO-compatible WebSocket messaging - Relay: Node.js with Socket.IO-compatible WebSocket messaging
+1 -1
View File
@@ -116,7 +116,7 @@
"priceCurrency": "EUR" "priceCurrency": "EUR"
}, },
"description": "{{SCHEMA_APP_DESC}}", "description": "{{SCHEMA_APP_DESC}}",
"softwareVersion": "3.1.3", "softwareVersion": "3.1.4",
"license": "https://opensource.org/licenses/MIT", "license": "https://opensource.org/licenses/MIT",
"sameAs": "https://github.com/Shik3i/KoalaSync", "sameAs": "https://github.com/Shik3i/KoalaSync",
"image": "https://sync.koalastuff.net/assets/NewLogoIcon.webp", "image": "https://sync.koalastuff.net/assets/NewLogoIcon.webp",
+2 -2
View File
@@ -1,4 +1,4 @@
{ {
"version": "3.1.3", "version": "3.1.4",
"date": "2026-08-18T19:38:09Z" "date": "2026-08-21T10:33:30Z"
} }