Skip to content

Commit

Permalink
Release 1.9.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownShadow200 committed Feb 26, 2022
1 parent 6f71af3 commit fec61b9
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 3 deletions.
20 changes: 19 additions & 1 deletion Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
v 1.9.3.8
v 1.9.3.9
Improved: Hiding GUI from taskbar when minimised is disabled by default now
Improved: Update Discord Gateway api from v6 to v8
Improved: Cmdbind can be used with any shortcut, not just /0 to /9
Improved: Clarify how to provide input when creating blocks in /gb and /lb (Thanks Goodly)
Improved: Increase max player limit to 256
Improved: Some fallback blocks for < 0.30 classic versions
Improved: Change 'admin verification required' messages to more generic 'account/password verification required'
Improved: Clarity of /vote message
Improved: In Players tab in GUI, change 'Send message' to behave the same as @player
Improved: In Players tab in GUI, 'Do command' now supports either '/cmd' or 'cmd' in input
Improved: Compiling now includes source filenames at end in success message
Improved: Cmdunload now includes name of command in output
Improved: Change classic map gen to standard/simple theme instead of advanced theme
Fixed: /tw set difficulty sometimes erroring
Fixed: Teleporting self in classic 0.0.16a - 0.0.17a doing nothing
Fixed: Wrong yaw/pitch when spawning self in classic 0.0.16a

v 1.9.3.8
Fixed: Username clone detection being case sensitive
Fixed: Database.TableExists very rarely returning false positive with MySQL (SQLite is used by default)
Improved: Allow using -1 for /env variables
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.8";
public const string InternalVersion = "1.9.3.9";
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.8
1.9.3.9

0 comments on commit fec61b9

Please sign in to comment.