Skip to content

Commit 9c2bc17

Browse files
frankkoppBenjozork
andauthored
docs: Prepared for Stable 0.8.2 release (#584)
* Prepared for Stable 0.8.2 release * Update to release describption * fix: formatting Co-authored-by: Benjamin Dupont <[email protected]>
1 parent 3d8b7b0 commit 9c2bc17

File tree

3 files changed

+39
-1
lines changed

3 files changed

+39
-1
lines changed

docs/release-notes/.pages

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
title: Release Notes
77
nav:
88
- ...
9+
- Stable Release v0.8.1: v081.md
910
- Stable Release v0.8.0: v080.md
1011
- Stable Release v0.7.5: v075.md
1112
- Stable Release v0.7.4: v074.md

docs/release-notes/v082.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Stable Release v0.8.2
2+
3+
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.
4+
5+
[See Previous Release - v0.8.1](v081.md){.md-button}
6+
7+
[See Previous Release - v0.8.0](v080.md){.md-button}
8+
9+
For a full release changelog - [see here](#changelog)
10+
11+
!!! tip "Recommended Settings"
12+
Before your first flight please make sure to read our [Recommended Settings](../fbw-a32nx/settings.md) guide.
13+
14+
!!! warning "Important User Experience Changes"
15+
16+
Please note the following changes:
17+
18+
- Custom Flight Management System
19+
- See the [Special Notes Section](../fbw-a32nx/feature-guides/cFMS.md#special-notes) on our custom FMS page for details on the topics below:
20+
- Weather and Terrain are now inoperable as we wait for Asobo implementations.
21+
- MSFS Built-in ATC and VFR maps are on limited support.
22+
- [Discontinuities](../pilots-corner/advanced-guides/flight-planning/disco.md) may now appear in your flight plan — they are a feature and not a bug.
23+
- [Throttle calibration](../fbw-a32nx/feature-guides/flypados2/throttle-calibration.md) is mandatory.
24+
25+
!!! info ""
26+
Downloads available through our [installer](../fbw-a32nx/installation.md).
27+
28+
Please see our [Support Guide](../fbw-a32nx/support/index.md) and [Reported Issues](../fbw-a32nx/support/reported-issues.md).
29+
30+
## Changelog
31+
32+
- [GENERAL] Pass-through pause events - #7253 - @2hwk (2Cas#1022)
33+
- [SYSTEMS] Use visualframe to avoid msfs bug - #7297 - @Saschl (saschl#9432)
34+
- [INSTRUMENTS] Improved simulation variable hook performance - #7180 - @Benjozork (Benjamin Dupont)
35+
- [LIGHTS] Remove infinitive emitter in ambient logo light - #7222 @bouveng (Johan Bouveng)
36+
- [FMS] Robust comparison of legs - #7140 - @tracernz (Mike)
37+
- [FMS] Use station declination when required - #7193 - @tracernz (Mike)

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ plugins:
8888
'fdr.md': 'https://docs.flybywiresim.com/fbw-a32nx/support/#fdr-files'
8989
'exp.md': 'fbw-a32nx/support/exp.md'
9090
# Release Notes Permalink
91-
'latest-release.md': 'release-notes/v081.md'
91+
'latest-release.md': 'release-notes/v082.md'
9292
# ########################################
9393
# Needed for URL within the A32NX aircraft
9494
# ########################################

0 commit comments

Comments
 (0)