Skip to content

Manifest generation and error handling

Choose a tag to compare

@GeekyEggo GeekyEggo released this 27 Aug 21:18

🚨 Breaking

  • Removed StreamDeckAction.Initialized event, please use StreamDeckAction.WillAppear
  • Removed StreamDeckAction<TSettings>.Settings to prevent misuse.

⭐ Added

  • Added automatic manifest generation!
  • Added support for initializing actions with their AppearancePayload.
  • Added action context when raising StreamDeckClient.Error (where possible).
  • Added support for FontFamilyType and FontStyleType.
  • Improved deadlock prevention for all WebSocket requests.

🐞 Fixed

  • Fixed DeviceType, PlatformType, and TitleAlignmentType.