Version 3.3.0

This commit is contained in:
Girish Ramakrishnan 2020-12-28 12:18:42 -08:00
parent 1d44059784
commit 81965bfe1b
3 changed files with 13 additions and 2 deletions

View file

@ -82,3 +82,14 @@
* Fix slow distinct queries where grouped queries are faster (Gargron)
* Fix 2FA/sign-in token sessions being valid after password change (Gargron)
* Fix resolving accounts sometimes creating duplicate records for a given ActivityPub identifier (ThibG)
[1.5.0]
* Update Mastodon to 3.3.0
* [Full changelog](https://github.com/tootsuite/mastodon/releases/tag/v3.3.0)
* Add hotkeys for audio/video control in web UI (Gargron, Gargron)
* Add expand/compress button on media modal in web UI (mashirozx, mashirozx, mashirozx)
* Add border around man_dancing emoji in web UI (ThibG)
* Add border around beetle emoji in web UI (ThibG)
* Add home link to the getting started column when home isn't mounted (ThibG)
* Add option to disable swiping motions across the web UI (ThibG)
* Add pop-out player for audio/video in web UI (Gargron, Gargron, Gargron, noellabo)

View file

@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Federated social network",
"version": "1.4.4",
"version": "1.5.0",
"healthCheckPath": "/about",
"httpPort": 8000,
"memoryLimit": 1610612736,

View file

@ -1,4 +1,4 @@
This app packages Mastodon <upstream>3.2.2</upstream>.
This app packages Mastodon <upstream>3.3.0</upstream>.
Your self-hosted, globally interconnected microblogging community.