tui-rs v0.4.0 Release Notes

Release Date: 2019-02-03 // about 5 years ago
  • ๐Ÿ”‹ Features

    • โž• Add a new canvas shape: Rectangle.
    • ๐Ÿ‘ Official support of Crossterm backend.
    • ๐Ÿ‘‰ Make it possible to choose the divider between Tabs.
    • โž• Add word wrapping on Paragraph.
    • The gauge widget accepts a ratio (f64 between 0 and 1) in addition of a percentage.

    ๐Ÿ’ฅ Breaking Changes

    • โฌ†๏ธ Upgrade to Rust 2018 edition.

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix rendering of double-width characters.
    • ๐Ÿ›  Fix race condition on the size of the terminal and expose a size that is safe to use when drawing through Frame::size.
    • Prevent unsigned int overflow on large screens.