Another housekeeping release to modernize Wave and bring it more up to date.
- Wave AI Cloud Proxy now uses gpt-5-mini (upgraded from gpt-4o-mini)
- Fixed JWT issue with running "Wave Apps" from widgets
- 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)
- New setting to disable showing overlay blocknums when holding Ctrl:Shift (
app:showoverlayblocknums
) - New setting to allow Shift-Enter to work with tools like Claude Code (
term:shiftenternewline
) - Upgraded frontend to React 19
- Migrated more of the frontend to Tailwind v4 (work in progress)
- 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).
- [bugfix] Removed build-ids in RPM build to try to fix conflicts with Slack
- Removed some Wave v7 aware upgrades and old code paths
- Internal cleanup, TypeScript errors, linting fixes, etc.
- Other assorted Go/npm package bumps
What's Changed
- standalone fixes, linting errors, speedups, QOL changes ported from wave-12 branch by @sawka in #2271
- Bump the prod-dependencies-minor group across 1 directory with 9 updates by @dependabot[bot] in #2269
- Bump vite-plugin-static-copy from 3.1.1 to 3.1.2 by @dependabot[bot] in #2274
- migrate about modal to use tailwind by @sawka in #2275
- migrate TOS modal to use tailwind by @sawka in #2276
- Bump the electron-patch group with 3 updates by @dependabot[bot] in #2284
- term shiftenternewline config for claude code Shift+Enter support by @sawka in #2285
- update config system docs for AI by @sawka in #2286
- tailwind v4 updates (removing some more scss) by @sawka in #2287
- migrate to react 19 by @sawka in #2272
- Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.87.0 to 1.87.1 by @dependabot[bot] in #2281
- Bump google.golang.org/api from 0.247.0 to 0.248.0 by @dependabot[bot] in #2278
- Bump github.com/aws/aws-sdk-go-v2/config from 1.31.0 to 1.31.2 by @dependabot[bot] in #2279
- Bump @floating-ui/react from 0.27.15 to 0.27.16 in the prod-dependencies-patch group by @dependabot[bot] in #2282
- add config setting to disable overlay blocknums from showing when holding ctrl:shift by @sawka in #2288
- Bump actions/create-github-app-token from 1 to 2 in /.github/workflows by @dependabot[bot] in #2095
- fix some telemetry events by @sawka in #2289
- implement cmd:jwt and fix remote execution of commands by @sawka in #2292
- implement $ENV:[env-var]:[fallback] config replacements by @sawka in #2293
- remove old electron types (pulling old version of electron) by @sawka in #2294
- try fixing electron-builder issue with single arch files by @sawka in #2295
- remove universal builds, fix cleaning/wsh building by @sawka in #2296
- detect firstlaunch, also remove old history migration code by @sawka in #2298
- remove .build-id links for rpm builds to fix slack conflict (#2277) by @sawka in #2299
- switch to using gpt-5-mini for free proxy by @sawka in #2297
- updates release notes for v0.11.5 by @sawka in #2300
- move rpm section to top level instead of under linux by @sawka in #2301
Full Changelog: v0.11.4...v0.11.5