This commit is contained in:
Joonas Rikkonen
2017-07-27 17:27:13 +03:00
parent affb43e7a5
commit 061ed7392e
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.6.1.1")]
[assembly: AssemblyFileVersion("0.6.1.1")]
[assembly: AssemblyVersion("0.6.1.2")]
[assembly: AssemblyFileVersion("0.6.1.2")]

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.6.1.1")]
[assembly: AssemblyFileVersion("0.6.1.1")]
[assembly: AssemblyVersion("0.6.1.2")]
[assembly: AssemblyFileVersion("0.6.1.2")]

View File

@@ -1,3 +1,20 @@
---------------------------------------------------------------------------------------------------------
v0.6.1.2
---------------------------------------------------------------------------------------------------------
- Dedicated servers can use autorestart.
- Fixed dedicated servers ignoring armor.
- Fixed console messages not appearing in the crash reports if the game crashes during loading.
- Attachable items (buttons, electrical components, etc) are automatically attached to walls when placed
in the submarine editor.
- Fixed crashing if no matching character is found when using the SetClientCharacter console command.
- Fixed wires disconnecting from a connection panel when a player moves any of the wires.
- Tab doesn't autoselect the chatbox when the debug console is open.
- Fixed missing kick/ban buttons in the crew menu.
- Fixed a bug that caused ID mismatches in the hulls between docking ports. This caused, for example,
mysterious client-side fires around docking ports and "unknown object header" errors.
---------------------------------------------------------------------------------------------------------
v0.6.1.1
---------------------------------------------------------------------------------------------------------