mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-08-03 19:36:14 -04:00
Release 1.9.5.2
This commit is contained in:
parent
1e4f389eed
commit
206c193da3
@ -1,4 +1,18 @@
|
||||
v 1.9.5.0
|
||||
v 1.9.5.2
|
||||
Added: NotifyAction CPE.
|
||||
Added: Badwords exceptions
|
||||
Added: /DeleteLvl *backup [level] [backup] - Allows you to delete a backup of a level. This is restricted to the Owner rank by default.
|
||||
Added: /os delete *backup [backup] - Allows the owner of an os realm to delete a backup.
|
||||
Improved: Deleted portals and message blocks now appear as black wool in `/mb show` and `/portal show`
|
||||
Improved: Old syntax for /os sub-commands works again with an added notice about the new syntax
|
||||
Fixed: unfollowing a player not respawning their entity
|
||||
Fixed: rarely throwing error due to trying to set IsBackground on a dead thread
|
||||
Fixed: many cases where config files could be corrupted if the system is out of disk space
|
||||
|
||||
v 1.9.5.1
|
||||
Fixed: Not working properly when run with empty standard input
|
||||
|
||||
v 1.9.5.0
|
||||
Improved: Most brushes now support block ID ranges for arguments
|
||||
Added: Support for new lighting CPE extension
|
||||
Added: Support for CinematicGui CPE extension (Thanks Venk)
|
||||
|
@ -40,7 +40,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.5.1";
|
||||
public const string InternalVersion = "1.9.5.2";
|
||||
public static string Version { get { return InternalVersion; } }
|
||||
|
||||
public static string SoftwareName = "MCGalaxy";
|
||||
|
@ -1 +1 @@
|
||||
1.9.5.1
|
||||
1.9.5.2
|
Loading…
x
Reference in New Issue
Block a user