Skip to content

Commit 52d9e0a

Browse files
committed
πŸš€ 2.5.4
1 parent f7528cb commit 52d9e0a

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

β€ŽChangelog.mdβ€Ž

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Version 2.5.4
2+
* Fixed an error message when NAV is activated on the CJ4
3+
* Fixed an issue where brakes would still be depressed for others after releasing them
4+
* Fixed multiple autopilot definitions conflicts on the WT CJ4
5+
* Fixed off by one logic for the course and altimeter on the G1000s
6+
* Fixed an issue where avionic presses would be triggered multiple times for clients
7+
8+
* Added C208B seatbelt signs/other INOP switches as an optional feature
9+
110
# Version 2.5.3
211

312
## New Features

β€ŽReadme.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Notes:
8080

8181
2. For the G1000/FMC/other avionics, only one person should be interacting with a given area at a time. For example, one person flies while the other fills out the flightplan (you should not be filing out the flightplan at the same time), or one person adjusts the transponder while another zooms out the map. This is to avoid desynchronization issues.
8282

83-
3. If you want to load a SimBrief Flightplan in the A32NX, you need to set the **same SimBrief username** in the AOC settings.
83+
3. If you want to load a SimBrief Flightplan in the A32NX, you need to set the **same SimBrief username** in the AOC settings. For other aircraft that use SimBrief to import, set the same username via their methods.
8484

8585
4. For aircraft and avionics that have setting saving functionality (A32NX, Working Title, etc...), the state of the aircraft may be different depending on those settings. You should verify that you and your copilot(s) have the same settings.
8686

β€Žsrc/yourcontrols/Cargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "yourcontrols"
3-
version = "2.5.3"
3+
version = "2.5.4"
44
license = "GPL-3.0"
55
repository = "https://github.com/Sequal32/yourcontrols"
66
authors = ["Connor T <connor0530@gmail.com>"]

0 commit comments

Comments
Β (0)