Mastodon v2.9.2 Release Notes

Release Date: 2019-06-22 // almost 5 years ago
  • Mastodon

    ๐Ÿ”„ Changelog

    โž• Added

    • Add short_description and approval_required to GET /api/v1/instance (Gargron)

    ๐Ÿ”„ Changed

    • ๐Ÿ”„ Change camera icon to paperclip icon in upload form (koyuawsmbrtn)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix audio-only OGG and WebM files not being processed as such (Gargron)
    • ๐Ÿ›  Fix audio not being downloaded from remote servers (Gargron)

    โฌ†๏ธ Upgrade notes

    ๐Ÿš€ If upgrading from v2.9.0 or earlier, see the notes for those releases!

    ๐Ÿณ Both Docker and non-Docker:

    ๐Ÿฑ 1. Precompile the assets:

    • Non-Docker: RAILS_ENV=production bundle exec rails assets:precompile
    • Docker: The assets are already precompiled during the build step
      1. Restart all Mastodon processes