Skip to content

Commit

Permalink
Release 1.9.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownShadow200 committed Jan 3, 2022
1 parent 6160cb4 commit b3ac96e
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 4 deletions.
8 changes: 8 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
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
Improved: Show "Classic 0.28-0.30" instead of "(unknown") in /clients
Improved: /whitelist automatically adds + to end of usernames when classicube-account-plus mode is on
Removed: $ip

v 1.9.3.7
Fixed: /scale 1/2 not working (partially)
Fixed: Session modified overflowing after 2 billion
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.7";
public const string InternalVersion = "1.9.3.8";
public static string Version { get { return InternalVersion; } }

public static string SoftwareName = "MCGalaxy";
Expand Down
3 changes: 1 addition & 2 deletions MCGalaxy/properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ software distributed under the Licenses are distributed on an "AS IS"
permissions and limitations under the Licenses.
*/
using System.Reflection;
using System.Runtime.InteropServices;

[assembly: AssemblyTitle("MCGalaxy")]
[assembly: AssemblyDescription("ClassiCube Server Software")]
[assembly: AssemblyProduct("MCGalaxy")]
[assembly: AssemblyCopyright("Copyright © 2015-2021")]
[assembly: AssemblyCopyright("Copyright © 2015-2022")]
[assembly: AssemblyVersion(MCGalaxy.Server.InternalVersion)]
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.7
1.9.3.8

0 comments on commit b3ac96e

Please sign in to comment.