Skip to content

Commit 9f5617b

Browse files
authored
clarify dev vs. stable edition (#54)
1 parent 70f161e commit 9f5617b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

config/config.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ const config: Configuration = {
9191
// move bunnycdn users to cloudflare
9292
'https://cdn.flybywiresim.com/addons/a32nx/stable',
9393
],
94-
description: 'Stable is our variant that has the least bugs and best performance. ' +
95-
'This version will not always be up to date but we guarantee its compatibility ' +
96-
'with each major patch from MSFS.',
94+
description: 'The stable edition is for those who need a stable home cockpit API, or controlled upgrades every few months. ' +
95+
'This edition will always be behind the development edition in both features and fixes, ' +
96+
'but it will receive compatibility patches if required for MSFS updates. Please visit our discord for support.',
9797
isExperimental: false,
9898
releaseModel: {
9999
type: 'fragmenter',
@@ -116,9 +116,9 @@ const config: Configuration = {
116116
'https://cdn.flybywiresim.com/addons/a32nx/experimental',
117117
'https://github.com/flybywiresim/a32nx/releases/download/assets/experimental/',
118118
],
119-
description: 'Development will have the latest features that will end up in the next stable. ' +
120-
'Although every change is QA-tested, bugs are a little more likely. It updates whenever something is added to the \'master\' ' +
121-
'branch on Github. Please visit our discord for support.',
119+
description: 'The development edition has all of the latest features and bug fixes that will end up in the next stable edition release. ' +
120+
'Although every change is QA-tested, bugs sometimes slip in; please reach out to us if you find any. ' +
121+
'Updates occur whenever something is added to the \'master\' branch on Github. Please visit our discord for support.',
122122
isExperimental: false,
123123
releaseModel: {
124124
type: 'fragmenter',

0 commit comments

Comments
 (0)