Skip to content

Commit

Permalink
Release 1.9.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownShadow200 committed Dec 16, 2021
1 parent 6dcd6ee commit c199218
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
v 1.9.3.7
Fixed: /scale 1/2 not working (partially)
Fixed: Session modified overflowing after 2 billion
Fixed: SECURE_WEBSOCKETS build not compiling
Fixed: Icon not showing in GUI dialogs on Linux
Fixed: Update GUI dialog causing crash sometimes on Linux
Fixed: GUI dialogs having poor titlebar appearance on Linux
Fixed: Some GUI element (e.g. listbox) text being nearly invisible in dark theme on Linux
Improved: UPnP now logs more details
Improved: Make custom commands GUI popup font consistent with rest
Improved: Trying to perform GUI player action when no player selected shows warning dialog now
Removed: (s) emote shortcut (can still use (sect) and (section))
Removed: Support for .lvl files without 2 byte signature (even MCZall/MCSharp e)

v 1.9.3.6
Added: preclassic and classic 0.13 dat importing support
Added: Allow disabling CPE extensions
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.3.6";
public const string InternalVersion = "1.9.3.7";
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.3.6
1.9.3.7

0 comments on commit c199218

Please sign in to comment.