prepare release v3.16.0

This commit is contained in:
Knut Ahlers 2023-08-22 18:02:59 +02:00
parent 9d75722a0f
commit 6cb9ef7543
Signed by: luzifer
GPG Key ID: D91C3E91E4CAD6F5

View File

@ -1,3 +1,20 @@
# 3.16.0 / 2023-08-22
* New Features
* [clip] Add `clip` actor
* [messagehook] Add actor for Discord / Slack hook posts
* [overlays] Add `sounds` overlay as default
* [templating] Add `profileImage` function
* Improvements
* [docs] Move documentation from Wiki to docs-site (#49)
* [docs] Add Apache2 config sample (thanks to @Breitling1992)
* [docs] Add "VIP of the Month" example rule (thanks to @Breitling1992)
* Bugfixes
* [core] Fix: Clean usernames when querying user information
* [editor] Add `shoutout_created` to frontend-known events
# 3.15.0 / 2023-08-04
* New Features