Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.47 KB

CHANGELOG.md

File metadata and controls

34 lines (23 loc) · 1.47 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

0.2.4 - 2024-08-26

Other

  • (deps) update ratatui requirement from 0.27.0 to 0.28.0 (#19)

0.2.3 - 2024-08-06

Fixed

  • clippy lints (#11)

Other

  • (deps) use ratatui::crossterm instead of importing crossterm (#16)
  • Fix bar being freezed after moving left or right (#18)
  • add a nested group example, this demos how to handle deeply nested me… (#14)
  • add more items
  • don't run release-plz on pull requests (#10)

0.2.2 - 2024-06-25

Other

  • Update ratatui requirement from 0.26.1 to 0.27.0 (#7)

0.2.1 - 2024-04-05

Other

  • Create demo and refactor basic.rs (#3)