Skip to content

Bump to 0.7.0 #32

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

Merged
merged 1 commit into from
Feb 12, 2023
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
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,20 @@

## Unreleased

* None

## v0.7.0 (12 Feb 2022)

* Changed ordering of `enum KeyCode` and names of several of the keys
* Made 'enum KeyCode' FFI safe
* Support the mysterious 'Right Control 2' and 'Right Alt 2' so that Pause/Break
and Print Screen do the right thing.
* Fix the Backslash/Tilde swap on the UK Layout.
* Added split PS/2 Decoder, Scancode interpreter and Event Decoder objects
* Added example code
* Improved docs - ASCII-art diagrams of ISO 102/105, ANSI 101/104 and JIS 106/109 keyboards.

## v0.6.1 (20 October 2022)
## v0.6.1 (20 Oct 2022)

* Fix Control-Letter codes on AZERTY

Expand All @@ -21,7 +29,7 @@
* Add Colemak, Dvorak Programmer and DE layouts
* MSRV increased to Rust 1.61

## v0.5.1 (19 July 2020)
## v0.5.1 (19 Jul 2020)

* Add Dvorak, JIS and Azerty layouts

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "pc-keyboard"
version = "0.6.1"
version = "0.7.0"
authors = ["Jonathan 'theJPster' Pallant <[email protected]>", "Rust Embedded Community Contributors"]
description = "PS/2 keyboard interface library."
keywords = ["arm", "cortex-m", "template", "video", "menu"]
keywords = ["keyboard", "ps/2", "scancode", "layout"]
categories = ["embedded", "no-std"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-embedded-community/pc-keyboard.git"
Expand Down