Skip to content

Commit

Permalink
v0.8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Regalis11 committed Feb 22, 2018
1 parent 05408d5 commit 0669d9f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Barotrauma/BarotraumaClient/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// 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")]
4 changes: 2 additions & 2 deletions Barotrauma/BarotraumaServer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// 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")]
17 changes: 17 additions & 0 deletions Barotrauma/BarotraumaShared/changelog.txt
Original file line number Diff line number Diff line change
@@ -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
---------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 0669d9f

Please sign in to comment.