Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.05 KB

File metadata and controls

35 lines (22 loc) · 1.05 KB

Changelog

All notable changes to Wormkey will be documented in this file.

The format is based on Keep a Changelog.


[0.2.0] - TBD

Added

  • Interactive CLI — Keyboard shortcuts: L (open in browser), C (copy URL), P (pause), R (resume), Q (close)
  • QR code — Terminal QR code printed after share URL for mobile scanning
  • Expiration enforcement — Tunnels auto-close when --expires is reached
  • Status commandwormkey status shows URL, viewers, uptime
  • Pause/Resume — Pause tunnel during demos; new requests return 503 until resumed
  • Session state — Persisted to ~/.wormkey/p.json for status command

Changed

  • Tunnel output format: "Tunnel ready" with Share/QR/shortcuts
  • Non-TTY fallback: static output with "Press Ctrl+C to close"

Protocol

  • New frame types: 0x0B PAUSE, 0x0C RESUME (CLI → Gateway)

[0.1.5] - Previous

  • Initial public release
  • wormkey http <port> with --auth, --expires
  • Owner claim URL, overlay script integration