Skip to content

Latest commit

 

History

History
217 lines (115 loc) · 12.2 KB

File metadata and controls

217 lines (115 loc) · 12.2 KB

Changelog

0.7.0 (2026-03-05)

⚠ BREAKING CHANGES

  • separate tunnels from backends
  • migrate to action-based architecture
  • restructure architecture with router, transport instances, and standalone sshtun-user (#35)
  • rewrite architecture with router and transport instances (#33)
  • add Shadowsocks provider and consolidate user management (#28)
  • Provider installation no longer automatically sets up SOCKS proxy or SSH tunnel users. These are now managed separately.
  • add Slipstream-Rust and improve SSH user management (#19)

Features

  • add CLI commands and integrate sshtun-user module (#13) (908c80a)
  • add remote e2e test script with named phases (cf9ec70)
  • add separators and external tools section to main menu (#50) (73bf7fa)
  • add Shadowsocks provider and consolidate user management (#28) (fec1b1e)
  • add Slipstream-Rust and improve SSH user management (#19) (ad5ba5b)
  • add TUI progress views with scrolling and centralized binary manager (d566b78)
  • add tunnel share command with dnst:// URL scheme (#66) (f8f8076)
  • add uninstall option to completely remove dnstt (#10) (ed46431)
  • add update command with pinned binary versions (#43) (0c8fdfd)
  • couple tunnel start/stop with enable/disable (87d61da)
  • decouple SOCKS and SSH user management from providers (#20) (9ba6a6a)
  • enhance config load with cleanup and path validation (98c70d1)
  • fix TUI flickering between menu transitions (5e9af93)
  • make MTU configurable in TUI interactive flow (#69) (6022421)
  • restructure architecture with router, transport instances, and standalone sshtun-user (#35) (37e609e)
  • rewrite architecture with router and transport instances (#33) (dd923bf)
  • rewrite CLI with Cobra, huh, and shared go-corelib/tui (#15) (84058b4)
  • rewrite dnstm in Go (701d3e1)
  • switch dnstt binaries to GitHub releases (#17) (b1f407c)

Bug Fixes

  • bump sshtun-user to v0.3.5 (#63) (500b896)
  • detect correct nobody group for microsocks service (69c0e35)
  • improve install UX and fix uninstall/tunnel-add bugs (49b0955)
  • pass --force to update when user confirms in install script (a702ce0)
  • prefer glibc microsocks build and restart services on reconfig (#30) (f8d8138)
  • read from /dev/tty and auto-install binaries in install script (fb872ba)

Code Refactoring

  • migrate to action-based architecture (3f43347)
  • separate tunnels from backends (dca42e7)

0.6.7 (2026-02-26)

Bug Fixes

0.6.6 (2026-02-24)

Features

  • add remote e2e test script with named phases (cf9ec70)

Bug Fixes

  • pass --force to update when user confirms in install script (a702ce0)

0.6.5 (2026-02-14)

Features

  • add separators and external tools section to main menu (#50) (73bf7fa)
  • couple tunnel start/stop with enable/disable (87d61da)

Bug Fixes

  • read from /dev/tty and auto-install binaries in install script (fb872ba)

0.6.4 (2026-02-07)

Features

  • fix TUI flickering between menu transitions (5e9af93)

0.6.3 (2026-02-06)

Features

  • add update command with pinned binary versions (#43) (0c8fdfd)

Bug Fixes

  • detect correct nobody group for microsocks service (69c0e35)

0.6.2 (2026-02-01)

Bug Fixes

  • improve install UX and fix uninstall/tunnel-add bugs (49b0955)

0.6.1 (2026-02-01)

Features

  • enhance config load with cleanup and path validation (98c70d1)

0.6.0 (2026-02-01)

⚠ BREAKING CHANGES

  • separate tunnels from backends
  • migrate to action-based architecture

Features

  • add TUI progress views with scrolling and centralized binary manager (d566b78)

Code Refactoring

  • migrate to action-based architecture (3f43347)
  • separate tunnels from backends (dca42e7)

0.5.0 (2026-01-29)

⚠ BREAKING CHANGES

  • restructure architecture with router, transport instances, and standalone sshtun-user (#35)
  • rewrite architecture with router and transport instances (#33)

Features

  • restructure architecture with router, transport instances, and standalone sshtun-user (#35) (37e609e)
  • rewrite architecture with router and transport instances (#33) (dd923bf)

0.4.1 (2026-01-27)

Bug Fixes

  • prefer glibc microsocks build and restart services on reconfig (#30) (f8d8138)

0.4.0 (2026-01-27)

⚠ BREAKING CHANGES

  • add Shadowsocks provider and consolidate user management (#28)

Features

  • add Shadowsocks provider and consolidate user management (#28) (fec1b1e)

0.3.0 (2026-01-25)

⚠ BREAKING CHANGES

  • Provider installation no longer automatically sets up SOCKS proxy or SSH tunnel users. These are now managed separately.

Features

  • decouple SOCKS and SSH user management from providers (#20) (9ba6a6a)

0.2.0 (2026-01-25)

⚠ BREAKING CHANGES

  • add Slipstream-Rust and improve SSH user management (#19)

Features

  • add Slipstream-Rust and improve SSH user management (#19) (ad5ba5b)
  • switch dnstt binaries to GitHub releases (#17) (b1f407c)

0.1.3 (2026-01-24)

Features

  • rewrite CLI with Cobra, huh, and shared go-corelib/tui (#15) (84058b4)

0.1.2 (2026-01-24)

Features

  • add CLI commands and integrate sshtun-user module (#13) (908c80a)

0.1.1 (2026-01-22)

Features

  • add uninstall option to completely remove dnstt (#10) (ed46431)

0.1.0 (2026-01-22)

Features