Skip to content

Commit 031f547

Browse files
Bump release version to 1.9.5
1 parent a2ddb5e commit 031f547

File tree

4 files changed

+46
-6
lines changed

4 files changed

+46
-6
lines changed

CHANGES.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,43 @@
1+
# Version 1.9.5
2+
**Released December 25, 2019**
3+
4+
What's New?
5+
===========
6+
7+
* Recompiled for KSP 1.8.1
8+
* Updated ModuleManager to 4.1.3
9+
* Fixed issue of wobbling when holding Kill Rotation or Maneuver Node
10+
* Fixed issue of signal delay and control indicator not hidden in in-flight action group editor
11+
* Fixed issue of ReStocked-ed antennas auto-deploying in Editor
12+
* Minor improvements to Rover Computer
13+
* Introduced new flight computer interface of in-flight PID controller
14+
* Fixed issue of flight computer commands not saved persistently
15+
* Fixed issue of part configuration values being duplicated when saving and loading
16+
* Localized to en-us and zh-cn languages
17+
* Fixed issue of NullReferenceException when moving deployable science stations between 2 inventories
18+
* Fixed issue of missing science transmission button and information on antennas
19+
20+
Detailed Changelog
21+
==================
22+
23+
Fixed Issues
24+
------------
25+
26+
* Issue #797: Missing science transmission options and information on antennae [requested by: mindset-tk]
27+
* Issue #798: Antennas auto extend and can't retract [requested by: AndresHdzArv]
28+
* Issue #799: Control indicator obscures in-flight action group editor [requested by: BTAxis]
29+
* Issue #804: NullReferenceException when carrying deployable probodyne science in EVA [requested by: aidygus]
30+
* Issue #805: RTUtil.GetBool causes the values and sub-nodes in ProtoPartModuleSnapshot.moduleValues to duplicate [requested by: allista]
31+
* Issue #806: Flight computer command queue gets wiped unexpectedly [requested by: Ernesto-Alvarez]
32+
33+
Pull Requests
34+
-------------
35+
36+
* PR #802: Localization [PR by: tinygrox]
37+
* PR #807: Minor Chinese changes [PR by: tinygrox]
38+
39+
***
40+
141
# Version 1.9.4
242
**Released October 26, 2019**
343

GameData/RemoteTech/RemoteTech.version

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"VERSION":{
1313
"MAJOR":1,
1414
"MINOR":9,
15-
"PATCH":4,
15+
"PATCH":5,
1616
"BUILD":0
1717
},
1818
"KSP_VERSION":{
@@ -28,6 +28,6 @@
2828
"KSP_VERSION_MAX":{
2929
"MAJOR":1,
3030
"MINOR":8,
31-
"PATCH":0
31+
"PATCH":1
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.4
16+
version: 1.9.5
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.4-{build}-{branch}
221+
version: 1.9.5-{build}-{branch}
222222

223223
# branches
224224
branches:

src/RemoteTech/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("RemoteTechnologiesGroup")]
1212
[assembly: AssemblyProduct("RemoteTech")]
13-
[assembly: AssemblyCopyright("Copyright © 2013-2019")]
13+
[assembly: AssemblyCopyright("Copyright © 2013-2020")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -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.4")]
40+
[assembly: AssemblyFileVersion("1.9.5")]
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)