Skip to content

vnm_terminal v1.0.1

Choose a tag to compare

@imakris imakris released this 21 May 22:29

vnm_terminal v1.0.1 patch release.

Windows portable binary:

  • Download vnm_terminal_v1.0.1_w64.zip.
  • Top-level vnm_terminal.exe is the portable launcher.
  • Runtime files live in vnm_terminal_runtime.
  • Built Release/MinGW with VNM_TERMINAL_ENABLE_PROFILING=OFF.
  • Build info records app commit cc66f90 and surface commit 5052152.

macOS app bundle:

  • Download vnm_terminal_v1.0.1_macos_x64_unnotarized.zip.
  • This build is ad-hoc signed but not Apple-notarized.
  • Gatekeeper may block it on first run; users must explicitly allow it if they trust the build.
  • Built on GitHub Actions macos-15-intel with Qt 6.10.1 clang_64.
  • Runtime deployed with macdeployqt.
  • Built with VNM_TERMINAL_ENABLE_PROFILING=OFF.

Changes since v1.0:

  • Fixed Shift+Enter input handling for Codex-style multiline prompts on Windows/ConPTY.
  • Improved scrollback preservation across synchronized repaint and resize flows.
  • Refined custom window chrome spacing and terminal content border drawing.