Skip to content

Commit ac04a3d

Browse files
authored
release notes for v0.12.5 (#2597)
1 parent 7b99b80 commit ac04a3d

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

docs/docs/releasenotes.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ sidebar_position: 200
66

77
# Release Notes
88

9+
### v0.12.5 — Nov 24, 2025
10+
11+
Quick patch release to fix paste behavior on Linux (prevent raw HTML from getting pasted to the terminal).
12+
913
### v0.12.4 — Nov 21, 2025
1014

1115
Quick patch release with bug fixes and minor improvements.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

4-
export const CurrentOnboardingVersion = "v0.12.4";
4+
export const CurrentOnboardingVersion = "v0.12.5";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const versions: VersionConfig[] = [
3838
nextText: "Next (v0.12.3)",
3939
},
4040
{
41-
version: "v0.12.4",
41+
version: "v0.12.5",
4242
content: () => <UpgradeOnboardingModal_v0_12_3_Content />,
4343
prevText: "Prev (v0.12.2)",
4444
},

0 commit comments

Comments
 (0)