Skip to content

Commit 6ebdfce

Browse files
committed
updates release notes for v0.11.5
1 parent 5c28874 commit 6ebdfce

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

docs/docs/releasenotes.mdx

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

77
# Release Notes
88

9+
### v0.11.5 — Aug 28, 2025
10+
11+
Another housekeeping release to modernize Wave and bring it more up to date.
12+
13+
* Wave AI Cloud Proxy now uses gpt-5-mini (upgraded from gpt-4o-mini)
14+
* Fixed JWT issue with running "Wave Apps" from widgets
15+
* Added an "$ENV:envvar:fallback" syntax to the config files to allow Wave's config to pick up values from the environment (mostly to allow moving secrets out of the config files)
16+
* New setting to disable showing overlay blocknums when holding Ctrl:Shift (`app:showoverlayblocknums`)
17+
* New setting to allow Shift-Enter to work with tools like Claude Code (`term:shiftenternewline`)
18+
* Upgraded frontend to React 19
19+
* Migrated more of the frontend to Tailwind v4 (work in progress)
20+
* Removed Universal MacOS build. 90% of Mac users are now on Apple Silicon, so universal build is less important (has a larger file size, and complicates the build process).
21+
* [bugfix] Removed build-ids in RPM build to try to fix conflicts with Slack
22+
* Removed some Wave v7 aware upgrades and old code paths
23+
* Internal cleanup, TypeScript errors, linting fixes, etc.
24+
* Other assorted Go/npm package bumps
25+
926
### v0.11.4 — Aug 19, 2025
1027

1128
Quick patch release to update packages, fix some security issues (with dependent packages), and some small bug fixes.

frontend/types/gotypes.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -832,6 +832,7 @@ declare global {
832832
"activity:fgminutes"?: number;
833833
"activity:openminutes"?: number;
834834
"app:firstday"?: boolean;
835+
"app:firstlaunch"?: boolean;
835836
"action:initiator"?: "keyboard" | "mouse";
836837
"debug:panictype"?: string;
837838
"block:view"?: string;

0 commit comments

Comments
 (0)