From ff5afb7089cb0af295f0671db791bb901ac3cff9 Mon Sep 17 00:00:00 2001 From: Joonas Rikkonen Date: Sun, 25 Feb 2018 18:16:30 +0200 Subject: [PATCH] v0.8.0.3 --- Barotrauma/BarotraumaClient/Properties/AssemblyInfo.cs | 4 ++-- Barotrauma/BarotraumaServer/Properties/AssemblyInfo.cs | 4 ++-- Barotrauma/BarotraumaShared/changelog.txt | 10 ++++++++++ 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/Barotrauma/BarotraumaClient/Properties/AssemblyInfo.cs b/Barotrauma/BarotraumaClient/Properties/AssemblyInfo.cs index 14931983f..1f9bd653f 100644 --- a/Barotrauma/BarotraumaClient/Properties/AssemblyInfo.cs +++ b/Barotrauma/BarotraumaClient/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.8.0.2")] -[assembly: AssemblyFileVersion("0.8.0.2")] +[assembly: AssemblyVersion("0.8.0.3")] +[assembly: AssemblyFileVersion("0.8.0.3")] diff --git a/Barotrauma/BarotraumaServer/Properties/AssemblyInfo.cs b/Barotrauma/BarotraumaServer/Properties/AssemblyInfo.cs index 8b38eb11c..b8e938fa0 100644 --- a/Barotrauma/BarotraumaServer/Properties/AssemblyInfo.cs +++ b/Barotrauma/BarotraumaServer/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.8.0.1")] -[assembly: AssemblyFileVersion("0.8.0.1")] +[assembly: AssemblyVersion("0.8.0.3")] +[assembly: AssemblyFileVersion("0.8.0.3")] diff --git a/Barotrauma/BarotraumaShared/changelog.txt b/Barotrauma/BarotraumaShared/changelog.txt index a3cbcde93..ecc4e8fc1 100644 --- a/Barotrauma/BarotraumaShared/changelog.txt +++ b/Barotrauma/BarotraumaShared/changelog.txt @@ -1,3 +1,13 @@ +--------------------------------------------------------------------------------------------------------- +v0.8.0.3 +--------------------------------------------------------------------------------------------------------- + +- Another attempt to fix relay components: it should be now possible to use relays in series and pass +power to junction boxes through relays. +- Fixed creature disabling in server settings only taking character config files in the Content/Character +folder into account. +- Added ruin structure, particle and decal configuration files to content packages. + --------------------------------------------------------------------------------------------------------- v0.8.0.2 ---------------------------------------------------------------------------------------------------------