Mastodon - Package Updates
-
[1.15.3]
- Update mastodon to 4.3.8
- Full Changelog
- Add warning for REDIS_NAMESPACE deprecation at startup (#34581 by @ClearlyClaire)
- Add built-in context for interaction policies (#34574 by @ClearlyClaire)
- Change activity distribution error handling to skip retrying for deleted accounts (#33617 by @ClearlyClaire)
- Remove double-query for signed query strings (#34610 by @ClearlyClaire)
- Fix incorrect redirect in response to unauthenticated API requests in limited federation mode (#34549 by @ClearlyClaire)
- Fix sign-up e-mail confirmation page reloading on error or redirect (#34548 by @ClearlyClaire)
-
[1.15.4]
- Update mastodon to 4.3.9
- Full Changelog
- Change passthrough video processing to emit
moov
atom at start of video (#34726 by @ClearlyClaire) - Fix
NoMethodError
in edge case of emoji cache handling (#34749 by @dariusk) - Fix error when viewing statuses to deleted replies in moderation view (#32986 by @ClearlyClaire)
- Fix search operators sometimes getting lost (#35190 by @ClearlyClaire)
- Fix Alt text button submitting form in moderation interface (#35147 by @ClearlyClaire)
- Fix handling of remote attachments with multiple media types (#34996 by @ClearlyClaire)
- Fix blocked accounts not being automatically removed from trending statuses (#34891 by @ClearlyClaire)
- Fix inconsistent filtering of silenced accounts for other silenced accounts (#34863 by @ClearlyClaire)
- Fix handling of inlined
featured
collections in ActivityPub actor objects (#34789 and #34811 by @ClearlyClaire) - Fix admin dashboard crash on specific Elasticsearch connection errors (#34683 by @ClearlyClaire)
-
[1.16.0]
- Update mastodon to 4.4.0
- Full Changelog
- Add Followers you know widget to user profiles and hover cards (#34652, #34678, #34681, #34697, #34699, #34769, #34774 and #34914 by @diondiondion)
- Add featured tab to profiles on web UI and rework pinned posts (#34405, #34483, #34491, #34754, #34855, #34858, #34868, #34869, #34927, #34995, #35056 and #34931 by @ChaosExAnima, @ClearlyClaire, @Gargron, and @diondiondion)
- Add endorsed accounts to featured tab in web UI (#34421 and #34568 by @Gargron)
- Add ability to add and remove hashtags from featured tags in web UI (#34489, #34887, and #34490 by @ClearlyClaire and @Gargron)
- Add reminder when about to post without alt text in web UI (#33760 and #33784 by @Gargron)
- Add a warning in Web UI when composing a post when the selected and detected language are different (#33042, #33683, #33700, #33724, #33770, and #34193 by @ClearlyClaire and @Gargron)
- Add support for verifying and displaying remote quote posts (#34370, #34481, #34510, #34551, #34480, #34479, #34553, #34584, #34623, #34738, #34766, #34770, #34772, #34773, #34786, #34790, #34864, #34957, #34961, #35016, #35022, #35036, #34946, #34945 and #34958 by @ClearlyClaire and @diondiondion)
- Add ability to reorder and translate server rules (#34637, #34737, #34494, #34756, #34820, #34997, #35170, #35174 and #35174 by @ChaosExAnima and @ClearlyClaire)
- Add emoji from Twemoji 15.1.0, including in the emoji picker/completion (#33395, #34321, #34620, and #34677 by @ChaosExAnima, @ClearlyClaire, @TheEssem, and @eramdam)
- Add option to remove account from followers in web UI (#34488 by @Gargron)
-
[1.16.1]
- Update mastodon to 4.4.1
- Full Changelog
- Fix nearly every sub-directory being crawled as part of Vite build (#35323 by @ClearlyClaire)
- Fix assets not building when Redis is unavailable (#35321 by @oneiros)
- Fix replying from media modal or pop-in-player tagging user
@undefined
(#35317 by @ClearlyClaire) - Fix support for special characters in various environment variables (#35314 by @mjankowski and @ClearlyClaire)
- Fix some database migrations failing for indexes manually removed by admins (#35309 by @mjankowski)
-
[1.16.2]
- Update mastodon to 4.4.2
- Full Changelog
- update dependencies
- Fix menu not clickable in Firefox (#35390 and #35414 by @diondiondion)
- Add
lang
attribute to current composer language in alt text modal (#35412 by @diondiondion) - Fix quote posts styling on notifications page (#35411 by @diondiondion)
- Improve a11y of custom select menus in notifications settings (#35403 by @diondiondion)
- Fix selected item in poll select menus is unreadable in Firefox (#35402 by @diondiondion)
- Update age limit wording (#35387 by @diondiondion)
- Fix support for quote verification in implicit status updates (#35384 by @ClearlyClaire)
- Improve
Dropdown
component accessibility (#35373 by @diondiondion) - Fix processing some incoming quotes failing because of missing JSON-LD context (#35354 and #35380 by @ClearlyClaire)
-
[1.16.3]
- Update mastodon to 4.4.3
- Full Changelog
- Update dependencies
- Fix incorrect rate-limit handling GHSA-84ch-6436-c7mg
- Fix race condition caused by ActiveRecord query cache in
Create
critical path (#35662 by @ClearlyClaire) - Fix race condition caused by quote post processing (#35657 by @ClearlyClaire)
- Fix WebUI crashing for accounts with
null
URL (#35651 by @ClearlyClaire) - Fix friends-of-friends recommendations suggesting already-requested accounts (#35604 by @ClearlyClaire)
- Fix synchronous recursive fetching of deeply-nested quoted posts (#35600 by @ClearlyClaire)
- Fix Expand this post link including user
@undefined
(#35478 by @ClearlyClaire) - Change
StatusReachFinder
to consider quotes as well as reblogs (#35601 by @ClearlyClaire) - Add restrictions on which quote posts can trend (#35507 by @ClearlyClaire)
-
[1.16.4]
- Update mastodon to 4.4.4
- Full Changelog
- Fix missing memoization in
Web::PushNotificationWorker
(#36085 by @ClearlyClaire) - Fix unresponsive areas around GIFV modals in some cases (#36059 by @ClearlyClaire)
- Fix missing
beforeUnload
confirmation when a poll is being authored (#36030 by @ClearlyClaire) - Fix processing of remote edited statuses with new media and no text (#35970 by @unfokus)
- Fix polls not being displayed in moderation interface (#35644 and #35933 by @ThisIsMissEm)
- Fix WebUI handling of deleted quoted posts (#35909 and #35918 by @ClearlyClaire and @diondiondion)
- Fix Edit and Delete & Redraft on a poll not inserting empty option (#35892 by @ClearlyClaire)
- Fix loading of some compatibility CSS on some configurations (#35876 by @shleeable)
- Fix HttpLog not being enabled with
RAILS_LOG_LEVEL=debug
(#35833 by @mjankowski) - Fix self-destruct scheduler behavior on some Redis setups (#35823 by @ClearlyClaire)
-
[1.16.5]
- Update mastodon to 4.4.5
- Full Changelog
- Add support for
has:quote
in search (#36217 by @ClearlyClaire) - Change quoted posts from silenced accounts to use a click-through rather than being hidden (#36166 and #36167 by @ClearlyClaire)
- Fix processing of out-of-order
Update
as implicit updates (#36190 by @ClearlyClaire) - Fix getting
Create
andUpdate
out of order (#36176 by @ClearlyClaire) - Fix quotes with Content Warnings but no text being shown without Content Warnings (#36150 by @ClearlyClaire)
-
[1.16.6]
- Update mastodon to 4.4.6
- Full Changelog
- Update dependencies
rack
anduri
- Fix streaming server connection not being closed on user suspension (by @ThisIsMissEm, GHSA-r2fh-jr9c-9pxh)
- Fix password change through admin CLI not invalidating existing sessions and access tokens (by @ThisIsMissEm, GHSA-f3q3-rmf7-9655)
- Fix streaming server allowing access to public timelines even without the
read
orread:statuses
OAuth scopes (by @ThisIsMissEm, GHSA-7gwh-mw97-qjgp) - Add support for processing quotes of deleted posts signaled through a
Tombstone
(#36381 by @ClearlyClaire) - Fix quote post state sometimes not being updated through streaming server (#36408 by @ClearlyClaire)
- Fix inconsistent pending tags count on admin dashboard (#36404 by @mjankowski)
- Fix JSON payload being potentially mutated when processing interaction policies (#36392 by @ClearlyClaire)
- Fix quotes not being displayed in email notifications (#36379 by @diondiondion)
- Fix redirect to external object when URL is missing or malformed (#36347 by @ClearlyClaire)
-
[1.16.7]
- Update mastodon to 4.4.7
- Full Changelog
- Fix forwarder being called with
nil
status when quote post is soft-deleted (#36463 by @ClearlyClaire) - Fix moderation warning e-mails that include posts (#36462 by @ClearlyClaire)
- Fix allow_referrer_origin typo (#36460 by @ShadowJonathan)