Skip to content

Releases: williamwa/noni

Release list

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 01 May 03:13

Changelog

  • 7c5de85 fix pty: answer DSR (CSI 6 n) cursor-position queries

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 30 Apr 11:51

Changelog

  • 6052886 M1: daemon + CLI scaffold
  • b77d6cb M2: stable-state detection + key/secret + real Wait
  • e3a61de M3 part 1: layered prompt detector with rule-based recognition
  • c89c337 M3 part 2: vt10x virtual terminal replaces ad-hoc ANSI strip
  • 3da6e74 M4: noni doctor + friendly error messages
  • 66acdbc add DESIGN.md
  • d5235c7 add PLAN
  • cb88b81 add README
  • 4dfb315 add goreleaser + GitHub Actions release pipeline
  • e1b3548 add noni stream: real-time PTY tail
  • 6f807c0 fix detector: don't claim password for raw-mode TUI (gh, fzf, etc.)
  • 14c8bd1 fix doctor: locate 'true' via PATH instead of hardcoding /bin/true
  • 04259d8 fix stream: drain remaining chunks before end frame
  • aa6835f rename module path williamwang/noni → williamwa/noni to match repo