Releases: rust-embedded-community/pc-keyboard
Releases · rust-embedded-community/pc-keyboard
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::new
is 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