Skip to content

v2.2.0

Compare
Choose a tag to compare
@lhermann lhermann released this 26 Jun 15:15
· 12 commits to main since this release
ca05bf7

Release v2.2.0: Adds reset action and multiple variables

New features:

  • Adds action Transport: Reset: Reset or restart the currently highlighted timer, utilizing the new /reset API endpoint. (Resolves #11 and #14)
  • Handles new socket events current_timer and next_timer. See https://stagetimer.io/changelog/#version-213.
  • Adds new variables for the time display. The time display is equal to the Stagetimer output, taking timer appearance into account (Docs). (Resolves #12)
    • $(stagetimer:timeDisplay) - Time Display
    • $(stagetimer:timeDisplayHours) - Time Display (hours)
    • $(stagetimer:timeDisplayMinutes) - Time Display (minutes)
    • $(stagetimer:timeDisplaySeconds) - Time Display (seconds)
  • Adds some variable about the current timer:
    • $(stagetimer:currentTimerStartTime12h) - Hard start time (12h format, Docs)
    • $(stagetimer:currentTimerStartTime24h)- Hard start time (24h format, Docs)
  • Adds all new variables about the next timer:
    • $(stagetimer:nextTimerId) - Timer ID
    • $(stagetimer:nextTimerName) - Timer name
    • $(stagetimer:nextTimerSpeaker) - Timer speaker
    • $(stagetimer:nextTimerNotes) - Timer notes
    • $(stagetimer:nextTimerAppearance) – Timer appearance (Docs)
    • $(stagetimer:nextTimerStartTime12h) - Hard start time (12h format, Docs)
    • $(stagetimer:nextTimerStartTime24h)- Hard start time (24h format, Docs)
    • $(stagetimer:nextTimerDuration) - Timer duration
    • $(stagetimer:nextTimerDurationAsMs) - Timer duration (ms)