Skip to content

Commit 15478a4

Browse files
committed
🚀 changelog + bump ver to 2.5.3
1 parent a8acdcf commit 15478a4

2 files changed

Lines changed: 32 additions & 1 deletion

File tree

‎Changelog.md‎

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
# Version 2.5.3
2+
3+
## New Features
4+
* Added an error message when the community package is not loaded in the simulator
5+
6+
## Fixes
7+
* Fixed a script error in the frontend UI that would pop up when the external IP could not be fetched
8+
* Fixed an issue where the number of clients connected would not update
9+
* Fixed an issue where the UI would be delayed in loading the saved config
10+
11+
* Fixed an issue where the game would crash when transferring controls
12+
* Fixed an issue where clients would get teleported to various locations when transferring controls
13+
* Attempted to fix an issue where controls, switches, and avionics would stop working (gauge crashed)
14+
* Attempted to fix an issue where some switches/key presses would get randomly dropped
15+
16+
* Fixed an issue where the selected altitude would reset when climbing and nearing the selected altitude
17+
* Fixed pitch hold/autopilot leveler not syncing as intended
18+
* Fixed the FLC, HDG, NAV, VNAV, VS on the WT CJ4 where it would not sync properly
19+
* Fixed nav radios not syncing properly
20+
21+
## Misc
22+
* Completely refactored the JS side of things
23+
24+
## Synced
25+
* A32NX Coffee
26+
* A32NX EFB Textboxes (ensure you have the same A32NX version)
27+
* Time (on initial connection)
28+
* Fuel
29+
* Speed when winds are mismatched
30+
* Altitude when scenery is mismatched
31+
132
# Version 2.5.1
233
## Fixes
334
* Fixed an issue where aircraft movement and throttle would not be synced (removed fuel syncage).

‎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.2"
3+
version = "2.5.3"
44
license = "GPL-3.0"
55
repository = "https://github.com/Sequal32/yourcontrols"
66
authors = ["Connor T <connor0530@gmail.com>"]

0 commit comments

Comments
 (0)