Skip to content

Releases: rust-windowing/keyboard-types

v0.8.0

29 Apr 11:40
Compare
Choose a tag to compare

Added

  • Added PartialOrd and Ord implementations: #52
  • Added Code::KeyboardBacklightToggle: #57
  • Improved documentation in a bunch of places (including adding documentation aliases/alternatives and fixing spelling errors).
  • Added #![no_std] support: #69
  • Added KeyState::is_down and KeyState::is_up: #53

Changed

  • BREAKING: Separate Key into Character and NamedKey: #50
  • Bumped MSRV to 1.61: #55
  • Marked legacy modifier keys and codes as deprecated: #49

Removed

  • BREAKING: Removed Display impl on CompositionState: #54
  • BREAKING: Removed Display impl on KeyState: #53
  • BREAKING: Removed serde and webdriver from default features: #67

Full Changelog: v0.7.0...v0.8.0