Skip to content

LocalTerminal Lite v1.0.1

Choose a tag to compare

@wyj-IIRtyj wyj-IIRtyj released this 18 Jul 03:07
· 44 commits to main since this release
866e287

LocalTerminal Lite v1.0.1

This patch release fixes the installation and repeat-launch workflow.

Fixed

  • The first-run installers now register a per-user global localterminal-lite command on macOS and Windows.
  • The launcher records the actual Bun executable and actual Lite installation directory; it no longer assumes Bun is under $HOME/.bun.
  • macOS persists the launcher directory through the active zsh, bash, or POSIX shell profile.
  • Windows creates PowerShell and Command Prompt launchers and persists their directory to the user PATH.
  • Running the v1.0.1 installer over a recognized existing v1.0.0 installation safely repairs dependencies and the global launcher without deleting Lite settings.

After installation, open a new terminal and start Lite with:

localterminal-lite

Validation

  • Clean-home and repeat-repair installation tested on macOS.
  • Real archive download, locked dependency installation, launcher generation, and PATH persistence tested in both macOS and Windows CI.
  • Full 17-test suite passes on macOS, Windows, and Ubuntu.
  • Dependency audit reports no known vulnerabilities.

中文

本修复版完善安装与后续启动流程。首次安装会自动为当前用户注册全局 localterminal-lite 命令,启动器记录真实的 Bun 路径和 Lite 安装目录,不再假设 Bun 位于固定位置。macOS 自动写入 shell PATH;Windows 自动创建 PowerShell/命令提示符启动器并更新用户 PATH。已有 v1.0.0 安装可再运行一次 v1.0.1 安装命令来修复全局启动器,不会删除 Lite 配置。