Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 912 Bytes

CHANGELOG.md

File metadata and controls

24 lines (17 loc) · 912 Bytes

Next

  • Update to gren 4.4
  • Complete rendering refactor to reduce screen flicker and handle terminal resizes.
  • Your view returns a UI.Element instead of String
  • Your init now receives Tui.Environment which adds terminal column, row, and color support.
  • Add Escape variant to Tui.Input (TODO: change to functions)
  • Add Tui.exit, Tui.exitWithCode, and Tui.hideCursor

2.0.1 (2024-07-04)

  • Doc fixes

2.0.0 (2024-07-04)

  • Update to gren 0.4 and latest core and node packages
  • Move Ansi to a separate package
  • Complete rendering overhaul
    • Redrawing the screen now uses initial cursor position and accounts for scrolling. Fixes #1
    • Decouple rendering from update. Render at 60 fps like a game loop instead.

1.0.0 (2024-03-25)

  • Initial release