Skip to content

Commit 506ae66

Browse files
Bump release version to 1.9.3
1 parent c606dba commit 506ae66

3 files changed

Lines changed: 57 additions & 5 deletions

File tree

CHANGES.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,55 @@
1+
# Version 1.9.3.131
2+
**Released July 21, 2019**
3+
4+
What's New?
5+
===========
6+
7+
* Recompiled RemoteTech 1.9.3 for KSP 1.3.1
8+
9+
Detailed Changelog
10+
==================
11+
12+
Fixed Issues
13+
------------
14+
15+
Pull Requests
16+
-------------
17+
18+
***
19+
20+
# Version 1.9.3
21+
**Released July 21, 2019**
22+
23+
What's New?
24+
===========
25+
26+
* Compiled for KSP 1.7.3
27+
* Applied MissionControlRangeMultiplier to unused Mission Control Dish Antennas
28+
* Fixed UpgradeableDish and UpgradeableCosAngle mistake
29+
* Minor update for Restock and RestockPlus support
30+
* Persistent position of Flight Computer window across play sessions
31+
* Improved PID Controller on torque forces
32+
* Added support for robotic parts and KSP Custom Axis Groups introduced by Breaking Ground expansion
33+
* Added limited support for deployable ground parts (Omni 400km range to control station only)
34+
35+
Detailed Changelog
36+
==================
37+
38+
Fixed Issues
39+
------------
40+
41+
* Issue #792: Request: Save Flight Computer window position across sessions [requested by: Galenmacil]
42+
* Issue #793: add whitelist for ReStock [requested by: Gordon-Dry]
43+
* Issue #794: The new KSPAxisGroup controls are not suppported [requested by: ncanceill]
44+
45+
Pull Requests
46+
-------------
47+
48+
* PR #789: Fix reading values for UpgradeableDish and UpgradeableCosAngle [PR by: ilmat192]
49+
* PR #790: Apply MissionControlRangeMultiplier to dish mission control antennas [PR by: ilmat192]
50+
51+
***
52+
153
# Version 1.9.2
254
**Released April 14, 2019**
355

GameData/RemoteTech/RemoteTech.version

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,22 @@
1212
"VERSION":{
1313
"MAJOR":1,
1414
"MINOR":9,
15-
"PATCH":2,
15+
"PATCH":3,
1616
"BUILD":0
1717
},
1818
"KSP_VERSION":{
1919
"MAJOR":1,
2020
"MINOR":7,
21-
"PATCH":0
21+
"PATCH":3
2222
},
2323
"KSP_VERSION_MIN":{
2424
"MAJOR":1,
2525
"MINOR":7,
26-
"PATCH":0
26+
"PATCH":3
2727
},
2828
"KSP_VERSION_MAX":{
2929
"MAJOR":1,
3030
"MINOR":7,
31-
"PATCH":0
31+
"PATCH":3
3232
}
3333
}

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.2")]
40+
[assembly: AssemblyFileVersion("1.9.3")]
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)