(c8f08ef59) Changelog update, increment version number

This commit is contained in:
Joonas Rikkonen
2019-05-23 15:15:11 +03:00
parent 6ef3828ac1
commit 9ba0b9a006
3 changed files with 6 additions and 4 deletions
@@ -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.9.0.2")]
[assembly: AssemblyFileVersion("0.9.0.2")]
[assembly: AssemblyVersion("0.9.0.3")]
[assembly: AssemblyFileVersion("0.9.0.3")]
@@ -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.9.0.2")]
[assembly: AssemblyFileVersion("0.9.0.2")]
[assembly: AssemblyVersion("0.9.0.3")]
[assembly: AssemblyFileVersion("0.9.0.3")]
@@ -4,6 +4,8 @@ v0.9.0.3
- Fixed captain tutorial not continuing after the part where the mechanic has to be ordered to do repairs.
- Fixed mechanic tutorial getting stuck if repairing the devices is interrupted before they're fully repaired.
- Fixed Workshop item preview images not working on Mac or Linux.
- Fixed "Add file" and "Browse preview image" file dialogs crashing some Mac/Linux systems.
- Unlock tutorials one by one.
- Fixed crashing when clicking on the "no matching servers found" message in the server list.
- Fixed loading screen being dismissable when the window is not active.