Skip to content

Latest commit

 

History

History
62 lines (48 loc) · 2.3 KB

CHANGELOG.md

File metadata and controls

62 lines (48 loc) · 2.3 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

0.7.0 - 2023-04-02

Added

  • Device types from Stream Deck software version 5.2 are back.
  • All the message structs now have both Serialize and Deserialize
  • Device types from Stream Deck software version 6.0 (Stream Deck +).
  • The title and image can now be set for particular states.
  • The user's preferred colors are now included in the registration info.

0.6.0 - 2023-02-05

Removed

  • Device types from Stream Deck software version 5.2 were accidentally removed from this version.

0.5.1 - 2022-08-13

Added

  • Device types from Stream Deck software version 5.2.

Changed

  • Updated to Tokio 1.5.

0.5.0 - 2020-05-16

Changed

  • Now compatible with futures 0.3.

0.4.0 - 2019-08-24

Fixed

  • VisibilityPayload<S>::State and KeyPayload<S>::State are now Option<u8> for compatibility with plugins that don't have states. #3

0.3.0 - 2019-06-15

Added

  • New events and properties from Stream Deck software version 4.3.

Changed

  • Unrecognized events are now reported as Message::Unknown instead of an error.

0.2.0 - 2019-03-10

Added

  • Logging support via Slog.

Changed

0.1.0 - 2019-01-14

Added

  • Command line parsing.
  • Protocol for registration and message handling.