Skip to content

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 18 Jul 08:54

Changelog

  • 3ab449b chore(build): bump go toolchain to 1.26.5 to clear stdlib CVEs
  • 2185ce0 chore(build): stop tracking accidentally-committed portato.exe
  • f23677f chore(build): strip build paths from release binaries with -trimpath
  • b160435 ci(build): add govulncheck security workflow with weekly cron
  • c774951 ci(build): build golangci-lint from source under Go 1.26.5
  • 55c5c93 ci(build): run golangci-lint in CI
  • 77695e2 docs(doctor): describe Windows IPC and autostart checks in --help
  • 860b5e3 docs(phase-36): check off tasks and DoD after local verification
  • 962d620 docs(phase-36): complete
  • a50ee67 docs(phase-36): plan
  • 1b0aa8f docs(phase-36): start
  • 54bc816 docs(phase-37): complete
  • 7701791 docs(phase-37): dark surface stays transparent everywhere
  • a4b1c96 docs(phase-37): start
  • 4bd4e5d docs(phase-38): complete
  • 2853ae0 docs(phase-38): start
  • 8cb9f80 docs(phase-39): complete
  • 9526823 docs(phase-39): start
  • d348f7d docs(readme): add security workflow badge
  • 4985a83 docs(readme): document Windows install and autostart
  • 8082198 docs(roadmap): note v0.3.x + Scoop auto-publish pipeline proven
  • 1ba9210 feat(editor): auto-bump the duplicated tuber's local port
  • c8275a1 feat(tui): column shrink priority + right-aligned uptime
  • 5a1f75d feat(tui): full-screen help view mirroring logs
  • 1d886b5 feat(tui): keep the list behind interactive prompts
  • d46dadb feat(tui): pin footer to bottom edge
  • 4eb0caa feat(tui): split mono connecting/connected indicator glyphs
  • 8bced81 feat(tui): width-aware footer with shared bindings source
  • 4379d92 fix(tui): correct dark/light palette contrast failures
  • 127b9c1 fix(tui): count Error in quit gate, unify q-quit microcopy
  • 42ca207 fix(tui): drop the socket path from the attach header
  • ad26783 fix(tui): point empty-state CTA at n, filter footer keys
  • f3a6f26 fix(tui): reliable light surface fill + theme-detection hardening
  • 3bb3c9a fix(tui): show the full selected-row error, keep its tail in the row
  • bb654a7 fix(tui): truncate ENDPOINT header to its column budget
  • 5153ba7 refactor(tui): move palette resolution onto Model
  • 7f9f415 refactor(tui): split TestColumnBudget width invariants for CodeFactor