Skip to content
This repository was archived by the owner on Apr 3, 2025. It is now read-only.

Commit 2367050

Browse files
committed
refactor(changelog): do not show documentation changes in in-app changelog
1 parent 22bf728 commit 2367050

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

lib/utils/changelog/sheet.dart

+2-7
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class ChangelogSheet extends LunaBottomModalSheet {
5656
subtitle: showDefaultMOTD ? _defaultMOTD : _changelog.motd,
5757
),
5858
..._buildChangeBlock(
59-
'lunasea.New'.tr(),
59+
'lunasea.Features'.tr(),
6060
_changelog.feat,
6161
),
6262
..._buildChangeBlock(
@@ -69,14 +69,9 @@ class ChangelogSheet extends LunaBottomModalSheet {
6969
),
7070
if (LunaFlavor.isEdge)
7171
..._buildChangeBlock(
72-
'lunasea.Chores'.tr(),
72+
'lunasea.Other'.tr(),
7373
_changelog.chores,
7474
),
75-
if (LunaFlavor.isEdge)
76-
..._buildChangeBlock(
77-
'lunasea.Docs'.tr(),
78-
_changelog.docs,
79-
),
8075
const SizedBox(height: LunaUI.DEFAULT_MARGIN_SIZE / 2),
8176
],
8277
actionBar: LunaBottomActionBar(

0 commit comments

Comments
 (0)