diff --git a/Subsurface/Properties/AssemblyInfo.cs b/Subsurface/Properties/AssemblyInfo.cs index c7e4b6961..eace486ef 100644 --- a/Subsurface/Properties/AssemblyInfo.cs +++ b/Subsurface/Properties/AssemblyInfo.cs @@ -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.3.3")] -[assembly: AssemblyFileVersion("0.5.3.3")] +[assembly: AssemblyVersion("0.5.3.4")] +[assembly: AssemblyFileVersion("0.5.3.4")] diff --git a/Subsurface/changelog.txt b/Subsurface/changelog.txt index c010737b6..b308dafde 100644 --- a/Subsurface/changelog.txt +++ b/Subsurface/changelog.txt @@ -1,3 +1,13 @@ +--------------------------------------------------------------------------------------------------------- +v0.5.3.4 +--------------------------------------------------------------------------------------------------------- + +- fixed screen turning black in the tutorial +- the moloch attack in the tutorial is now much easier to survive +- servers readd themselves to the master server if they have been removed from the server list +- fixed a bug that caused lights to flicker even if there's enough power +- fixed items disappearing when dropping them in the submarine editor + --------------------------------------------------------------------------------------------------------- v0.5.3.3 ---------------------------------------------------------------------------------------------------------