Skip to content

v0.28.2-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Sep 00:11
· 137 commits to main since this release
68886d1

v0.28.2-alpha.1 - 2024-09-07

Bug Fixes

  • 0f48239 (terminal) Resize() now resizes fixed viewports by @Patryk27 in #1353

    Terminal::resize() on a fixed viewport used to do nothing due to
    an accidentally shadowed variable. This now works as intended.

  • 68886d1 (uncategorized) Add unstable-backend-writer feature by @Patryk27 in #1352

    #991 created a new unstable
    feature, but forgot to add it to Cargo.toml, making it impossible to use
    on newer versions of rustc - this commit fixes it.

Refactor

Documentation

Styling

Miscellaneous Tasks

New Contributors

Full Changelog: v0.28.1...v0.28.2-alpha.1