Skip to content

v2.9.0rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@Gargron Gargron released this 12 Jun 22:45
275f09c

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
  2. Restart all Mastodon processes