From d74bbd9a3c64740433e016dfc936e83d710858f6 Mon Sep 17 00:00:00 2001 From: Claire Date: Thu, 13 Aug 2026 14:27:16 +0200 Subject: [PATCH] Bump version to v4.6.6 --- CHANGELOG.md | 19 +++++++++++++++++++ docker-compose.yml | 6 +++--- lib/mastodon/version.rb | 2 +- 3 files changed, 23 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7982069d080..9e97984cafa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,27 @@ All notable changes to this project will be documented in this file. +## [4.6.6] - 2026-08-13 + +### Changed + +- Change `mastodon:setup` task warning about trademark to match `masto` but ignore subdomains (#40143 by @ClearlyClaire) + +### Fixed + +- Fix connection errors when processing `fediverse:creator` preventing creation of preview cards (#40135 by @ClearlyClaire) +- Fix Web UI being inaccessible with URLs ending with `.zip` (#40134 by @ClearlyClaire) +- Fix semitransparent background of picture-in-picture video player (#40132 by @diondiondion) +- Fix title tooltip appearing for fullscreen videos (#40127 by @diondiondion) +- Fix image preview too dark in alt text editor dialog (#40126 by @diondiondion) +- Fix domain block impact queries being rejected (#40122 by @ClearlyClaire) +- Fix mobile navigation scrolling to top while opening (#40042 by @sharlayan) +- Fix selected account being lost when creating a collection (#39897 and #40133 by @diondiondion and @sharlayan) + ## [4.6.5] - 2026-08-06 +### Fixed + - Fix Collection items being rejected because of incorrect attribute being read (#40052 by @shleeable) - Fix typo in embedded quote handling code (#40049 by @shleeable) - Fix account merging worker incorrectly merging `Appeal` and `AccountWarning` records (#39982 by @shleeable) diff --git a/docker-compose.yml b/docker-compose.yml index 99370edcc09..d60ed7ce086 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.5 + image: ghcr.io/mastodon/mastodon:v4.6.6 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.5 + image: ghcr.io/mastodon/mastodon-streaming:v4.6.6 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.5 + image: ghcr.io/mastodon/mastodon:v4.6.6 restart: always env_file: .env.production command: bundle exec sidekiq diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb index 6f412ebc45a..dcd0b24174b 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -13,7 +13,7 @@ module Mastodon end def patch - 5 + 6 end def default_prerelease