From 8e3dfce33712f3cb8ed4ef6383344a0ae026a753 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Sat, 22 Jul 2023 00:15:11 +0200 Subject: [PATCH] Update changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5cd615cd..3f5f12683 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,9 +12,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Reactions: Support custom emoji reactions - Compatbility: Support Mastodon v2 timeline filters. - Compatbility: Preliminary support for Ditto backend. +- Compatibility: Support Firefish. - Posts: Support dislikes on Friendica. - UI: added a character counter to some textareas. - UI: added new experience for viewing Media +- Hotkeys: Added `/` as a hotkey for search field. ### Changed - Posts: truncate Nostr pubkeys in reply mentions. @@ -24,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - UI: added sticky column header. - UI: add specific zones the user can drag-and-drop files. - UI: disable toast notifications for API errors. +- Chats: Display year for older messages creation date. ### Fixed - Posts: fixed emojis being cut off in reactions modal. @@ -37,6 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - UI: fixed various overflow issues related to long usernames. - UI: fixed display of Markdown code blocks in the reply indicator. - Auth: fixed too many API requests when the server has an error. +- Auth: Don't display "username or e-mail" if username is not allowed. ## [3.2.0] - 2023-02-15