Skip to content

Commit d1dee0a

Browse files
committed
Update what's new intro
1 parent cdee54f commit d1dee0a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Clendar/Helper/Extensions/ClendarApp+WhatsNew.swift

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ extension ClendarApp: WhatsNewCollectionProvider {
1616
WhatsNew(
1717
version: WhatsNew.Version(
1818
major: 3,
19-
minor: 4,
19+
minor: 5,
2020
patch: 0
2121
), // specify version here
2222
title: WhatsNew.Title(
@@ -29,31 +29,31 @@ extension ClendarApp: WhatsNewCollectionProvider {
2929
systemName: "wand.and.stars.inverse",
3030
foregroundColor: .orange
3131
),
32-
title: WhatsNew.Text(""),
32+
title: WhatsNew.Text("NEW"),
3333
subtitle: WhatsNew.Text(NSLocalizedString("Fix wrong widget theme when changing different languages", comment: ""))
3434
),
3535
.init(
3636
image: .init(
3737
systemName: "wand.and.stars.inverse",
3838
foregroundColor: .indigo
3939
),
40-
title: WhatsNew.Text(""),
40+
title: WhatsNew.Text("NEW"),
4141
subtitle: WhatsNew.Text(NSLocalizedString("Fix localization", comment: ""))
4242
),
4343
.init(
4444
image: .init(
4545
systemName: "wand.and.stars.inverse",
4646
foregroundColor: .green
4747
),
48-
title: WhatsNew.Text(""),
48+
title: WhatsNew.Text("NEW"),
4949
subtitle: WhatsNew.Text(NSLocalizedString("Fix action sheet crash", comment: ""))
5050
),
5151
.init(
5252
image: .init(
5353
systemName: "rectangle.portrait.inset.filled",
5454
foregroundColor: .teal
5555
),
56-
title: WhatsNew.Text(""),
56+
title: WhatsNew.Text("NEW"),
5757
subtitle: WhatsNew.Text(NSLocalizedString("Support portrait mode on iPad", comment: ""))
5858
),
5959
.init(

0 commit comments

Comments
 (0)