From ae1aac61cf7b7dcddded22b7b367b03c058e12c9 Mon Sep 17 00:00:00 2001 From: Sequal32 Date: Sun, 11 Apr 2021 16:51:22 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=202.5.12?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Changelog.md | 20 +++++++++++++++++++- src/yourcontrols/Cargo.toml | 2 +- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 927cadbb9..551f88b70 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,24 @@ # YourControls Changelog -## Version 2.5.8 +## Version 2.5.12 + +* Fixed issues with the FBW A32NX experimental throttles desynced, vertical speed mismatched, and rattling sounds +* Synced emergency light on the WT CJ4 +* Synced doors on the MixMugz TBM930 +* Attempted to fix WT CJ4 FD/Range desync +* Attempted to fix Airbus H135 starters desync + +## Version 2.5.11 + +* Resynced A32NX spoilers +* Fix CJ4 autopilot altitude/heading selector issues + +## Version 2.5.10 + +* Actually fixed A32NX flaps +* Added new WT CJ4 master light + +## Version 2.5.9 * Added support for the Airbus H135 * Resynced flaps/spoilers in the A32NX Experimental diff --git a/src/yourcontrols/Cargo.toml b/src/yourcontrols/Cargo.toml index a0a9e8ee1..510cf0dd6 100644 --- a/src/yourcontrols/Cargo.toml +++ b/src/yourcontrols/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yourcontrols" -version = "2.5.11" +version = "2.5.12" license = "GPL-3.0" repository = "https://github.com/Sequal32/yourcontrols" edition = "2018"