Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Nov 22:01
· 306 commits to master since this release
0a937a6

⚠ Breaking Changes:

  • Backend storage format has been switched from JSON-file to database. Migrations must be run before use of v3.x version. See README for instructions.
  • Some template function have been migrated to a new function collection. See migration section of Templating documentation for required changes.

Changelog:

  • New Features

    • [core] Add config validation command
    • [core] Add rule-subscription feature
    • [core] Add outbound_raid event
    • [customevent] Add scheduled custom events
    • [templating] Add jsonAPI template function
  • Improvements

    • [core] Move storage to database (#30, #32) ⚠
    • [core] Allow to pass ID to channel modification
    • [core] Extend API and replace deprecated chat commands (#34)
    • [editor] Add all template functions to highlighter
    • [overlays] Add hide option to debug overlay
    • [templating] Add sprig functions, replace some built-ins ⚠
  • Bugfixes

    • [core] Fix: Allow 5s for rule updates