Skip to content

v0.7.0

Choose a tag to compare

@ctate ctate released this 16 Mar 02:14
558190e

Features

  • Windows support: Full cross-platform support for Windows. Uses os.tmpdir() for state directory, netstat for port detection, certutil for CA trust, and platform-aware command spawning. Includes Windows CI. (#6)

Bug Fixes

  • --name sanitization in portless run: Stop replacing dots with hyphens in --name values. Dots are valid and intentional in hostnames like local.metaview. (#108)
  • Worktree prefix only for linked worktrees: Only prepend the branch name for linked worktrees, not the root worktree. Previously any non-main branch got a prefix when multiple worktrees existed. (#108)
  • Windows hosts file paths: Use platform-aware hosts file path and error messages (Administrator vs sudo). (#113)

Contributors