Skip to content

Releases: xpilot-project/xpilot

xPilot v2.0.0-beta.53

15 Mar 02:21
Compare
Choose a tag to compare
xPilot v2.0.0-beta.53 Pre-release
Pre-release

Download


Added

  • Added .ctaf command that queries the CTAF frequency for the requested airport
  • Added dot command (.radios on|off) to override avionics power #179
  • Added error dialog to notify user if they are running an unsupported OS version

Changed

  • Network messages are now ignored when connected in tower view mode
  • Perform manual DNS lookup when requesting best FSD server address

Fixed

  • Fixed issue with audio being clipped during the beginning of a new radio transmission #188
  • Fixed issue with missing Linux AppImage icon

Full Changelog: v2.0.0-beta.52...v2.0.0-beta.53

xPilot v2.0.0-beta.52

20 Nov 04:55
Compare
Choose a tag to compare
xPilot v2.0.0-beta.52 Pre-release
Pre-release

Download


Fixed

  • Added margin to mouse selection area in the message history to allow scrollbar click/drag
  • Fixed "on headset" dataref initialization (#183)
  • Fixed issue with tower view connection showing as pilot connection

xPilot v2.0.0-beta.51

17 Nov 03:25
Compare
Choose a tag to compare
xPilot v2.0.0-beta.51 Pre-release
Pre-release

Download


Changed

  • Always raise error when network socket error occurs

Fixed

  • Fixed issue that caused microphone to not work on macOS
  • Fixed OpenSSL library linking on macOS and Linux

xPilot v2.0.0-beta.50

15 Nov 03:33
Compare
Choose a tag to compare
xPilot v2.0.0-beta.50 Pre-release
Pre-release

Download


Added

  • Added support for split audio channels (#164)
  • Added regex validation to SELCAL field
  • Added own callsign to Nearby ATC window header in X-Plane
  • Linux installer now supports GTK dark theme (fixes #157)
  • Added error messages for invalid audio device configuration
  • Added support for headset and speaker device
  • Added support for split audio channels (#164)
  • Added support for new tower view connection
  • Added dataref for "on headset" audio status
  • Added support for playing aircraft engine sounds on a different audio device (#181)
  • Added link to FAQ about "waiting for X-Plane connection..." for users having trouble getting xPilot connected

Changed

  • Updated Qt framework version
  • Updated miniaudio library version
  • Refactored Settings window to fix missing close button (#173)
  • Refactored messages area, text can now be selected and copied to system clipboard
  • Migrate to Apple notarytool for notarizing macOS build
  • Check if current thread is X-Plane thread when calling XPLMDestroyWindow (possibly fixes a rare CTD)
  • Only allow alphanumeric characters in callsign
  • Use Windows API for libevent sleep (AFV event loop)

Fixed

  • Fixed Linux installer stuck on "waiting for xPilot to close" (#156)
  • Fixed CoInitializeEx conflict with Qt library and miniaudio
  • Fixed issue with "last packet" indicator not being set correctly in AFV
  • XPMP2: Fixed issue that caused X-Plane to freeze on close on Linux systems (#182)
  • XPMP2: Fixed issue with TCAS slots 20-63 not getting updated after some time

xPilot v2.0.0-beta.49

25 Mar 04:23
Compare
Choose a tag to compare
xPilot v2.0.0-beta.49 Pre-release
Pre-release

Download


If you enjoy using xPilot, please considering donating to support the future development of the project. Thank you for your support.


Changed

  • Changed HTTP endpoint for fetching best server address

xPilot v2.0.0-beta.48

11 Mar 00:01
Compare
Choose a tag to compare
xPilot v2.0.0-beta.48 Pre-release
Pre-release

Download


If you enjoy using xPilot, please considering donating to support the future development of the project. Thank you for your support.


Added

  • Implement EVAC packet.

xPilot v2.0.0-beta.47

26 Feb 05:53
Compare
Choose a tag to compare
xPilot v2.0.0-beta.47 Pre-release
Pre-release

Download


If you enjoy using xPilot, please considering donating to support the future development of the project. Thank you for your support.


Added

  • Use HTTP endpoint to fetch the best FSD server address

Fixed

  • Additional tweaks to Windows installer script; this should fix the issue with the installer freezing for some users

xPilot v2.0.0-beta.46

23 Feb 04:24
Compare
Choose a tag to compare
xPilot v2.0.0-beta.46 Pre-release
Pre-release

Download


If you enjoy using xPilot, please considering donating to support the future development of the project. Thank you for your support.


Changed

  • Highlight donation link in MOTD
  • Auto select AUTOMATIC server

Fixed

  • Fixed incoming altitude offset of other aircraft in X-Plane 12 (#151)
  • Fixed issue with installer wizard freezing during upgrade (Windows)

xPilot v2.0.0-beta.45

17 Feb 23:41
Compare
Choose a tag to compare
xPilot v2.0.0-beta.45 Pre-release
Pre-release

Download


If you enjoy using xPilot, please considering donating to support the future development of the project. Thank you for your support.


Fixed

  • X-Plane 12: Fixed anomalous altitude behaviors of aircraft during their takeoff or landing or landing phase if the pressure altitude dataref value is negative. (#151)

xPilot v2.0.0-beta.44

11 Feb 03:10
Compare
Choose a tag to compare
xPilot v2.0.0-beta.44 Pre-release
Pre-release

Download


If you enjoy using xPilot, please considering donating to support the future development of the project. Thank you for your support.


Fixed

  • Fixed issue with server list dropdown not updating after server list is downloaded.
  • Refactored incoming altitude adjustment for other aircraft rendered in X-Plane 12 (the logic now matches vPilot). This should fix an issue with other aircraft being rendered at the wrong altitude.
  • Clear COM Station Callsign dataref value if iterator returns no results.