Skip to content

Jarock 0.0.128-beta

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 12 Aug 12:42
· 16 commits to main since this release

Changes in this release

  • 1d059a3 v0.0.128-beta: fix TUI menu action dispatch

Changelog

[0.0.128-beta]

  • Fixed TUI menu activation in standalone Windows builds: Enter is now handled by the focused OpenTUI Select through its onKeyDown path, including Windows backends that report the key as enter, return or linefeed.
  • Fixed mouse activation by binding every TUI selection screen to a direct action callback. A left-click now selects the visible row, accounts for the current scroll offset and executes the associated action instead of only highlighting it.
  • Removed the unreliable global renderer.keyInput fallback that could bypass OpenTUI's focused-control dispatch and leave menu actions unexecuted. Added regression assertions for the direct keyboard and mouse activation paths.