Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gamepad for egui And updating deps #45

Merged
merged 3 commits into from
Nov 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,19 @@ 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
- Debian package for `plastic`.
- `.desktop` file and `man` page for `plastic`.
- More checks in CI.
- Gamepad support for the Egui UI.

### Changed
- Updated dependancies to latest versions.

### Added `TUI under 0.3.2`
### Fixed
- Some machines having issues with initializing audio (https://github.com/Amjad50/dynwave/issues/2).
#### TUI
- Some bugs with keyboard controls on some terminals.
- 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

Expand Down
Loading
Loading