This commit is contained in:
Joonas Rikkonen
2018-02-22 21:23:54 +02:00
parent 05408d5ec0
commit 0669d9fd45
3 changed files with 21 additions and 4 deletions

View File

@@ -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")]

View File

@@ -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")]

View File

@@ -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
---------------------------------------------------------------------------------------------------------