Skip to content

Commit

Permalink
build: updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
aguther committed Nov 4, 2021
1 parent fab8927 commit aa6d46f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
17 changes: 10 additions & 7 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@
<!-- Use the following format below -->
<!-- 1. [Changed Area] Title of changes - @github username (Name) -->

## 0.7.2

1. [MCDU] Hide POSITION UPDATE AT field on PROG page when GPS is available - @BlueberryKing (BlueberryKing)
1. [MCDU] Sort approaches by type - @tracernz (Mike)
1. [FCU] Autopilot button integ light brightness corrected - @tracernz (Mike)
1. [FBW/AP/ATHR] Only enable client data section when a model runs externally - @aguther (Andreas Guther)
1. [FBW/AP/ATHR] Added local variables to enable logging of flight controls and/or throttle events - @aguther (Andreas Guther)
1. [AP] Fixed VMAX speed protection for several modes not working properly - @aguther (Andreas Guther)
1. [AP] Added support for event AUTOPILOT_DISENGAGE_SET to disengage AP - @aguther (Andreas Guther)

## 0.7.1

1. [FBW] Improved speed dependent roll law model - @IbrahimK42 (IbrahimK42)
Expand Down Expand Up @@ -38,13 +48,6 @@
1. [AP] Fixed V/S, FPA or ALT* speed protection to engage too early on high altitudes - @aguther (Andreas Guther)
1. [ECAM] Fixed misaligned items on ecam memos - @tyler58546 (tyler58546)
1. [FBW] Fixed instability of roll law due to turbulence or low performance - @IbrahimK42 (IbrahimK42) and @aguther (Andreas Guther)
1. [MCDU] Hide POSITION UPDATE AT field on PROG page when GPS is available - @BlueberryKing (BlueberryKing)
1. [MCDU] Sort approaches by type - @tracernz (Mike)
1. [FCU] Autopilot button integ light brightness corrected - @tracernz (Mike)
1. [FBW/AP/ATHR] Only enable client data section when a model runs externally - @aguther (Andreas Guther)
1. [FBW/AP/ATHR] Added local variables to enable logging of flight controls and/or throttle events - @aguther (Andreas Guther)
1. [AP] Fixed VMAX speed protection for several modes not working properly - @aguther (Andreas Guther)
1. [AP] Added support for event AUTOPILOT_DISENGAGE_SET to disengage AP - @aguther (Andreas Guther)

## 0.7.0

Expand Down
2 changes: 1 addition & 1 deletion manifest-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"creator": "FlyByWire Simulations",
"release_notes": {
"neutral": {
"LastUpdate": "VERSION 0.7.1\\nSim Update 6 compatibility",
"LastUpdate": "VERSION 0.7.2\\nSim Update 6 compatibility",
"OlderHistory": ""
}
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "a32nx",
"version": "0.7.1-rc1",
"version": "0.7.2-rc1",
"scripts": {
"lint": "eslint --cache **/*.{js,mjs,jsx,ts,tsx}",
"lint-fix": "npm run lint -- --fix",
Expand Down

0 comments on commit aa6d46f

Please sign in to comment.