Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<!--

## Next
Expand Down
2 changes: 1 addition & 1 deletion src/components/status.css
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
flex-direction: column;
gap: 8px;
}
.status:not(.large) {
.timeline-deck .status:not(.large) {
.content.truncated ~ .status-card-container {
display: none;
}
Expand Down
Loading