From a6a7055837d5955ffd66e0ae822894471063d874 Mon Sep 17 00:00:00 2001 From: Package Updates Date: Wed, 2 Apr 2025 15:08:52 +0000 Subject: [PATCH] Update package version to 1.15.2 --- CHANGELOG | 14 ++++++++++++++ CloudronManifest.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 8c3242a..43a5a85 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -598,3 +598,17 @@ * Update dependency `rack` * Fix Stoplight errors when using `REDIS_NAMESPACE` ([#​34126](https://github.com/tootsuite/mastodon/issues/34126) by [@​ClearlyClaire](https://github.com/ClearlyClaire)) +[1.15.2] +* Update mastodon to 4.3.7 +* [Full Changelog](https://github.com/mastodon/mastodon/releases/tag/v4.3.7) +* Add delay to profile updates to debounce them ([#34137](https://github.com/tootsuite/mastodon/issues/34137) by [@ClearlyClaire](https://github.com/ClearlyClaire)) +* Add support for paginating partial collections in `SynchronizeFollowersService` ([#34272](https://github.com/tootsuite/mastodon/issues/34272) and [#34277](https://github.com/tootsuite/mastodon/issues/34277) by [@ClearlyClaire](https://github.com/ClearlyClaire)) +* Change account suspensions to be federated to recently-followed accounts as well ([#34294](https://github.com/tootsuite/mastodon/issues/34294) by [@ClearlyClaire](https://github.com/ClearlyClaire)) +* Change `AccountReachFinder` to consider statuses based on suspension date ([#32805](https://github.com/tootsuite/mastodon/issues/32805) and [#34291](https://github.com/tootsuite/mastodon/issues/34291) by [@ClearlyClaire](https://github.com/ClearlyClaire) and [@mjankowski](https://github.com/mjankowski)) +* Change user archive signed URL TTL from 10 seconds to 1 hour ([#34254](https://github.com/tootsuite/mastodon/issues/34254) by [@ClearlyClaire](https://github.com/ClearlyClaire)) +* Fix static version of animated PNG emojis not being properly extracted ([#34337](https://github.com/tootsuite/mastodon/issues/34337) by [@ClearlyClaire](https://github.com/ClearlyClaire)) +* Fix filters not applying in detailed view, favourites and bookmarks ([#34259](https://github.com/tootsuite/mastodon/issues/34259) and [#34260](https://github.com/tootsuite/mastodon/issues/34260) by [@ClearlyClaire](https://github.com/ClearlyClaire)) +* Fix handling of malformed/unusual HTML ([#34201](https://github.com/tootsuite/mastodon/issues/34201) by [@ClearlyClaire](https://github.com/ClearlyClaire)) +* Fix `CacheBuster` being queued for missing media attachments ([#34253](https://github.com/tootsuite/mastodon/issues/34253) by [@ClearlyClaire](https://github.com/ClearlyClaire)) +* Fix incorrect URL being used when cache busting ([#34189](https://github.com/tootsuite/mastodon/issues/34189) by [@ClearlyClaire](https://github.com/ClearlyClaire)) + diff --git a/CloudronManifest.json b/CloudronManifest.json index 99153b5..ccd28bb 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Federated social network", - "version": "1.15.1", + "version": "1.15.2", "upstreamVersion": "4.3.7", "healthCheckPath": "/about", "httpPort": 8000,