diff --git a/docs/release-notes/.pages b/docs/release-notes/.pages index 300d97e3a..af038bd94 100644 --- a/docs/release-notes/.pages +++ b/docs/release-notes/.pages @@ -6,6 +6,7 @@ title: Release Notes nav: - ... + - Stable Release v0.8.1: v081.md - Stable Release v0.8.0: v080.md - Stable Release v0.7.5: v075.md - Stable Release v0.7.4: v074.md diff --git a/docs/release-notes/v082.md b/docs/release-notes/v082.md new file mode 100644 index 000000000..af79342f8 --- /dev/null +++ b/docs/release-notes/v082.md @@ -0,0 +1,37 @@ +# Stable Release v0.8.2 + +This release improves the performance impact of the aircraft, alongside improvements to some LNAV paths. We have fixed hardware bindings associated with the pause function and the issue with systems updates causing erratic oscillations in flight. + +[See Previous Release - v0.8.1](v081.md){.md-button} + +[See Previous Release - v0.8.0](v080.md){.md-button} + +For a full release changelog - [see here](#changelog) + +!!! tip "Recommended Settings" + Before your first flight please make sure to read our [Recommended Settings](../fbw-a32nx/settings.md) guide. + +!!! warning "Important User Experience Changes" + + Please note the following changes: + + - Custom Flight Management System + - See the [Special Notes Section](../fbw-a32nx/feature-guides/cFMS.md#special-notes) on our custom FMS page for details on the topics below: + - Weather and Terrain are now inoperable as we wait for Asobo implementations. + - MSFS Built-in ATC and VFR maps are on limited support. + - [Discontinuities](../pilots-corner/advanced-guides/flight-planning/disco.md) may now appear in your flight plan — they are a feature and not a bug. + - [Throttle calibration](../fbw-a32nx/feature-guides/flypados2/throttle-calibration.md) is mandatory. + +!!! info "" + Downloads available through our [installer](../fbw-a32nx/installation.md). + + Please see our [Support Guide](../fbw-a32nx/support/index.md) and [Reported Issues](../fbw-a32nx/support/reported-issues.md). + +## Changelog + +- [GENERAL] Pass-through pause events - #7253 - @2hwk (2Cas#1022) +- [SYSTEMS] Use visualframe to avoid msfs bug - #7297 - @Saschl (saschl#9432) +- [INSTRUMENTS] Improved simulation variable hook performance - #7180 - @Benjozork (Benjamin Dupont) +- [LIGHTS] Remove infinitive emitter in ambient logo light - #7222 @bouveng (Johan Bouveng) +- [FMS] Robust comparison of legs - #7140 - @tracernz (Mike) +- [FMS] Use station declination when required - #7193 - @tracernz (Mike) diff --git a/mkdocs.yml b/mkdocs.yml index 5a526976b..0618664cd 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -88,7 +88,7 @@ plugins: 'fdr.md': 'https://docs.flybywiresim.com/fbw-a32nx/support/#fdr-files' 'exp.md': 'fbw-a32nx/support/exp.md' # Release Notes Permalink - 'latest-release.md': 'release-notes/v081.md' + 'latest-release.md': 'release-notes/v082.md' # ######################################## # Needed for URL within the A32NX aircraft # ########################################