Skip to content

v2.1.0

Compare
Choose a tag to compare
@lhermann lhermann released this 12 Dec 18:57
· 42 commits to main since this release
5b74bfd

Release v2.1.0: Adds "Create Timer" and "Create Message" presets

Implements enhancements to the stagetimer.io API v1:

  • New timer endpoints added: /create_timer, /update_timer, /delete_timer
  • New timer properties: start_time, start_date, finish_time, finish_date, appearance, trigger, type.
  • start_time and finish_time allow setting hard start and finish times for cues, supporting both date and time-based scheduling.
  • appearance, trigger, and type properties provide additional control over timer behavior and display.
  • New message endpoints added: /create_message, /update_message, /delete_message
  • Enhanced flexibility in message management with the updated /hide_message endpoint, allowing hiding messages without specific arguments.
  • Full API documentation: https://stagetimer.io/docs/api-v1/
  • Full companion module documentation: https://stagetimer.io/docs/integration-with-streamdeck-companion/