1
0
mirror of https://blitiri.com.ar/repos/chasquid synced 2025-12-17 14:37:02 +00:00

docs: v1.16.0 release notes

This commit is contained in:
Alberto Bertogli
2025-06-07 12:26:29 +01:00
parent 2443dfc208
commit 377cd2fe65
2 changed files with 12 additions and 1 deletions

View File

@@ -86,7 +86,7 @@ pepe: jose
This is experimental as of chasquid 1.16.0, and subject to change. This is experimental as of chasquid 1.16.0, and subject to change.
### "Via" aliases (experimental) ### "Via" aliases (experimental) {#via}
!!! warning !!! warning

View File

@@ -5,6 +5,17 @@ This file contains notes for each release, summarizing changes and explicitly
noting backward-incompatible changes or known security issues. noting backward-incompatible changes or known security issues.
## 1.16.0 (2025-06-08)
- Minor bug fixes to `chasquid-util`.
- Return error on invalid aliases lines.
- Support [`*` as an alias destination user](aliases.md#catch-all)
*(experimental)*.
- Implement ["via" aliases](aliases.md#via) *(experimental)*.
- Make the max queue size and give up time
[configurable](man/chasquid.conf.5.md) *(experimental)*.
## 1.15.0 (2025-01-17) ## 1.15.0 (2025-01-17)
- Exit if there's an error reading users/aliases files on startup. - Exit if there's an error reading users/aliases files on startup.