v2.8.2
Changelog
Added
- Add
SOURCE_TAG
environment variable (ushitora-anqou)
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:
- Precompile the assets:
- Non-Docker:
RAILS_ENV=production bundle exec rails assets:precompile
- Docker: The assets are already precompiled during the build step
- Non-Docker:
- Restart all Mastodon processes