Pleroma bugfix release: 2.4.5
Pleroma 2.4.5 is a bugfix release. It notably fixes compatibility with Elixir 1.14 and a bug where inline img
elements in posts wouldn’t have their class
attribute scrubbed.
Upgrade notes
From source only
Get new dependencies and recompile Pleroma:
MIX_ENV=prod mix deps.get MIX_ENV=prod mix compile
Everyone
- Restart Pleroma
Frontend changes
None
Backend changes
Fixed
- Image
class
attributes not being scrubbed, allowing to exploit frontend special classes !3792 - Delete report notifs when demoting from superuser !3642
- Validate
mediaType
only by it’s format rather than using a list !3597 - Pagination: Make mutes and blocks lists behave the same as other lists !3693
- Compatibility with Elixir 1.14 !3740
- Frontend installer: FediFE build URL !3736
- Streaming: Don’t stream ChatMessage into the home timeline !3738
- Streaming: Stream local-only posts in the local timeline !3738
- Signatures: Fix
keyId
lookup for GoToSocial !3725 - Validator: Fix
replies
handling for GoToSocial !3725