Skip to content

Commit

Permalink
Update Changelog. v3.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoquesada committed Nov 6, 2023
1 parent 724a521 commit f124c94
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.10.1] - 2023-11-05
### New
- Arduino: API to handle keyboard
- `Controller.isKeyboard()`
- `Controller.isKeypressed(KeyboardKey)`
- Sketch.cpp updated with Keyboard,Mouse,Gamepad,BalanceBoard code

### Changed
- Kconfig: Log Level "choice" and "int" as log level verbosity
- Easier to handle in code. Doesn't "pollute" the Kconfig options

### Fixed
- Arduino: Correctly report Keyboard/Mouse types [Github Issue #48][github_issue_48]
- Keyboard: Typos in Keyboard constants

[github_issue_48]: https://github.com/ricardoquesada/bluepad32/issues/48

## [3.10.0] - 2023-11-02
### New
- Keyboard support (BETA, might change in the futrure):
Expand Down

0 comments on commit f124c94

Please sign in to comment.