Mastodon v2.9.0.rc2 Release Notes

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

    ๐Ÿ”„ Changelog

    • โž• Add button to conveniently copy OAuth code (ThibG)
    • ๐Ÿ›  Fix list not being automatically unpinned when it returns 404 in web UI (Gargron)
    • ๐Ÿ›  Fix login sometimes redirecting to paths that are not pages (Gargron)

    โฌ†๏ธ Upgrade notes

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