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.
0.3.0 - 2024-12-09
- (deps) update ratatui requirement from 0.28.0 to 0.29.0 (#21)
0.2.4 - 2024-08-26
- (deps) update ratatui requirement from 0.27.0 to 0.28.0 (#19)
0.2.3 - 2024-08-06
- clippy lints (#11)
- (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
- Update ratatui requirement from 0.26.1 to 0.27.0 (#7)
0.2.1 - 2024-04-05
- Create demo and refactor basic.rs (#3)