Releases: mastodon/mastodon-ios
Release list
2026.07
This version fixes a security issue when using the "Open in Mastodon" feature on links that are not Mastodon URLs.
Full Changelog: 2026.06...2026.07
2026.06
A couple important bug fixes:
- Update only the affected relationship when following/unfollowing. (Fixes the problem where profiles could show the incorrect follow button state after you had followed/unfollowed another account.)
- Avoid getting stuck if fetching associated relationships or accounts fails.
Full Changelog: 2026.05...2026.06
2026.05
Some small but important bug fixes:
- Restores the ability to change your avatar and banner images.
- Shows a collection attached to a post only once, rather than as a collection and as a link preview.
Full Changelog: 2026.04...2026.05
2026.04
You can now view Collections natively in the app! You can also report them, if necessary.
Also:
- The edit history view has been updated to match the new timeline style everywhere else.
- Stats are now always rounded down, so you won’t see milestones like “1K” before they are actually reached.
New Contributors
2026.02
What's New (App Store description)
While larger changes take shape behind the scenes, this update brings a few important improvements:
- You can now manage multiple logged-in accounts from the Settings screen (this has always been accessible by longpressing the current account avatar, but that was not easy to discover).
- A new media viewer, which maintains current functionality while removing a technical obstacle to further improvements to the app as a whole.
- Fix for [BUG] No audio while playing videos or audio before going full screen #1505
- Fix for [BUG] Quoted posts that are long are not truncated #1516
- Fix for [BUG] Encoded HTML entities in display names are applied. #1528
- Make language variants available in language picker (contributed by Poren Chiang)
- Refactor AccessTokenQuery to use multipart/form-data for OAuth POST requests (contributed by vitalyster)
- Significant code clean up (contributed by Jack Alto)
What's Changed
- Fix MastodonSDK package tests by @aokj4ck in #1498
- Update CropViewController package from 2.6.1 to 3.1.1 by @aokj4ck in #1501
- Remove WKProcessPool usage by @aokj4ck in #1502
- Align OS deployment target to 18.6+ across all targets by @aokj4ck in #1503
- Fix UITraitCollection build warnings: Round 1 by @aokj4ck in #1507
- Fix UITraitCollection build warnings: Round 2 by @aokj4ck in #1510
- Remove ObjC Bridging Header and unused sources by @aokj4ck in #1511
- Make language variants available in language picker by @rschiang in #1433
- Remove some unused classes/symbols by @aokj4ck in #1508
- Fix WelcomeViewController join/pick/learn/sign-in for bold text & button shapes by @aokj4ck in #1509
- New profile editing view by @whattherestimefor in #1515
- Delete ActionToolbarContainer by @aokj4ck in #1517
- Remove Tabman 2.13.0 package by @aokj4ck in #1518
- Remove UIHostingConfigurationBackport package by @aokj4ck in #1519
- Fix UITraitCollection build warnings: Round 3 by @aokj4ck in #1520
- Fix UIBackgroundConfiguration.listPlainCell deprecation warnings by @aokj4ck in #1521
- Remove unused disposeBags, clean up FLAnimatedImageView extension by @aokj4ck in #1522
- feat: improve OAuth compatibility with non-Mastodon servers by @vitalyster in #1514
- SwiftUI media viewer and profile improvements by @whattherestimefor in #1525
- New Crowdin translations by GitHub Action by @Mastodon-Bot in #1491
- New Crowdin translations by GitHub Action by @Mastodon-Bot in #1529
- New Crowdin translations by GitHub Action by @Mastodon-Bot in #1531
- New Crowdin translations by GitHub Action by @Mastodon-Bot in #1533
- New Crowdin translations by GitHub Action by @Mastodon-Bot in #1534
- New Crowdin translations by GitHub Action by @Mastodon-Bot in #1535
New Contributors
- @rschiang made their first contribution in #1433
- @vitalyster made their first contribution in #1514
Full Changelog: 2026.01...2026.02
2026.01
Some minor fixes to start off the year:
- Avoid triggering post actions accidentally while scrolling.
- Display Lists in alphabetical order, as on the web.
- Improved hashtag statistics layout for longer translations.
What's Changed
- Fix: resolve some project warnings by @aokj4ck in #1496
- Add CI step to build test target Mastodon.xcodeproj unit tests by @aokj4ck in #1497
- Convert to folder references where possible by @aokj4ck in #1499
Full Changelog: 2025.10...2026.01
2025.10
A quick update to bring a more legible icon to the App Store listing.
Full Changelog: 2025.09...2025.10
2025.09
Mastodon, now in Liquid Glass! We’ve also fixed a few crashes, turned on localization for some additional languages (including Estonian), and improved the iPad layout so that the margins are scrollable.
What's Changed
Full Changelog: 2025.08...2025.09
2025.08
This version brings several improvements to the main timeline:
- The post “…” menu now offers both the existing “Copy Link” option and a new “Copy” option, which will copy the text of the post now that selecting text directly from the screen is not possible.
- There is a new dedicated audio player and improvements have been made to the video player.
- Loading from the top and bottom should work more smoothly, and the bottom loader now has some visual feedback as you scroll to trigger it.
We’ve also made big changes to the way we handle localizations, which will make the app much more flexible going forward. This may mean you see a few additional untranslated strings until our volunteer translators can catch up.
Several places in the app that display lists of other accounts have been updated to match our new layout and provide more useful information.
What's Changed
- Update Xcode from 16 to 26 by @clarmso in #1473
- Update bundler version. Ensure capability with ruby 3.4+ by @clarmso in #1474
- apply
.widgetAccentedRenderingMode(.fullColor)to avatars by @vladimirleonidovich in #1478 - Add haptic feedback by @rhenz in #1485
New Contributors
- @clarmso made their first contribution in #1473
- @vladimirleonidovich made their first contribution in #1478
- @rhenz made their first contribution in #1485
Full Changelog: 2025.07...2025.08
2025.07
Important bug fixes!
- Better background color for “Muted” and “Blocked” buttons so you can read them
- Double tap on Home takes you to the top of the timeline
- Avoid opening the same post in thread mode multiple times in a row
- Crash fix
- Better updating of actions (like follow, boost, etc) from one screen to another