Skip to content

Commit

Permalink
Bump release number to 1.8.13
Browse files Browse the repository at this point in the history
  • Loading branch information
KSP-TaxiService committed Aug 19, 2018
1 parent 53a3cf2 commit acb973c
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 6 deletions.
32 changes: 32 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
# Version 1.8.13
**Released August 19, 2018**

What's New?
===========

* Recompiled for KSP 1.4.5
* Tightened the precision of Flight Computer commands' extra delay
* Resolved ambiguous wording of antenna deployment/retraction in Editor
* Modernised and streamlined csproj
* Switched to KSP's coloruful console message style
* New API methods for connections and vessels
* Resolved the material error on signal lines

Detailed Changelog
==================

Fixed Issues
------------

* Issue #661: RT-C tries to execute node too early? [requested by: WildLynxDev]
* Issue #693: Error when signal lines are shown in a map or in the tracking station [requested by: jarosm]
* Issue #752: Status near PAW buttons is not actually, is what happens when clicked [requested by: Gordon-Dry]

Pull Requests
-------------

* PR #753: Building with Visual Studio [PR by: PiezPiedPy]
* PR #754: API methods primarily to support Kerbalism but can be used by others [PR by: PiezPiedPy]

***

# Version 1.8.12
**Released July 17, 2018**

Expand Down
6 changes: 3 additions & 3 deletions GameData/RemoteTech/RemoteTech.version
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"VERSION":{
"MAJOR":1,
"MINOR":8,
"PATCH":12,
"PATCH":13,
"BUILD":0
},
"KSP_VERSION":{
"MAJOR":1,
"MINOR":4,
"PATCH":4
"PATCH":5
},
"KSP_VERSION_MIN":{
"MAJOR":1,
Expand All @@ -28,6 +28,6 @@
"KSP_VERSION_MAX":{
"MAJOR":1,
"MINOR":4,
"PATCH":4
"PATCH":5
}
}
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#---------------------------------#

# version format (you need to bump it when changing version)
version: 1.8.12
version: 1.8.13

# branches
branches:
Expand Down Expand Up @@ -218,7 +218,7 @@
#---------------------------------#

# version format (you need to bump it when changing version)
version: 1.8.12-{build}-{branch}
version: 1.8.13-{build}-{branch}

# branches
branches:
Expand Down
2 changes: 1 addition & 1 deletion src/RemoteTech/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
// DLLs any time it changes. Breaking on a minor revision is probably acceptable - it's
// unlikely that there wouldn't be other breaking changes on a minor version change.
[assembly: AssemblyVersion("1.8")]
[assembly: AssemblyFileVersion("1.8.12")]
[assembly: AssemblyFileVersion("1.8.13")]

// Use KSPAssembly to allow other DLLs to make this DLL a dependency in a
// non-hacky way in KSP. Format is (AssemblyProduct, major, minor), and it
Expand Down

0 comments on commit acb973c

Please sign in to comment.