Skip to content

Hometown v1.0.8 (Mastodon 3.5.10)

Compare
Choose a tag to compare
@dariusk dariusk released this 09 Jul 22:08

This is a security release that keeps us up to date with Mastodon v3.5.10. Please see the 3.5.10 release notes for details.

Upgrade steps

These are instructions for upgrading from Hometown v3.5.5+1.0.8.

There is no need to precompile assets for this release, but please note that the minimal supported ImageMagick version has been bumped to 6.9.7-7. If you are on an older ImageMagick and you do this upgrade, you'll get errors trying to upload images and incoming thumbnails will be broken images, among other problems.

  • git remote update && git checkout v3.5.10+hometown-1.0.8
  • Install dependencies: bundle install and yarn install
  • Restart all Mastodon processes (yes really all processes - specifically the streaming API process needs restarting so if you are trying to be clever to retain uptime... just restart it all)