chore: bump version to 2.4.7
This commit is contained in:
@@ -1,7 +1,21 @@
|
||||
{
|
||||
"latest_version": "2.4.6",
|
||||
"latest_version": "2.4.7",
|
||||
"minimum_app_version": "2.1.0",
|
||||
"releases": [
|
||||
{
|
||||
"version": "2.4.7",
|
||||
"date": "2026-07-10",
|
||||
"pck_url": "https://git.klud.top/danchie/tekton/raw/branch/patches/patch.pck",
|
||||
"pck_size": 0,
|
||||
"changelog": [
|
||||
"Fixed `api_rpc_async` returning null or retrying indefinitely when a Nakama session expires, cleanly catching null sessions without crashing.",
|
||||
"Fixed `AuthManager.logout()` failing to invalidate Nakama sessions on the backend.",
|
||||
"Fixed numerous offline networking crashes across `main.gd`, `player.gd`, `player_action_manager.gd`, and `tekton.gd` where `multiplayer.get_unique_id()` or `multiplayer.is_server()` was called during teardown or disconnected states.",
|
||||
"Fixed `on_thrown_landing` throwing C++ errors when knocked offline by guarding `get_tree()` calls.",
|
||||
"Changed Candy Survival knock from instant-ambush to **toggle-and-walk mode** like other game modes.",
|
||||
"Fixed `Attempt to call RPC with unknown peer ID: 5` crash in Candy Survival."
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "2.4.6",
|
||||
"date": "2026-07-09",
|
||||
|
||||
Reference in New Issue
Block a user