From 8f49ea4d0fc1258f42859ca9102eb2de470a5f88 Mon Sep 17 00:00:00 2001 From: Package Updates Date: Sat, 4 Jul 2026 00:49:41 +0000 Subject: [PATCH] Update package version to 1.18.3 --- CHANGELOG | 14 ++++++++++++++ CloudronManifest.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 22ebb77..d89a937 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -918,3 +918,17 @@ * [Full Changelog](https://github.com/mastodon/mastodon/releases/tag/v4.6.2) * Update FFMpeg version used in the container image to fix [CVE-2026-8461](https://github.com/advisories/GHSA-qff7-4q6c-m8h6) (critical severity) +[1.18.3] +* Update mastodon to 4.6.3 +* [Full Changelog](https://github.com/mastodon/mastodon/releases/tag/v4.6.3) +* Update dependencies +* Add "Update available" navigation item at top of navbar when new Mastodon versions are available ([#39705](https://github.com/tootsuite/mastodon/issues/39705) by [@ClearlyClaire](https://github.com/ClearlyClaire)) +* Add rendering of post images in emails ([#39636](https://github.com/tootsuite/mastodon/issues/39636) by [@diondiondion](https://github.com/diondiondion)) +* Fix "view collection" menu item appearing on collection page ([#39694](https://github.com/tootsuite/mastodon/issues/39694) by [@mkljczk](https://github.com/mkljczk)) +* Fix incorrect filter cache key sometimes causing incorrect filters to be applied ([#39698](https://github.com/tootsuite/mastodon/issues/39698) by [@ClearlyClaire](https://github.com/ClearlyClaire)) +* Fix missing `to_json` to publish announcement reaction worker ([#39685](https://github.com/tootsuite/mastodon/issues/39685) by [@mjankowski](https://github.com/mjankowski)) +* Fix duplicate "clear" button shown in main search input in Chrome ([#39679](https://github.com/tootsuite/mastodon/issues/39679) by [@diondiondion](https://github.com/diondiondion)) +* Fix visual glitch with the spoiler button ([#39677](https://github.com/tootsuite/mastodon/issues/39677) by [@ChaosExAnima](https://github.com/ChaosExAnima)) +* Fix invisible username during post highlight animation ([#39659](https://github.com/tootsuite/mastodon/issues/39659) by [@diondiondion](https://github.com/diondiondion)) +* Fix follow button floating on profiles when overview landing page is enabled ([#39650](https://github.com/tootsuite/mastodon/issues/39650) by [@FFederi](https://github.com/FFederi)) + diff --git a/CloudronManifest.json b/CloudronManifest.json index a7d290d..2ee3f47 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Federated social network", - "version": "1.18.2", + "version": "1.18.3", "upstreamVersion": "4.6.3", "healthCheckPath": "/about", "httpPort": 8000,