diff --git a/CHANGELOG.md b/CHANGELOG.md index d992298..3c1ca46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed `TUI under 0.3.3` +- Some bugs with keyboard controls on some terminals + ### Added `TUI under 0.3.2` - Menu bar similar to the [EGui] UI to select files and save/load state, etc... - File explorer in the terminal to open files and select games diff --git a/Cargo.lock b/Cargo.lock index 68b7177..6e8a66f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2588,7 +2588,7 @@ dependencies = [ [[package]] name = "plastic_tui" -version = "0.3.2" +version = "0.3.3" dependencies = [ "crossterm", "directories", diff --git a/plastic_tui/Cargo.toml b/plastic_tui/Cargo.toml index f770278..98a9432 100644 --- a/plastic_tui/Cargo.toml +++ b/plastic_tui/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "plastic_tui" -version = "0.3.2" +version = "0.3.3" authors = ["Amjad Alsharafi "] edition = "2021" description = "An accurate NES emulator. Front-end terminal interface (TUI) for plastic-core"