summary refs log tree commit diff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2022-09-07 17:08:42 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2022-09-07 17:08:42 +0200
commitc61c35796b55c47cd0ac8147cb021d463cb90b98 (patch)
tree4942b7ec0144a0bda0ef8968d52820847ff7ddfc /CHANGELOG.md
parentTranslated using Weblate (Polish) (diff)
downloadnheko-c61c35796b55c47cd0ac8147cb021d463cb90b98.tar.xz
Update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md52
1 files changed, 52 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c596b977..b70fa4b5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,57 @@
 # Changelog
 
+## [0.10.1] -- 2022-09-07
+
+### Highlights
+
+- Community editing support 🤼
+  - You can now create communities.
+  - You can add and remove rooms to and from communities in various ways.
+- Prettier joins ✨
+  - You can now see the avatar, title, topic and member count of the room you
+    are trying to join.
+  - You can see if a room requires knocking or can be joined directly.
+  - Requires MSC3266 support from your server.
+
+### Features
+
+- Add a discrete edit button to room profiles. (Hiers)
+- Don't escape the summary tags on sending.
+- Focus message area when pressing Escape. (Forest)
+- Barebones spoiler support on desktop platforms.
+- Enable encryption for DMs started from a profile by default.
+- Enable option to disable notification sounds and badges on macOS.
+- Speed up the completion trie. (nenomius)
+
+### Translations
+
+- Polish (Romanik, luff)
+- Dutch (Thulinma)
+- Finnish (Lurkki)
+- Estonian (Priit)
+
+### Bugfixes
+
+- Fix crash on empty private receipts sent by some servers.
+- Don't set a transient parent for child chat windows.
+- Validate roomid, state_key, event_id and userids sent by the server.
+- Fix empty widgets showing up in the widget list.
+- Clean up linter config. (Forest)
+- Use the right palette colors for reactions. (Forest)
+- Fix groups sidebar's grammar. (Forest)
+- Fix version position. (Zirnc)
+- Properly validate urls in image tags.
+- Case insensitive member search.
+- Fix crash on global profiles.
+- Fix crash on incomplete identity keys.
+- Fix message notification format on Windows.
+- Fix room members menu opening profiles for the wrong room.
+
+### Notes
+
+Requires mtxclient 0.8.1 and fixes a few crashes that can be abused by remote
+users.
+
 ## [0.10.0] -- 2022-07-22
 
 ### Highlights