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

Bump pc-keyboard from 0.6.1 to 0.8.0 #658

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 16, 2024

Bumps pc-keyboard from 0.6.1 to 0.8.0.

Release notes

Sourced from pc-keyboard's releases.

Release v0.8.0

What's Changed

New Contributors

Full Changelog: rust-embedded-community/pc-keyboard@v0.7.0...v0.8.0

Release v0.7.0

No release notes provided.

Changelog

Sourced from pc-keyboard's changelog.

v0.8.0 (13 Sep 2024)

  • Add 102/105-key Finnish/Swedish layout
  • Add 102/105-key Norwegian layout
  • Fix broken Backslash for Us104 layout
  • Fix < and > for Azerty layout
  • Renamed Modifiers::alt_gr to Modifiers::ralt and add Modifiers::lalt

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.
Commits
  • e29a30e Silence some clippy warnings.
  • 57182d6 Bump to 0.8.0
  • 42acef2 Corrected layout of OEM keys.
  • 5c904e8 Fix keyboard ascii art.
  • 9acb8ca Removed non printed bindings and comments
  • 8999845 cargo fmt -- --check: 2 spurious spaces removed
  • 79b7b3c Better comments, added numpad AltGr+Shift, test of '<' on Oem5
  • e4f0b86 Bug for Oem5 giving *µ instead of <>, amelioration for ² giving ¹³, comments ...
  • 4aa5ef6 Add getter for the Modifiers struct to Keyboard (#40)
  • 327a855 Update README.md
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
pc-keyboard [>= 0.7.a, < 0.8]

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pc-keyboard](https://github.com/rust-embedded-community/pc-keyboard) from 0.6.1 to 0.8.0.
- [Release notes](https://github.com/rust-embedded-community/pc-keyboard/releases)
- [Changelog](https://github.com/rust-embedded-community/pc-keyboard/blob/main/CHANGELOG.md)
- [Commits](rust-embedded-community/pc-keyboard@v0.6.1...v0.8.0)

---
updated-dependencies:
- dependency-name: pc-keyboard
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants