Skip to content

v1.1.1

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Aug 09:09
· 2 commits to main since this release

Added

  • Remotes linked to multiple screens
    • Remotes can now be linked to either an ID or a Tag.
    • This allows two or more screens to be controlled at once.
    • Multilinked Remotes
  • New API functions:
    • reef:api/screen/clear
    • reef:api/screen/remove
    • Logically the same as their equivalent remote API functions but this will need to be executed as a screen entity.
  • New remote API functions:
    • reef:api/remote/unlinked_remote/link_id
    • reef:api/remote/unlinked_remote/link_tag
    • For multi-screen-linking logic.

Changed

  • The reef:api/screen/summon API function now accepts macro arguments.
    • tags: list[str] - Appends the tags to the summoned screen
  • Renamed reef:api/remote/unlinked_remote/link to reef:api/remote/unlinked_remote/link_id