Skip to content
This repository was archived by the owner on Apr 29, 2025. It is now read-only.

v3.28.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jan 15:27
· 70 commits to master since this release

Features

  • web: wrap app in errorboundary (Linden)

Bug Fixes

  • package/notify: add missing sound type (#664) #664 (mardev)
  • table: respect falsey value for addDuplicateNumbers (#672) #672 (Stan)
  • client/progress: playEnter arg for scenarios in progress bar (#671) #671 (Noah)
  • cron: prevent duplicate executions and enhance type safety (#690) #690 (Judd)
  • client/zones: use arrays for temporary zone tables (Linden)
  • menu: prevent opening empty menu (#675) #675 (BerkieBb)
  • marker: logical error when setting faceCamera (#686) #686 (NotSomething0)
  • callback: support __call metatables as cb function (Linden)
  • timer: re-enable onEnd after stopping a timer (Linden)

Code Refactoring

Chores