Skip to content

Release 1.1.0

Latest
Compare
Choose a tag to compare
@ElianKars ElianKars released this 28 Jul 22:54

1.1.0

Added

  • Counter synchronization
    Counters that share the same Sync group ID mirror each other. Incrementing any one of them immediately updates the others.
    Typical use-case: embed a hidden Counter in a Multi Action to bump a visible Counter button. See the Usage section for details.

  • Display-only counters
    Set 'Display-only' to prevent user input; pressing it won't do anything.
    Typical use-case: The Counter is incremented by a Multi Action, so this button should serve purely as a display and not accept direct input.

Changed (possibly BREAKING)

  • New field names
    The new functionality required some field renaming, plus two new fields.
Old field New field Applies to
sharedId Reset group ID Increment Counter
--- Sync group ID Increment Counter / Reset Counters
--- Display only Increment Counter
Target Shared ID Reset group ID Reset Counters
Initial title Normal-state title Reset Counters
Wait for confirmation (seconds) Second press timeout Reset Counters

Upgrade note: Profiles created prior to this version may show empty values for the renamed fields; set them once to re-link.