Mastodon v2.8.2 Release Notes

Release Date: 2019-05-05 // about 5 years ago
  • Mastodon

    ๐Ÿ”„ Changelog

    โž• Added

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix cropped hero image on frontpage (BaptisteGelez)
    • ๐Ÿ›  Fix blurhash gem not compiling on some operating systems (Gargron)
    • ๐Ÿ›  Fix unexpected CSS animations in some browsers (ThibG)
    • ๐Ÿ›  Fix closing video modal scrolling timelines to top (ThibG)

    โฌ†๏ธ Upgrade notes

    ๐Ÿณ Non-Docker only:

    • Install dependencies: bundle install

    ๐Ÿณ 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