Skip to content

v0.1.9

Compare
Choose a tag to compare
@a-kenji a-kenji released this 28 Mar 14:03
· 108 commits to release since this release

This release is compatible with the currently released ratatui: v0.26.1.

This release increases tui-term's flexibility.

The two notable changes are breaking changes:

  • Looser coupling with vt100 #152
    It is now possible to implement the Screen trait for alternative backend parser implementations.
    • PseudoTerminal now contains a generic.
    • Automatic dereferencing no longer works for the constructor e.g. PseudoTerminal::new(&parser.screen()) will fail.
  • ratatui's default features are not activated by default anymore, allowing for easier composition with backends other than crossterm
    • consumers might need to manually activate the default features of ratatui now.

What's Changed

New Contributors

Full Changelog: v0.1.8...v0.1.9