Skip to content

Commit 3699d0b

Browse files
committed
🚀 2.5.7
1 parent 13f084f commit 3699d0b

2 files changed

Lines changed: 43 additions & 13 deletions

File tree

‎Changelog.md‎

Lines changed: 42 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,33 @@
1-
# Version 2.5.5
1+
# YourControls Changelog
2+
3+
## Version 2.5.7
4+
5+
* Changed the window title to YourControls vX.X.X
6+
* Fixed an issue where the heading indicator in the C152/172 would spin in circles
7+
* Fixed an issue where the plane would jump around in altitude below 1000ft
8+
* Added Aerosoft CRJ (DISCLAIMER: knobs do not sync well at all, it may be impossible to get the altitude selectors/radios synced)
9+
* Added support for the Carenado M20R, JustFLight PA28, and mixMugz TBM930 (EFBs do not sync)
10+
* Rewritten YourControls gauge to support unlimited local variables
11+
* Support the following pulls/commits in the A32NX Dev/Experimental version:
12+
* [flybywiresim/a32nx##3794](https://github.com/flybywiresim/a32nx/pull/3794)
13+
* [flybywiresim/a32nx##3930](https://github.com/flybywiresim/a32nx/pull/3930)'
14+
* [flybywiresim/a32nx/autopilot](https://github.com/flybywiresim/a32nx/commit/8d09903343552b255be5f68a1ed4fff38af37568)
15+
16+
## Version 2.5.6
17+
18+
* Synced A32NX APU bleed
19+
* Prepare A32NX for when [flybywiresim/a32nx##3782](https://github.com/flybywiresim/a32nx/pull/3782) is merged
20+
21+
22+
## Version 2.5.5
23+
224
* Support new dev version of A32NX (APU/Electrical button syncage)
325
* Fixed an issue where the aircraft would be floating or through the ground on initial connection
426
* C152 - attempted to fix heading gyro desync
527
* WT CJ4 - fixed various desync
628

7-
# Version 2.5.4
29+
## Version 2.5.4
30+
831
* Fixed an error message when NAV is activated on the CJ4
932
* Fixed an issue where brakes would still be depressed for others after releasing them
1033
* Fixed multiple autopilot definitions conflicts on the WT CJ4
@@ -13,12 +36,14 @@
1336

1437
* Added C208B seatbelt signs/other INOP switches as an optional feature
1538

16-
# Version 2.5.3
39+
## Version 2.5.3
40+
41+
### New Features
1742

18-
## New Features
1943
* Added an error message when the community package is not loaded in the simulator
2044

21-
## Fixes
45+
### Fixes
46+
2247
* Fixed a script error in the frontend UI that would pop up when the external IP could not be fetched
2348
* Fixed an issue where the number of clients connected would not update
2449
* Fixed an issue where the UI would be delayed in loading the saved config
@@ -33,25 +58,29 @@
3358
* Fixed the FLC, HDG, NAV, VNAV, VS on the WT CJ4 where it would not sync properly
3459
* Fixed nav radios not syncing properly
3560

36-
## Misc
61+
### Misc
62+
3763
* Completely refactored the JS side of things
3864

39-
## Synced
65+
### Synced
4066
* A32NX Coffee
4167
* A32NX EFB Textboxes (ensure you have the same A32NX version)
4268
* Time (on initial connection)
4369
* Fuel
4470
* Speed when winds are mismatched
4571
* Altitude when scenery is mismatched
4672

47-
# Version 2.5.1
48-
## Fixes
73+
## Version 2.5.1
74+
75+
### Fixes
76+
4977
* Fixed an issue where aircraft movement and throttle would not be synced (removed fuel syncage).
5078
* Small optimization of net code
5179

52-
# Version 2.5.0
80+
## Version 2.5.0
81+
82+
### New Features
5383

54-
## New Features
5584
* Network Stats! See how much network YourControls is using and if there is any packet loss detected.
5685
* Cloud Host Did port forwarding and Cloud Server not work with you? Well this new option gives you the opportunity to get connected without any other setup! Currently the server resides in the USA so latency is the biggest issue if you choose to use this connection method.
5786
Note: Currently, the number of connections to the server is capped at 100, and will be increased as we upgrade our server infrastructure. You should always use Cloud P2P and Direct first if you can.
@@ -62,7 +91,8 @@ Note: Currently, the number of connections to the server is capped at 100, and w
6291
* Streamer Mode - Hides your IP after connecting.
6392
* New connections as observer - New connections will not be able to manipulate switches.
6493

65-
## Changes
94+
### Changes
95+
6696
* Reworked interpolation - syncs position/rotation data more reliably
6797
* UPnP is now it's own setting. Check the `Log.txt` if you need to see if UPnP worked or not and why.
6898
* The default port has now been changed to 25071.

‎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.7-beta.2"
3+
version = "2.5.7"
44
license = "GPL-3.0"
55
repository = "https://github.com/Sequal32/yourcontrols"
66
edition = "2018"

0 commit comments

Comments
 (0)