Releases: rust-embedded-community/pc-keyboard
Releases · rust-embedded-community/pc-keyboard
Release v0.9.0
What's Changed
- Fix De105Key layout: add missing AltGr keys by @rsahwe in #49
- Fix Ctrl combination handling for Colemak and De105Key layouts #50 by @rsahwe in #51
- Fix the 'layout' example. by @thejpster in #53
- Update and simplify workflows by @thejpster in #54
- Better layout docs and source by @thejpster in #52
- USB HID support by @thejpster in #57
- Add CONTRIBUTING.md by @thejpster in #58
- Release v0.9.0 by @thejpster in #60
New Contributors
Full Changelog: v0.8.0...v0.9.0
Release v0.8.0
What's Changed
- Update AltGr handling to accept Ctrl+Alt, add Norwegian keyboard layout by @alexrsagen in #34
- Update CHANGELOG.md to add No105 by @jonathanpallant in #35
- Fix Norwegian layout by @SPuntte in #37
- Add Finnish/Swedish keyboard layout by @SPuntte in #38
- Add getter for the Modifiers struct to Keyboard by @iTitus in #40
- Azerty changes by @CHiPs44 in #42
- Fix US backslash by @thejpster in #46
New Contributors
- @alexrsagen made their first contribution in #34
- @jonathanpallant made their first contribution in #35
- @SPuntte made their first contribution in #37
- @iTitus made their first contribution in #40
- @CHiPs44 made their first contribution in #42
Full Changelog: v0.7.0...v0.8.0
Release v0.7.0
Release v0.7.0
Release v0.6.1
- Fix Control-Letter codes on AZERTY
Release v0.6.0
Keyboard::newis now const- Layout and Scan Code Set are now const-generics, not arguments
- Pause/Break and Print Screen now work correctly
- KeyCode is now non-exhaustive
- KeyState includes 'SingleShot' for keys with no break code
- Add Colemak, Dvorak Programmer and DE layouts
- MSRV increased to Rust 1.61