Skip to content

v0.4.5

Choose a tag to compare

@julesklordjulesklord released this 29 Apr 11:08
· 85 commits to main since this release

Changed

  • Core Dependency Overhaul: Updated ratatui to v0.30 and crossterm to v0.29 for improved performance and modern API support.
  • API Migration: Refactored rendering logic to use Frame::area() instead of the deprecated f.size().
  • System Identity Handling: Updated whoami to v2.1, implementing robust Result handling for username and hostname resolution.
  • ANSI Rendering Pipeline: Migrated ansi-to-tui to v8.0, optimizing the byte-stream to TUI text conversion trait.
  • Modernized Toolchain: Updated project to Rust 2024 edition.

Fixed

  • Compiler Warnings Purge: Resolved all deprecation warnings related to TUI and system identity crates.