This commit is contained in:
Regalis
2016-08-20 13:50:27 +03:00
parent 08817090a0
commit f279f5240d
2 changed files with 17 additions and 2 deletions

View File

@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.5.0.2")]
[assembly: AssemblyFileVersion("0.5.0.2")]
[assembly: AssemblyVersion("0.5.0.3")]
[assembly: AssemblyFileVersion("0.5.0.3")]

View File

@@ -1,3 +1,18 @@
---------------------------------------------------------------------------------------------------------
v0.5.0.3
---------------------------------------------------------------------------------------------------------
- fixed "submarine not found" errors when starting a round after downloading a shuttle from the server
- console command for banning
- a more secure password authentication method
- fixed players with a space in their name being impossible to kick/ban via the console
- banlist is saved immediately after banning someone instead of when shutting down the server
- IP addresses are visible in netstats
- client names are sanitized
- bunch of miscellaneous anti-cheat measures
- fixed docking ports leaking if multiple vessels dock to the main sub
- cargo is always spawned in the main sub even if there are cargo spawnpoints in the docked vessels
---------------------------------------------------------------------------------------------------------
v0.5.0.2
---------------------------------------------------------------------------------------------------------