Skip to content

Commit

Permalink
fix: A32NX experimental version detected as development version (#393)
Browse files Browse the repository at this point in the history
* fix: A32NX experimental version detected as development version

* docs: add changelog
  • Loading branch information
FoxtrotSierra6829 committed Jul 27, 2022
1 parent 0674438 commit ad11de2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/CHANGELOG.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@


releases:
- name: 3.2.1
changes:
- title: Fix detection of A32NX experimental version as development versions
categories: [Addons]
authors: [FoxtrotSierra]
- name: 3.2.0
changes:
- title: Add FlyByWire Simulations SimBridge
Expand Down
1 change: 0 additions & 1 deletion src/renderer/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ export const defaultConfiguration: Configuration = {
// move old experimental users over to dev
'https://cdn.flybywiresim.com/addons/a32nx/cfbw-cap',
'https://cdn.flybywiresim.com/addons/a32nx/cfbw',
'https://cdn.flybywiresim.com/addons/a32nx/experimental',
],
description: 'Development will have the latest features that will end up in the next stable. ' +
'Bugs are to be expected. It updates whenever something is added to the \'master\' ' +
Expand Down

0 comments on commit ad11de2

Please sign in to comment.