Skip to content

Commit 827ea47

Browse files
committed
Release v1.6.5
1 parent 6491e4a commit 827ea47

3 files changed

Lines changed: 22 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
Version 1.6.5
2+
========================================
3+
Released May 18, 2015
4+
5+
Bug fixes
6+
--------------------
7+
- We've fixed an issue while loading a saved maneuver command
8+
- We've fixed an issue while loading a saved cancel command
9+
- Queued commands will now sorted correctly
10+
- The flight computer will no longer goes crazy if a queued BaseEvent throws an exception
11+
- We've fixed the SoundingRockets config file
12+
- Satellite/Stations will now properly re-registered as a satellite after unloading (>2.5km distance)
13+
14+
General
15+
--------------------
16+
- Textures are now converted to DDS (thx @InsanePlumber)
17+
- We'll no longer throttling back the timewarp if you are on phys.warp
18+
- We'll no longer fix the "roll" position for maneuver, orbit und surface commands
19+
20+
121
Version 1.6.4
222
========================================
323
Released May 07, 2015

GameData/RemoteTech/RemoteTech.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"VERSION":{
1313
"MAJOR":1,
1414
"MINOR":6,
15-
"PATCH":4,
15+
"PATCH":5,
1616
"BUILD":0
1717
},
1818
"KSP_VERSION":{

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.6")]
40-
[assembly: AssemblyFileVersion("1.6.4")]
40+
[assembly: AssemblyFileVersion("1.6.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)