From eeb68053a83894190eefae178a661018b9859494 Mon Sep 17 00:00:00 2001 From: Claire Date: Fri, 3 Jul 2026 15:09:57 +0200 Subject: [PATCH] Bump version to v4.6.3 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ docker-compose.yml | 6 +++--- lib/mastodon/version.rb | 2 +- 3 files changed, 29 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a32b14065..a40d94fe80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,31 @@ All notable changes to this project will be documented in this file. +## [4.6.3] - 2026-07-03 + +### Security + +- Update dependencies + +### Added + +- Add “Update available” navigation item at top of navbar when new Mastodon versions are available (#39705 by @ClearlyClaire) +- Add rendering of post images in emails (#39636 by @diondiondion) + +### Fixed + +- Fix “view collection” menu item appearing on collection page (#39694 by @mkljczk) +- Fix incorrect filter cache key sometimes causing incorrect filters to be applied (#39698 by @ClearlyClaire) +- Fix missing `to_json` to publish announcement reaction worker (#39685 by @mjankowski) +- Fix duplicate "clear" button shown in main search input in Chrome (#39679 by @diondiondion) +- Fix visual glitch with the spoiler button (#39677 by @ChaosExAnima) +- Fix invisible username during post highlight animation (#39659 by @diondiondion) +- Fix follow button floating on profiles when overview landing page is enabled (#39650 by @FFederi) +- Fix encryption warning "read more" link (#39635 by @thomas-pike) +- Fix `tootctl media lookup` failing on some setups (#39615 by @brookmiles) +- Fix visible transparent navigation link borders in Windows forced-contrast mode (#39614 by @diondiondion) +- Fix crash with some browser extensions injecting custom elements in the page (#39507 by @OriginalRoOhi) + ## [4.6.2] - 2026-06-25 ### Security diff --git a/docker-compose.yml b/docker-compose.yml index 61dc92f3dc..c5729cd8bd 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -60,7 +60,7 @@ services: web: # You can uncomment the following line if you want to not use the prebuilt image, for example if you have local code changes # build: . - image: ghcr.io/mastodon/mastodon:v4.6.2 + image: ghcr.io/mastodon/mastodon:v4.6.3 restart: always env_file: .env.production command: bundle exec puma -C config/puma.rb @@ -84,7 +84,7 @@ services: # build: # dockerfile: ./streaming/Dockerfile # context: . - image: ghcr.io/mastodon/mastodon-streaming:v4.6.2 + image: ghcr.io/mastodon/mastodon-streaming:v4.6.3 restart: always env_file: .env.production command: node ./streaming/index.js @@ -103,7 +103,7 @@ services: sidekiq: # You can uncomment the following line if you want to not use the prebuilt image, for example if you have local code changes # build: . - image: ghcr.io/mastodon/mastodon:v4.6.2 + image: ghcr.io/mastodon/mastodon:v4.6.3 restart: always env_file: .env.production command: bundle exec sidekiq diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb index 94989dd41a..9d30de074d 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -13,7 +13,7 @@ module Mastodon end def patch - 2 + 3 end def default_prerelease