Skip to content

Releases: dandacompany/waveterm

Wave Terminal v0.14.8 Release

Pre-release

Choose a tag to compare

@dandacompany dandacompany released this 02 Jul 06:28

Changes

  • Fix config loader crashing on macOS AppleDouble sidecar files (._*.json) — skip hidden files in config directories and exclude them from embedded defaults (fixes json syntax error: invalid character '\x00' on startup)
  • Includes all IME composition fixes from this branch

Commit: 5f8b75f

Wave Terminal v0.14.7 Release

Pre-release

Choose a tag to compare

@dandacompany dandacompany released this 18 Jun 07:36

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

Choose a tag to compare

@dandacompany dandacompany released this 01 Jun 16:05

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

Pre-release

Choose a tag to compare

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

Pre-release

Choose a tag to compare

Test installers for PR 3331 at 90749e9. Adds an IME composition ordering guard for Korean/CJK text followed by Space.

IME composition test 02760364

Pre-release

Choose a tag to compare

Test installers for PR 3331 at 0276036. Extends IME composition ordering to punctuation suffixes and removes control-regex checks.