From 81965bfe1b31bdabf691f206d277afa67a89f670 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 28 Dec 2020 12:18:42 -0800 Subject: [PATCH] Version 3.3.0 --- CHANGELOG | 11 +++++++++++ CloudronManifest.json | 2 +- DESCRIPTION.md | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index e4d402a..5919853 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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) diff --git a/CloudronManifest.json b/CloudronManifest.json index e39b4e3..36ef491 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -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, diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 16c3857..c86daed 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Mastodon 3.2.2. +This app packages Mastodon 3.3.0. Your self-hosted, globally interconnected microblogging community.