Cursive v0.11.2 Release Notes

Release Date: 2019-04-18 // about 5 years ago
  • ⚡️ API updates

    • Bring back Cursive::set_fps for <30Hz refresh rates.
    • ➕ Add Cursive::backend_name to get the name of the current backend.
    • ➕ Add a new backend based on the crossterm library.
    • ➕ Add direct downcast methods to dyn AnyView
    • ➕ Add sort methods to SelectView

    👌 Improvements

    • 👌 Improved printer performance with styled spans.