Jarock 0.0.126-beta
Pre-release
Pre-release
·
18 commits
to main
since this release
Changes in this release
- 61151d5 v0.0.126-beta: add reliable TUI keyboard and mouse fallback
Changelog
[0.0.126-beta]
- Added a direct keyboard fallback for the standalone Windows TUI: keypresses are forwarded to the currently focused OpenTUI control and handled only once, so arrows, Enter and text input continue to work when the compiled Bun event bridge does not dispatch to the focused renderable.
- Added explicit left-click handling to every TUI selection menu. The clicked row is converted to a menu option, focused and activated, including the main menu, world menu, settings menu and remembered-world choice.
- Extended the Windows startup regression assertions to cover the keyboard and mouse fallback paths.