diff --git a/Barotrauma/BarotraumaClient/Properties/AssemblyInfo.cs b/Barotrauma/BarotraumaClient/Properties/AssemblyInfo.cs index 661f96b39..ef68c6296 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.1.2")] -[assembly: AssemblyFileVersion("0.8.1.2")] +[assembly: AssemblyVersion("0.8.1.3")] +[assembly: AssemblyFileVersion("0.8.1.3")] diff --git a/Barotrauma/BarotraumaServer/Properties/AssemblyInfo.cs b/Barotrauma/BarotraumaServer/Properties/AssemblyInfo.cs index 51d90b882..e3cba315e 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.1.2")] -[assembly: AssemblyFileVersion("0.8.1.2")] +[assembly: AssemblyVersion("0.8.1.3")] +[assembly: AssemblyFileVersion("0.8.1.3")] diff --git a/Barotrauma/BarotraumaShared/changelog.txt b/Barotrauma/BarotraumaShared/changelog.txt index 7c3a4f556..94e77509f 100644 --- a/Barotrauma/BarotraumaShared/changelog.txt +++ b/Barotrauma/BarotraumaShared/changelog.txt @@ -1,3 +1,27 @@ +--------------------------------------------------------------------------------------------------------- +v0.8.1.3 +--------------------------------------------------------------------------------------------------------- + +- Fixed server-side crashes during job assignment if a client hasn't sent any job preferences. +- Fixed crashing if the selected respawn shuttle doesn't have a navigation terminal or any other item +with a Steering component. +- Fixed InWater status effects triggering when an item is fabricated, causing issues such as +water-sensitive items to breaking/exploding immediately after being fabricated. +- Fixed motion sensors sending out signals even if the output is set to nothing. +- Fixed crashing when a round starts if the sub has been saved while a fabricator was running. +- Fixed explosives not detonating inside railgun shells. +- Fixed characters spawning inside the respawn shuttle if no suitable spawnpoint is found inside the +main submarine. +- Fixed a timing bug in the dedicated server which prevented clients from ever timing out, AI characters +from fixing leaks and reactor usage from being logged. +- Changed the format of the server log filenames to make them more easily sortable. +- Increased assistant's skill levels. +- Added oxygenite tanks. +- Added a rearward facing variant of railgun controller. +- Added railgun loader variants with 1 shell capacity. +- Added railgun shell rack. +- Decreased the skill level requirements for fixing docking ports. + --------------------------------------------------------------------------------------------------------- v0.8.1.2 ---------------------------------------------------------------------------------------------------------