Files
tekton/launcher/server/version.json
T

83 lines
3.0 KiB
JSON

{
"latest_version": "0.9.0",
"minimum_launcher_version": "0.9.0",
"minimum_app_version": "0.9.0",
"releases": [
{
"version": "0.9.0",
"date": "2026-03-09",
"pck_windows": {
"url": "https://your-host.com/releases/tekton-local-0.9.0-windows.pck",
"size": 52428800,
"checksum_md5": "",
"checksum_sha256": ""
},
"changelog": [
"Power-up spawning before countdown in Stop n Go",
"Fixed safe zone visuals persistence",
"Unified Game Over freeze for bots and players",
"Added wall overlap protection for spawned tiles",
"Restricted bot tile collection to current standing tile",
"Improved door visibility in Tekton Doors mode",
"Fixed knock logic when carrying a Tekton"
],
"required": true
},
{
"version": "1.0.0",
"date": "2025-12-10",
"pck_windows": {
"url": "https://your-host.com/releases/tekton-local-1.0.0-windows.pck",
"size": 52428800,
"checksum_md5": "",
"checksum_sha256": ""
},
"pck_linux": {
"url": "https://your-host.com/releases/tekton-local-1.0.0-linux.pck",
"size": 52428800,
"checksum_md5": "",
"checksum_sha256": ""
},
"pck_macos": {
"url": "https://your-host.com/releases/tekton-local-1.0.0-macos.pck",
"size": 52428800,
"checksum_md5": "",
"checksum_sha256": ""
},
"pck_android": {
"url": "https://your-host.com/releases/tekton-local-1.0.0-android.pck",
"size": 52428800,
"checksum_md5": "",
"checksum_sha256": ""
},
"pck_ios": {
"url": "https://your-host.com/releases/tekton-local-1.0.0-ios.pck",
"size": 52428800,
"checksum_md5": "",
"checksum_sha256": ""
},
"changelog": [
"Initial release",
"Multiplayer support via Nakama",
"Turn-based gameplay system",
"Lobby and matchmaking",
"Cross-platform support (Windows, Linux, macOS, Android, iOS)"
],
"required": true
}
],
"news": [
{
"title": "Welcome to Tekton!",
"date": "2025-12-10",
"content": "The game is now available on all platforms! Join us for multiplayer tactical battles.",
"type": "announcement"
},
{
"title": "Mobile Launch",
"date": "2025-12-10",
"content": "Tekton is now available on Android and iOS! Download from your app store.",
"type": "devlog"
}
]
}