Release files
- Windows 64 bits
- `JSBSim-1.1.6-setup.exe` (Windows installer)
- Ubuntu Xenial 16.04, Bionic 18.04 or Focal 20.04 - amd64
- `*.deb` (Debian packages)
- Python wheel packages can be installed from [PyPI](https://pypi.org/project/JSBSim/) with the command `pip install jsbsim` or `pip install --upgrade jsbsim` when JSBSim is already installed on your system.
- Conda packages are available from [conda-forge](https://anaconda.org/conda-forge/jsbsim). To install this package with conda run: `conda install -c conda-forge jsbsim`
Changelog
User
- New properties `propeller-power-ftlbps`, `propeller-torque-ftlb` and `propeller-sense` for Propeller power, torque, and sense (PR 394)
- Fixes segmentation faults, a delta-wing Lift_alpha and Drag_alpha problem in `aeromatic++` (issue 400)
Developer
- Always set `useDefault` to false when calling `SGPropertyNode::tie()` (issue 363)
- Fixes build with recent versions of MinGW64 (issue 397)
- Fix `ws2tcpip.h` casing for cross compilation.