From 2314fca408991b69ee488cc8bc089222c447b947 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Wed, 17 Sep 2025 21:48:05 +0800 Subject: [PATCH 1/2] Fix QP shouldn't be truncated when not in the timeline --- src/components/status.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/status.css b/src/components/status.css index f3287b35a0..fc4d24fcb7 100644 --- a/src/components/status.css +++ b/src/components/status.css @@ -169,7 +169,7 @@ flex-direction: column; gap: 8px; } -.status:not(.large) { +.timeline-deck .status:not(.large) { .content.truncated ~ .status-card-container { display: none; } From 39d0feb30e2aace0a06d11c9f9b45b8dab20c1d1 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Wed, 17 Sep 2025 21:48:32 +0800 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d693e4ca5b..4755f2e075 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -352,6 +352,18 @@ Recap: Mastodon v4.3 features (https://github.com/mastodon/mastodon/releases/tag - 🧮 Math formatting for LaTeX - 🐛 Bug fixes +## September 17, 2025 + +- Composer relayout +- Recent searches +- Edit History Snapshots +- Show role badges with profile usernames +- "X months/years later" hint between list of threads or comments +- "Open link?" prompt when clicking links that don't show domain +- Larger-than-rendered custom emojis opens up in media modal when clicked. +- Zoom in/out buttons in Custom Emojis picker +- 🐛 Bug fixes +