Skip to content

Commit

Permalink
Bump release version to 1.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
KSP-TaxiService committed Jan 16, 2021
1 parent f14e5d0 commit d38c9d5
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 5 deletions.
27 changes: 27 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
# Version 1.9.10
**Released January 16, 2021**

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

* Add support for a renamed part of HG-5 High Gain Antenna
* Add support for cargo storage of small RemoteTech antennas
* Add new Flight Computer error message on no maneuver node to execute
* Add multiple protections against the construction functionality introduced by KSP 1.11
* Add preventative check of the filter UI against non-existent KSP interface components during loading

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

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

* Issue #822: stock HG-5 High Gain Antenna renamed [requested by: mcortez]

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

* PR #824: Duplicate config for HighGainAntenna5 for 1.11 [PR by: doubleplush]

***

# Version 1.9.9
**Released December 19, 2020**

Expand Down
2 changes: 1 addition & 1 deletion GameData/RemoteTech/RemoteTech.version
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"VERSION":{
"MAJOR":1,
"MINOR":9,
"PATCH":9,
"PATCH":10,
"BUILD":0
},
"KSP_VERSION":{
Expand Down
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.9.9
version: 1.9.10

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

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

# branches
branches:
Expand Down
4 changes: 2 additions & 2 deletions src/RemoteTech/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("RemoteTechnologiesGroup")]
[assembly: AssemblyProduct("RemoteTech")]
[assembly: AssemblyCopyright("Copyright © 2013-2020")]
[assembly: AssemblyCopyright("Copyright © 2013-2021")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -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.9")]
[assembly: AssemblyFileVersion("1.9.9")]
[assembly: AssemblyFileVersion("1.9.10")]

// 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 d38c9d5

Please sign in to comment.