From 9d08467b07192af60fdd8a2b7192b15cc6198be5 Mon Sep 17 00:00:00 2001 From: Chewbacca Date: Thu, 9 Feb 2023 13:02:03 -0500 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48fb6ddc0..ebda645b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,12 +14,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Events: allow to repost events in event menu. - Groups: Initial support for groups. - Profile: Add RSS link to user profiles. +- Reactions: adds support for reacting to chat messages. ### Changed - Chats: improved display of media attachments. - ServiceWorker: switch to a network-first strategy. The "An update is available!" prompt goes away. - Posts: increased font size of focused status in threads. - Posts: let "mute conversation" be clicked from any feed, not just noficiations. +- Reactions: improved UI of reactions on statuses. ### Fixed - Chats: media attachments rendering at the wrong size and/or causing the chat to scroll on load.