This release is compatible with the currently released ratatui: v0.30.0.
- The
unstablecontrollerfeature will be removed fromtui-termin an upcoming release. I added it to experiment with an easier way to integrate pseudoterminals into applications, but I have continued experimenting and I think this fits a separate crate better, that might make use oftui-termfor rendering itself. - The
blockfunctionality is planned to become an optional defaultblockfeature in the future, followingratatuirecommendation after their crate splitting. Allowing to not pull inratatui-widgets. Please reach out in #365 to discuss your needs, if that impacts you.
What's Changed
- vt100: simplify color mapping by @a-kenji in #367
- widget: add
CursorShapetoScreentrait by @a-kenji in #368
Full Changelog: v0.3.3...v0.3.4