Skip to content

Commit 654a38e

Browse files
committed
update onboarding modal for emergency v0.14.3 release
1 parent 5facc78 commit 654a38e

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

frontend/app/onboarding/onboarding-common.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2026, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

4-
export const CurrentOnboardingVersion = "v0.14.2";
4+
export const CurrentOnboardingVersion = "v0.14.3";
55

66
export function OnboardingGradientBg() {
77
return (

frontend/app/onboarding/onboarding-upgrade-patch.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,10 @@ export const UpgradeOnboardingVersions: VersionConfig[] = [
133133
version: "v0.14.1",
134134
content: () => <UpgradeOnboardingModal_v0_14_1_Content />,
135135
prevText: "Prev (v0.14.0)",
136-
nextText: "Next (v0.14.2)",
136+
nextText: "Next (v0.14.3)",
137137
},
138138
{
139-
version: "v0.14.2",
139+
version: "v0.14.3",
140140
content: () => <UpgradeOnboardingModal_v0_14_2_Content />,
141141
prevText: "Prev (v0.14.1)",
142142
},

frontend/app/onboarding/onboarding-upgrade-v0142.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ const UpgradeOnboardingModal_v0_14_2_Content = () => {
1010
<div className="text-secondary leading-relaxed mb-4">
1111
<p className="mb-0">
1212
Wave v0.14.2 introduces a new block badge system for at-a-glance status, along with directory
13-
preview improvements and bug fixes.
13+
preview improvements and bug fixes. v0.14.3 is a patch release fixing a showstopper bug in
14+
onboarding.
1415
</p>
1516
</div>
1617

@@ -62,6 +63,9 @@ const UpgradeOnboardingModal_v0_14_2_Content = () => {
6263
<div className="text-foreground text-base font-semibold leading-[18px]">Other Changes</div>
6364
<div className="text-secondary leading-5">
6465
<ul className="list-disc list-outside space-y-1 pl-5">
66+
<li>
67+
<strong>[v0.14.3] </strong>[bugfix] Fixed a showstopper onboarding bug
68+
</li>
6569
<li>
6670
<strong>Directory Preview</strong> - Improved mod time formatting, zebra-striped rows,
6771
better default sort, and YAML file support

0 commit comments

Comments
 (0)