Skip to content

Commit 969b294

Browse files
Bump release version to 1.9.9
1 parent 067a053 commit 969b294

File tree

4 files changed

+35
-9
lines changed

4 files changed

+35
-9
lines changed

CHANGES.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
# Version 1.9.9
2+
**Released December 19, 2020**
3+
4+
What's New?
5+
===========
6+
7+
* Recompiled for KSP 1.11
8+
* Fixed UI issue of missing signal delay and flight computer button
9+
* Added preventative measure for scenario of a vessel/part exiting simulation range
10+
* Readded data protection for saved flight computer commands during loading
11+
12+
Detailed Changelog
13+
==================
14+
15+
Fixed Issues
16+
------------
17+
18+
* Issue #821: Flight UI not visible in KSP 1.11 [requested by: gjulianm]
19+
* Issue #820: Order's queue lost when switching vessels (or going SC) [requested by: Jacchus]
20+
* Issue #817: Severe disruption in simulation when parts disappear because they go out of simulation range [requested by: Ernesto-Alvarez]
21+
22+
Pull Requests
23+
-------------
24+
25+
***
26+
127
# Version 1.9.8
228
**Released August 1, 2020**
329

GameData/RemoteTech/RemoteTech.version

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,22 @@
1212
"VERSION":{
1313
"MAJOR":1,
1414
"MINOR":9,
15-
"PATCH":8,
15+
"PATCH":9,
1616
"BUILD":0
1717
},
1818
"KSP_VERSION":{
1919
"MAJOR":1,
20-
"MINOR":10,
21-
"PATCH":1
20+
"MINOR":11,
21+
"PATCH":0
2222
},
2323
"KSP_VERSION_MIN":{
2424
"MAJOR":1,
25-
"MINOR":10,
25+
"MINOR":11,
2626
"PATCH":0
2727
},
2828
"KSP_VERSION_MAX":{
2929
"MAJOR":1,
30-
"MINOR":10,
31-
"PATCH":1
30+
"MINOR":11,
31+
"PATCH":0
3232
}
3333
}

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#---------------------------------#
1414

1515
# version format (you need to bump it when changing version)
16-
version: 1.9.8
16+
version: 1.9.9
1717

1818
# branches
1919
branches:
@@ -218,7 +218,7 @@
218218
#---------------------------------#
219219

220220
# version format (you need to bump it when changing version)
221-
version: 1.9.8-{build}-{branch}
221+
version: 1.9.9-{build}-{branch}
222222

223223
# branches
224224
branches:

src/RemoteTech/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
// DLLs any time it changes. Breaking on a minor revision is probably acceptable - it's
3838
// unlikely that there wouldn't be other breaking changes on a minor version change.
3939
[assembly: AssemblyVersion("1.9")]
40-
[assembly: AssemblyFileVersion("1.9.8")]
40+
[assembly: AssemblyFileVersion("1.9.9")]
4141

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

0 commit comments

Comments
 (0)