Skip to content

v2.2.0rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@Gargron Gargron released this 24 Jan 12:47

Mastodon

Note: This is a release candidate. It is intended to be stable, but not guaranteed.

Features:

  • Display number of follow requests in getting started menu (#6313)

Fixes:

  • Fix invalid value passed to full_asset_url in mailers (#6312)
  • Redirect to 2FA creation page when otp_secret is not available (#6314)
  • Fix filter search index being too strict when looking for line breaks (#6318)
  • Resolve URL for local account in follow authorization success view (#6324)
  • Fix regression from #6199: Make entire column header clickable (#6334, #6342)
  • Fix e-mail icon for reblog being stretched (#6336)
  • Display deleted users' role as “Suspended” (#6339)
  • Fix #6331: Home regeneration not being fired off because of sign-in vs sign-on (#6341)
  • Fix #6311: Replace relative URLs in CSS only for Premailer (#6335)
  • Fix #6295: Add packs volume to docker-compose.yml (#6348)
  • Fix hide and show media button on admin page (#6347)

Upgrade notes:

  • These notes are for upgrading 2.2.0rc1 to 2.2.0rc2. If you upgrade from an earlier version, use the upgrade notes from 2.2.0rc1
  • Please mind that the new HTML e-mails mean that the sidekiq process, which sends them, must now have access to the packs generated by assets:precompile. The docker-compose manifest has been updated to mount the packs volume for the sidekiq container. Outside docker, this information may be relevant to you if you use a multi-server setup and have previously avoided compiling or syncing assets on the sidekiq machines.

Both Docker and non-Docker:

  • This release includes changes to assets, that means you need to run RAILS_ENV=production bundle exec rails assets:precompile (in Docker: docker-compose run --rm web rails assets:precompile)

Contributors to this release:

@abcang
@akihikodaki
@codl
@Gargron
@Kjwon15
@norayr
@Quenty31
@redtachyons
@renatolond
@ThibG
@ykzts