mirror of
https://github.com/mastodon/mastodon.git
synced 2026-09-09 01:46:26 -05:00
Bump version to v4.6.6
This commit is contained in:
19
CHANGELOG.md
19
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)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -13,7 +13,7 @@ module Mastodon
|
||||
end
|
||||
|
||||
def patch
|
||||
5
|
||||
6
|
||||
end
|
||||
|
||||
def default_prerelease
|
||||
|
||||
Reference in New Issue
Block a user