Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 1.26 KB

Changelog.md

File metadata and controls

45 lines (26 loc) · 1.26 KB

Change Log

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.

[1.1.0] - 2024-09-23

Removes the need for a macro.

You can now declare your Stream Deck layouts as regular Swift UI views. There is no need to implement StreamDeckView anymore.

Removed

[1.0.0] - 2024-08-22

This is the first official release. 🎉

Added

  • SDK - Error Handling: Auto-remove erroneous devices.

Changed

  • Example App - Stream Deck Connect App Detection: The example app now contains a check for the Stream Deck Connect app

[0.0.2-alpha] - 2024-04-18

This release adds support for the newest member in the Stream Deck family: Stream Deck Neo.

Make sure that you also update Stream Deck Connect which adds device support for Neo in the driver.

Added

  • Simulator for Neo

Changed

  • Example App now includes examples for Stream Deck Neo's new info panel and touch keys
  • Updated Readme and documentation

[0.0.1-alpha] - 2024-03-04

Initial alpha release.