Skip to content

Releases: mastodon/mastodon-ios

2026.07

Choose a tag to compare

@whattherestimefor whattherestimefor released this 21 Aug 15:29

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

Choose a tag to compare

@whattherestimefor whattherestimefor released this 20 Aug 17:10

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

Choose a tag to compare

@whattherestimefor whattherestimefor released this 09 Jul 20:40

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

Choose a tag to compare

@whattherestimefor whattherestimefor released this 09 Jun 13:19

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

  • @patrys made their first contribution in #1537 Fix main navigation bar gestures like scroll to top not working on iOS 26

2026.02

Choose a tag to compare

@whattherestimefor whattherestimefor released this 25 Mar 09:07

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

New Contributors

Full Changelog: 2026.01...2026.02

2026.01

Choose a tag to compare

@whattherestimefor whattherestimefor released this 13 Jan 14:09

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

Choose a tag to compare

@whattherestimefor whattherestimefor released this 13 Jan 13:52

A quick update to bring a more legible icon to the App Store listing.

Full Changelog: 2025.09...2025.10

2025.09

Choose a tag to compare

@whattherestimefor whattherestimefor released this 12 Dec 16:05
a1336e6

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

Choose a tag to compare

@whattherestimefor whattherestimefor released this 01 Dec 12:25
8f3ab84

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

New Contributors

Full Changelog: 2025.07...2025.08

2025.07

Choose a tag to compare

@whattherestimefor whattherestimefor released this 27 Oct 08:14

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