Skip to content

Commit

Permalink
Added 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEntropyShard committed Nov 3, 2024
1 parent 981472d commit 89d3a52
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 1 deletion.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ An Archive Of Every Cosmic Reach Version

# Changelogs

## Pre-Alpha 0.3.5
- Servers must update in order to play in non-offline mode.
- Fixed /tp command breaking in singleplayer
- Added server setting for enabling/disabling pvp
- The tick running and world loading threads will now sleep when no one is online
- The tick running thread will now sleep in between ticks instead of busy-waiting
- Chat is now cleared when leaving a world or server
- Fixed mouse disappearing when disconnecting from server
- Security: Packets from unauthenticated clients are now rejected.
- Security: The authentication server is now HTTPS. This is a breaking change for multiplayer, previous versions can no longer authenticate as a result.

## Pre-Alpha 0.3.4
- Potential fix for infinite loading on clients joining servers
- Fixed singleplayer being unable to use commands
Expand Down
11 changes: 11 additions & 0 deletions changelogs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
{
"pre-alpha": {
"0.3.5": [
"Servers must update in order to play in non-offline mode.",
"Fixed `/tp` command breaking in singleplayer",
"Added server setting for enabling/disabling pvp",
"The tick running and world loading threads will now sleep when no one is online",
"The tick running thread will now sleep in between ticks instead of busy-waiting",
"Chat is now cleared when leaving a world or server",
"Fixed mouse disappearing when disconnecting from server",
"Security: Packets from unauthenticated clients are now rejected.",
"Security: The authentication server is now HTTPS. This is a breaking change for multiplayer, previous versions can no longer authenticate as a result."
],
"0.3.4": [
"Potential fix for infinite loading on clients joining servers",
"Fixed singleplayer being unable to use commands"
Expand Down
17 changes: 16 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,23 @@
{
"latest": {
"pre_alpha": "0.3.4"
"pre_alpha": "0.3.5"
},
"versions": [
{
"id": "0.3.5",
"type": "pre_alpha",
"releaseTime": 1730592000,
"client": {
"url": "https://raw.githubusercontent.com/CRModders/CosmicArchive/main/versions/pre-alpha/0.3.5/client/Cosmic-Reach-0.3.5.jar",
"sha256": "4711b749b024ac48830e54ac5a56e5c1f80b33c45cd25647e5360ff12dc5b7bb",
"size": 28671459
},
"server": {
"url": "https://raw.githubusercontent.com/CRModders/CosmicArchive/main/versions/pre-alpha/0.3.5/server/Cosmic-Reach-Server-0.3.5.jar",
"sha256": "c3077b4e0b4547f5040f91f75d9a8ae14f6b4071582a23cbf8265b38c8d91a00",
"size": 13130830
}
},
{
"id": "0.3.4",
"type": "pre_alpha",
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 89d3a52

Please sign in to comment.