From ad11de2e55a28e84810dcb9a5b1689a695bf062f Mon Sep 17 00:00:00 2001 From: Florian Scheuner Date: Wed, 27 Jul 2022 15:45:33 +0200 Subject: [PATCH] fix: A32NX experimental version detected as development version (#393) * fix: A32NX experimental version detected as development version * docs: add changelog --- .github/CHANGELOG.yaml | 5 +++++ src/renderer/data.ts | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/CHANGELOG.yaml b/.github/CHANGELOG.yaml index 24feedef..facb9c40 100644 --- a/.github/CHANGELOG.yaml +++ b/.github/CHANGELOG.yaml @@ -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 diff --git a/src/renderer/data.ts b/src/renderer/data.ts index b012e597..4c6c9b20 100644 --- a/src/renderer/data.ts +++ b/src/renderer/data.ts @@ -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\' ' +