From b4515367f240c7d795563abf858d0d77fae91c93 Mon Sep 17 00:00:00 2001 From: Regalis Date: Thu, 10 Nov 2016 21:02:35 +0200 Subject: [PATCH] v0.5.3.4 --- Subsurface/Properties/AssemblyInfo.cs | 4 ++-- Subsurface/changelog.txt | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) 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 ---------------------------------------------------------------------------------------------------------