diff --git a/Barotrauma/BarotraumaClient/Properties/AssemblyInfo.cs b/Barotrauma/BarotraumaClient/Properties/AssemblyInfo.cs index 04e8ef42b..53e0a22c8 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.0")] -[assembly: AssemblyFileVersion("0.8.0.0")] +[assembly: AssemblyVersion("0.8.0.1")] +[assembly: AssemblyFileVersion("0.8.0.1")] diff --git a/Barotrauma/BarotraumaServer/Properties/AssemblyInfo.cs b/Barotrauma/BarotraumaServer/Properties/AssemblyInfo.cs index a460f49a0..537871f67 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.0")] -[assembly: AssemblyFileVersion("0.8.0.0")] +[assembly: AssemblyVersion("0.8.0.1")] +[assembly: AssemblyFileVersion("0.8.0.1")] diff --git a/Barotrauma/BarotraumaShared/changelog.txt b/Barotrauma/BarotraumaShared/changelog.txt index 60c098a4d..4e93d7690 100644 --- a/Barotrauma/BarotraumaShared/changelog.txt +++ b/Barotrauma/BarotraumaShared/changelog.txt @@ -1,3 +1,20 @@ +--------------------------------------------------------------------------------------------------------- +v0.8.0.1 +--------------------------------------------------------------------------------------------------------- + +- Fixed crashing when creating items with a PowerTransfer component mid-round (e.g. when fabricating +a relay component) +- Fixed dead/spectator chatting in multiplayer. +- Chatboxes can be deselected with the chat hotkey again. +- Fixed railgun shells not detonating their contents on impact. +- Fixed clients failing to start a new round after downloading a missing submarine file from the server. +- Fixed ruin doors and hatches being possible to open with the select key. +- Unequipped headsets can't be used and don't consume batteries. +- Fixed depth charge tubes launching the depth charges up by default. +- Fixed some pre-placed items not appearing in mirrored subs in the combat missions. +- Fixed text overflows in round summaries with large amounts of text. +- Fixed crashing when attempting to save settings before player name has been set in the server list menu. + --------------------------------------------------------------------------------------------------------- v0.8.0.0 ---------------------------------------------------------------------------------------------------------