mirror of
https://mau.dev/mautrix/go.git
synced 2026-03-14 14:25:53 +01:00
Bump version to v0.16.2
This commit is contained in:
parent
d8e28be543
commit
e606259d3d
2 changed files with 4 additions and 2 deletions
|
|
@ -1,10 +1,12 @@
|
|||
## v0.16.2 (unreleased)
|
||||
## v0.16.2 (2023-11-16)
|
||||
|
||||
* *(event)* Added `Redacts` field to `RedactionEventContent` for room v11+.
|
||||
* *(event)* Added `ReverseTextToHTML` which reverses the changes made by
|
||||
`TextToHTML` (i.e. unescapes HTML characters and replaces `<br/>` with `\n`).
|
||||
* *(bridge)* Added global zerologger to ensure all logs go through the bridge
|
||||
logger.
|
||||
* *(bridge)* Changed encryption error messages to be sent in a thread if the
|
||||
message that failed to decrypt was in a thread.
|
||||
|
||||
## v0.16.1 (2023-09-16)
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ import (
|
|||
"strings"
|
||||
)
|
||||
|
||||
const Version = "v0.16.1"
|
||||
const Version = "v0.16.2"
|
||||
|
||||
var GoModVersion = ""
|
||||
var Commit = ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue