Cool to see another @elk fork 👍
https://g0v.social/@s414june/114424390609476720
mastodev
# #Pachli 2.11.0 is released
## New features include
- Support translation throughout the app
- Experimental Markdown support
- Content filters default to all contexts
## Fixes include:
- Toot button accessibility
- Grammar fixes
- Report UI updates
- Content filter updates
- Fewer crashes
## Updated translations
- Finnish, Indonesian, Irish, Latvian, Norwegian Nynorsk, Polish, Slovak, Spanish
More details at https://pachli.app/pachli/2025/03/31/2.11.0-release.html.
Initial work on `blur` filter for media in posts. Context: https://github.com/mastodon/mastodon/pull/34256 (nightlies, not stable releases)
- Quite tricky as the post is filtered but visually not entirely "filtered"
- Need to handle case of conflicting user intentions; set "Always show media" for "Sensitive content" in settings vs "Hide media with a warning" filter
- Copy for choosing the filter action got a bit tricky. Using "obscured (media only)" for now
#PhanpySocialDev #MastoDev (still experimental, on my local)
🤔 Does #fedibird support Mastodon's Filters V2?
https://fedibird.com/@tukine/114511817829693232
🤔 Interesting, two-step modal dialogs when adding a non-following profile to a list.
"Show Follow account modal before allowing adding to list" https://github.com/mastodon/mastodon/pull/34709
# Pachli 2.13.0 is released
## New features include
- Highlight media descriptions when writing posts
- Replace the "Local" tab with the "Trending posts" tab for new accounts
## Fixes include
- Prevent crashes when taking photos
- Unclear UI when features are disabled when writing posts.
## Updated translations
- Chinese (Simplified Han), Finnish, Irish, Italian, Kabyle, Latvian, Lombard, Polish, Slovak, Spanish
More details at https://pachli.app/pachli/2025/05/28/2.13.0-release.html
Got curious and confirmed. If an account is added to both exclusive and non-exclusive lists, exclusive wins and posts from that account will be excluded from Home timeline 👌
# Pachli 2.14.0 is released
## New features
- Restore the user's position in lists
- Faster account switching
- An "Account Management" UI
## Fixes include
- Delete cached notifications when deleting server notifications
- Don't crash on severed relationship notifications or when cancelling image loads
## Translations
- Chinese, Estonian, Finnish, Indonesian, Irish, Italian, Latvian, Norwegian Nynorsk, Polish, Russian, Slovak, Tamil
More at https://pachli.app/pachli/2025/06/30/2.14.0-release.html
Was looking at `api_versions` in Mastodon's `/api/v2/instance` endpoint as this would be sort of like "feature detection" for anything new, instead of the hacky UA version string detection 😩.
They are documented under specific features, e.g.: https://docs.joinmastodon.org/entities/Filter/#filter_action but I was curious to see what's introduced for every version bump on a single page.
So I made one (in Notion, as screenshot here, for now), not sure if this would be useful for other devs 🤔 #MastoDev
👋 Everyone: see what you think:
The Seven Deadly #Fediverse UX Sins Part 2: The Road To Redemption: https://www.timothychambers.net/2025/06/24/the-seven-deadly-fediverse-ux.html
Don't claim that these are final answers - but hope they help continue constructive motion to final answers!
cc: @renchap @dansup @cheeaun @scottjenson @newsmast @mike @andypiper @ricmac @stevebate @evan @laurenshof @pfefferle @fediversenews #fedidev #mastodev
Saw this "Followed hashtags" collapsible list on mastodon.social (v4.4.0 nightly), wondering how long the list of hashtags will be.
Turns out it's hard-coded to 4 🤷♂️
- Initial PR: https://github.com/mastodon/mastodon/pull/35029/files#diff-69d0fde1e60d28600ccbca6546ac727c4136ca7b6cafa2d5f31e8f879c1610d1R35
- Latest change (June 23rd): https://github.com/mastodon/mastodon/blob/6d017dbf10c2a80e5e7fce387e50374ea6442d3b/app/javascript/mastodon/features/navigation_panel/components/followed_tags_panel.tsx#L27
There's no limit set for lists tho' (its API doesn't have `limit` too)