diff --git a/README.md b/README.md index 73974ac..3acaad1 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,14 @@ An Archive Of Every Cosmic Reach Version # Changelogs +# Pre-ALpha 0.3.2-pre5 +Another discord-only development release, to hold you over for those who really can't wait for the fully fledged update. +- Fixed being unable to break leaves in multiplayer +- Disconnects are handled properly +- Fixed english tips being replaced by hungarian ones +- No clip flying down is now the same speed as flying up +- Fixed block positions causing crashes in negative coordinates + ## Pre-Alpha 0.3.2-pre4 - Fix default path for windows causing crash on first save - **This server is compatible with 0.3.2-pre2 clients** diff --git a/changelogs.json b/changelogs.json index 5ce41ba..30e33d0 100644 --- a/changelogs.json +++ b/changelogs.json @@ -1,5 +1,13 @@ { "pre-alpha": { + "0.3.2-pre5": [ + "Another discord-only development release, to hold you over for those who really can't wait for the fully fledged update.", + "Fixed being unable to break leaves in multiplayer", + "Disconnects are handled properly", + "Fixed english tips being replaced by hungarian ones", + "No clip flying down is now the same speed as flying up", + "Fixed block positions causing crashes in negative coordinates" + ], "0.3.2-pre4": [ "Fix default path for windows causing crash on first save", "This server is compatible with 0.3.2-pre2 clients" diff --git a/versions.json b/versions.json index ce9539d..c923189 100644 --- a/versions.json +++ b/versions.json @@ -3,6 +3,21 @@ "pre_alpha": "0.3.1" }, "versions": [ + { + "id": "0.3.2-pre5", + "type": "pre_alpha", + "releaseTime": 1728345600, + "client": { + "url": "https://raw.githubusercontent.com/CRModders/CosmicArchive/main/versions/pre-alpha/0.3.2-pre5/client/Cosmic%20Reach-0.3.2-pre5.jar", + "sha256": "3af6993fbdd828a0b2f80ab6bf47bf71e1dbebe1e1adb79362deef62df9ee588", + "size": 28566498 + }, + "server": { + "url": "https://raw.githubusercontent.com/CRModders/CosmicArchive/main/versions/pre-alpha/0.3.2-pre5/server/Cosmic%20Reach-Server-0.3.2-pre5.jar", + "sha256": "eada6dd974dc48d16a90a021d5e8e714fc38e78fc15da6ff887b9fceafaaf4b7", + "size": 13032989 + } + }, { "id": "0.3.2-pre4", "type": "pre_alpha", diff --git a/versions/pre-alpha/0.3.2-pre5/client/Cosmic Reach-0.3.2-pre5.jar b/versions/pre-alpha/0.3.2-pre5/client/Cosmic Reach-0.3.2-pre5.jar new file mode 100644 index 0000000..141def1 Binary files /dev/null and b/versions/pre-alpha/0.3.2-pre5/client/Cosmic Reach-0.3.2-pre5.jar differ