Skip to content

v2.3.2rc4

Pre-release
Pre-release
Compare
Choose a tag to compare
@Gargron Gargron released this 20 Mar 22:53
f64af64

Mastodon

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

Fixes

  • Fix e-mail changed notification (fixes #6778) (#6835)
  • Display content warning in mail notification emails (#6832)
  • Serialize mentions in the order they are added (#6836)
  • In the event of HTTP request failure, try other IPs returned by DNS (#6813)
  • Prevent outdated mention autosuggestions from popping up (#6838)
  • Use username/domain instead of URI to match existing accounts in ActivityPub (#6842)
  • Fix i18n fallback configuration (#6843)
  • Add LDAP_TLS_NO_VERIFY option, don't require LDAP_ENABLED outside .env (#6845)

Upgrade notes:

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)