summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-11-14 23:01:43 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2021-11-14 23:01:43 +0100
commitc2494a7da45f520104c7185bfde54bf3a82d04d7 (patch)
tree374feb7afba068b50a9d4cd683241f551c5eaaaf
parentFix being dropped into an empty room after a join (diff)
downloadnheko-c2494a7da45f520104c7185bfde54bf3a82d04d7.tar.xz
Update changelog
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md

index f20d747e..8b8dc8ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md
@@ -59,6 +59,7 @@ - Right click -> copy address location. - Forward messages. (Jedi18) - Alt-F to forward messages. +- A new video and audio player, that should look a bit nicer. ### Improvements @@ -173,10 +174,13 @@ - Fix rooms not showing, when groups endpoint is missing. - Don't use deprecated parameters in /login. - Fix encoding issues when translating matrix.to to matrix: URIs. +- Prevent edits from stripping the whole message, if it had a quote. ### Packaging changes - Removed the AppImage +- Removed dependency on boost +- Now depends on [coeurl](https://nheko.im/nheko-reborn/coeurl), which depends on libevent and libcurl. ## [0.8.2] -- 2021-04-23