Releases: dandacompany/waveterm
Release list
Wave Terminal v0.14.8 Release
Changes
- Fix config loader crashing on macOS AppleDouble sidecar files (
._*.json) — skip hidden files in config directories and exclude them from embedded defaults (fixesjson syntax error: invalid character '\x00'on startup) - Includes all IME composition fixes from this branch
Commit: 5f8b75f
Wave Terminal v0.14.7 Release
Adds an in-app tab close confirmation dialog with a Do not ask me again option, and bumps Wave to 0.14.7.\n\nBuilt locally with task package. macOS arm64/x64 DMGs were verified to include wavesrv and wsh binaries under app.asar.unpacked/dist/bin.
Wave 0.14.6
Wave 0.14.6
Patch release focused on terminal IME input reliability and release packaging safety.
Fixes
- Fixed Korean IME composition ordering when Enter is pressed before the final consonant is committed.
- Reduced intermittent duplicated input when switching between English and Korean input modes.
Packaging
- Added package-time validation for required Wave backend binaries so broken installers fail before release.
- Fixed the package task ordering so clean/build steps cannot race and remove packaged binaries.
Verification
- Added focused IME ordering tests.
- Built and verified macOS, Linux, and Windows packages. macOS DMGs are notarized and stapled.
IME composition test build ada924de
Test installers for PR wavetermdev#3331 at commit ada924d. Includes IME composition handling, multilingual terminal font fallback, and non-WebGL terminal rendering by default.
IME composition test 90749e99
Test installers for PR 3331 at 90749e9. Adds an IME composition ordering guard for Korean/CJK text followed by Space.
IME composition test 02760364
Test installers for PR 3331 at 0276036. Extends IME composition ordering to punctuation suffixes and removes control-regex checks.