Skip to content

Latest commit

 

History

History
172 lines (94 loc) · 2.89 KB

CHANGELOG.md

File metadata and controls

172 lines (94 loc) · 2.89 KB

Change Log

0.4.0

🐞 Fix

  • Fix package exports.

0.3.9

♻️ Changed

  • Remove SVG reference from Icon documentation.

0.3.8

🐞 Fix

  • Fix Icon incorrectly allowing SVG images.

0.3.7

✨ New

  • Add Stream Deck 6.8.

0.3.6

✨ New

  • Add Stream Deck 6.7.

0.3.5

✨ New

  • Add @elgato/schemas/streamdeck/plugins/json export.

0.3.4

🐞 Fix

  • Fix Version format documentation.

0.3.3

🐞 Fix

  • Fix patterns for CategoryIcon, Icon, PropertyInspectorPath, and UUID.
  • Fix patterns for CodePath, CodePathMac, and CodePathWin.
  • Fix patterns for an action's Icon, PropertyInspectorPath, and UUID.
  • Fix patterns for an encoder's Icon, background, and layout.
  • Fix patterns for a state's Image, and MultiActionImage.
  • Fix pattern for a profile's Name.

0.3.2

♻️ Changed

  • Actions[].States can now contain more than 2 states.

0.3.1

🐞 Fix

  • Fix missing MinimumVersion values.

0.3.0

♻️ Changed

  • Renamed SCUF device type to SCUFController.

0.3.0

♻️ Changed

  • Renamed SCUF device type to SCUFController.

0.2.2

✨ New

  • Add ScufGamepad and StreamDeckNeo device hints to manifest documentation.

0.2.1

✨ New

  • Add ScufGamepad and StreamDeckNeo device types.

0.2.0

✨ New

  • Add Profiles[].AutoInstall, introduced in Stream Deck 6.6.

⚠️ Breaking

  • Remove $schema property from TypeScript types.

0.1.8

🐞 Fix

  • Version fix.

0.1.7

🐞 Fix

  • Update Version to require a major, minor, patch, and build numbers.
  • Prevent Version from having leading zeroes, for example 1.002.3.4; non-leading zeroes are still permitted.

0.1.6

✨ New

  • Add Actions[].OS, introduced in Stream Deck 6.6.

0.1.5

✨ New

0.1.4

🐞 Fix

  • Loosen rules on Version within manifest to allow more types; valid formats are now {major}, {major}.{minor}, {major}.{minor}.{patch}, and {major}.{minor}.{patch}.{build}.

0.1.3

✨ New

  • Add support for CommonJS.

0.1.2

🐞 Fix

  • Fix pattern for identifiers (action and plugin UUIDs).

0.1.1

✨ New

  • Add imageDimensions schema type.

0.1.0

✨ New

  • Add JSON schema for Stream Deck plugin's manifest.
  • Add TypeScript declaration for Stream Deck plugin's manifest.
  • Add JSON schema for Stream Deck plugin's layout.
  • Add TypeScript declaration for Stream Deck plugin's layout.
  • Add custom keyword definitions.