diff --git a/README.md b/README.md index 787d445..73974ac 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,23 @@ An Archive Of Every Cosmic Reach Version # Changelogs +## 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** + +## Pre-Alpha 0.3.2-pre3 +- Potential fix for windows +- **This server is compatible with 0.3.2-pre2 clients** + +## Pre-Alpha 0.3.2-pre2 +Another discord-only development release, to hold you over for those who really can't wait for the fully fledged update. +- Chat is limited to 256 chars per message +- Fixed credits using the wrong charset +- Join message whenever a player enters the server +- Server uses jar location to store worlds + config +- Can break, place and interact with blocks in servers now. (some block events are only partially implemented) +- Various networking crashes fixed + ## Pre-Alpha 0.3.2-pre1 This is a discord-only development release intended for modloaders to adapt to the new systems for multiplayer. Multiplayer will not function properly outside of basic actions like moving around. - Added basic multiplayer via netty diff --git a/changelogs.json b/changelogs.json index 31c7e15..5ce41ba 100644 --- a/changelogs.json +++ b/changelogs.json @@ -1,5 +1,22 @@ { "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" + ], + "0.3.2-pre3": [ + "Potential fix for windows", + "**This server is compatible with 0.3.2-pre2 clients**" + ], + "0.3.2-pre2": [ + "Another discord-only development release, to hold you over for those who really can't wait for the fully fledged update.", + "Chat is limited to 256 chars per message", + "Fixed credits using the wrong charset", + "Join message whenever a player enters the server", + "Server uses jar location to store worlds + config", + "Can break, place and interact with blocks in servers now. (some block events are only partially implemented)", + "Various networking crashes fixed" + ], "0.3.2-pre1": [ "This is a discord-only development release intended for modloaders to adapt to the new systems for multiplayer. Multiplayer will not function properly outside of basic actions like moving around.", "Added basic multiplayer via netty", diff --git a/versions.json b/versions.json index 482758e..ce9539d 100644 --- a/versions.json +++ b/versions.json @@ -3,6 +3,41 @@ "pre_alpha": "0.3.1" }, "versions": [ + { + "id": "0.3.2-pre4", + "type": "pre_alpha", + "releaseTime": 1728259200, + "server": { + "url": "https://raw.githubusercontent.com/CRModders/CosmicArchive/main/versions/pre-alpha/0.3.2-pre4/server/Cosmic%20Reach-Server-0.3.2-pre4.jar", + "sha256": "995f6da3ef492aff8b5adeb60e92f2b75a1955b41d7bd9fac112bc85237f0964", + "size": 13029990 + } + }, + { + "id": "0.3.2-pre3", + "type": "pre_alpha", + "releaseTime": 1728259200, + "server": { + "url": "https://raw.githubusercontent.com/CRModders/CosmicArchive/main/versions/pre-alpha/0.3.2-pre3/server/Cosmic%20Reach-Server-0.3.2-pre3.jar", + "sha256": "c2d4b694ba355966dcc091f768f5ad8df4326b3ff9472745ed8dcc6257854074", + "size": 13029960 + } + }, + { + "id": "0.3.2-pre2", + "type": "pre_alpha", + "releaseTime": 1728259200, + "client": { + "url": "https://raw.githubusercontent.com/CRModders/CosmicArchive/main/versions/pre-alpha/0.3.2-pre2/client/Cosmic%20Reach-0.3.2-pre2.jar", + "sha256": "5c55516577024af3ef29cda3addff4e7d3cd68c60c1d2002e6a445145d391dc8", + "size": 28558973 + }, + "server": { + "url": "https://raw.githubusercontent.com/CRModders/CosmicArchive/main/versions/pre-alpha/0.3.2-pre2/server/Cosmic%20Reach-Server-0.3.2-pre2.jar", + "sha256": "f1df63cd2d8c25c49ed0ee83d28ee0b9c91eaa4939ff2a53e2c4b5a4cb6ebd87", + "size": 13030242 + } + }, { "id": "0.3.2-pre1", "type": "pre_alpha", diff --git a/versions/pre-alpha/0.3.2-pre2/client/Cosmic Reach-0.3.2-pre2.jar b/versions/pre-alpha/0.3.2-pre2/client/Cosmic Reach-0.3.2-pre2.jar new file mode 100644 index 0000000..8d373a1 Binary files /dev/null and b/versions/pre-alpha/0.3.2-pre2/client/Cosmic Reach-0.3.2-pre2.jar differ