Release 1.9.3.8

This commit is contained in:
UnknownShadow200 2022-01-04 08:39:49 +11:00
parent 6160cb42f3
commit b3ac96e57c
8 changed files with 11 additions and 4 deletions

View File

@ -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

View File

@ -38,7 +38,7 @@ namespace MCGalaxy {
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";

View File

@ -16,10 +16,9 @@
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 not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
1.9.3.7
1.9.3.8