Prepare new release v0.16.7.

This commit is contained in:
Sebastian Jeltsch
2025-08-30 14:16:34 +02:00
parent 45783ac67c
commit 41427d3da0
+8
View File
@@ -1,3 +1,11 @@
## v0.16.7
* Fix and improve email-template forms in admin UI
* Fix mapping of form to config fields
* Allow individual setting of subject or body as well es un-setting either.
* Check that body contains `{{CODE}}` or `{{VERIFICATION _URL}}`.
* Update Rust dependencies.
## v0.16.6
* Fix slow startup of streaming connections. Previously, clients would consider connections established only after first observed change or heartbeat. Thanks @daniel-vainsencher and meghprkh!