diff --git a/AtmosphereAutopilot/AtmosphereAutopilot.version b/AtmosphereAutopilot/AtmosphereAutopilot.version index 652f2ba..d20543e 100644 --- a/AtmosphereAutopilot/AtmosphereAutopilot.version +++ b/AtmosphereAutopilot/AtmosphereAutopilot.version @@ -8,8 +8,8 @@ }, "VERSION" : { "MAJOR" : 1, - "MINOR" : 5, - "PATCH" : 19, + "MINOR" : 6, + "PATCH" : 0, "BUILD" : 0 }, "KSP_VERSION" : { diff --git a/AtmosphereAutopilot/Global_settings.txt b/AtmosphereAutopilot/Global_settings.txt index cc94fce..37d4f6a 100644 --- a/AtmosphereAutopilot/Global_settings.txt +++ b/AtmosphereAutopilot/Global_settings.txt @@ -142,6 +142,13 @@ Sideslip_controller window_x = 1096 window_y = 739 } +AoA-hold_controller +{ + use_keys = True + hotkey_desired_aoa_sens = 3 + window_x = 54 + window_y = 243 +} AoA_controller { window_x = 1096 diff --git a/AtmosphereAutopilot/Properties/AssemblyInfo.cs b/AtmosphereAutopilot/Properties/AssemblyInfo.cs index 3c480aa..1425dde 100644 --- a/AtmosphereAutopilot/Properties/AssemblyInfo.cs +++ b/AtmosphereAutopilot/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.5.19.0")] -[assembly: AssemblyFileVersion("1.5.19.0")] +[assembly: AssemblyVersion("1.6.0.0")] +[assembly: AssemblyFileVersion("1.6.0.0")]