Skip to content

Commit

Permalink
Release 1.9.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownShadow200 committed Dec 7, 2022
1 parent fa773cd commit 4d8592b
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
v 1.9.4.4
v 1.9.4.5
Improved: Allow providing reasons for IP bans
Improved: Allow over 32767 deaths when using SQLite as database backend
Improved: /whonick output when multiple matching player/bot nicks
Improved: Discord relay bot logs less messages when disconnected
Improved: 'multiple matching players/ranks/loaded levels' messages now also include colours
Improved: Allow using more chat/info/quit commands when frozen
Fixed: Don't send heartbeats when server fails to start listening
Fixed: Realistic map gen erroring when map height was 4 blocks or less
Fixed: Leaves should still propagate physics checks even when leaf decay is disabled

v 1.9.4.4
Added: ExtEntityTeleport CPE (Thanks Goodly)
Added: Allow using ReplaceBrush as a /brush
Added: Grid brush (gridlines)
Expand Down
2 changes: 1 addition & 1 deletion MCGalaxy/Server/Server.Fields.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public sealed partial class Server {
public static PlayerMetaList Notes = new PlayerMetaList("text/notes.txt");

/// <summary> *** DO NOT USE THIS! *** Use VersionString, as this field is a constant and is inlined if used. </summary>
public const string InternalVersion = "1.9.4.4";
public const string InternalVersion = "1.9.4.5";
public static string Version { get { return InternalVersion; } }

public static string SoftwareName = "MCGalaxy";
Expand Down
Binary file modified Uploads/MCGalaxy.exe
Binary file not shown.
Binary file modified Uploads/MCGalaxyCLI.exe
Binary file not shown.
Binary file modified Uploads/MCGalaxy_.dll
Binary file not shown.
Binary file modified Uploads/MCGalaxy_infid.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Uploads/current_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.4.4
1.9.4.5

0 comments on commit 4d8592b

Please sign in to comment.