diff --git a/CHANGELOG b/CHANGELOG index 25fa32a..6137f4c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -10,3 +10,16 @@ [1.1.1] * Run db migration script on updates +[1.1.2] +* Update Mastodon to 3.1.3 +* Add ability to filter audit log in admin UI (Gargron) +* Add titles to warning presets in admin UI (Gargron) +* Add option to include resolved DNS records when blacklisting e-mail domains in admin UI (Gargron) +* Add ability to delete files uploaded for settings in admin UI (ThibG) +* Add sorting by username, creation and last activity in admin UI (ThibG) +* Add explanation as to why unlocked accounts may have follow requests in web UI (ThibG) +* Add link to bookmarks to dropdown in web UI (mayaeh) +* Add support for links to statuses in announcements to be opened in web UI (ThibG, ThibG) +* Add tooltips to audio/video player buttons in web UI (ariasuni) +* Add submit button to the top of preferences pages (guigeekz) + diff --git a/CloudronManifest.json b/CloudronManifest.json index 869041c..c7c0611 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Federated social network", - "version": "1.1.1", + "version": "1.1.2", "healthCheckPath": "/about", "httpPort": 8000, "memoryLimit": 1073741824, diff --git a/DESCRIPTION.md b/DESCRIPTION.md index c1db9a5..35f9e5c 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Mastodon 3.1.2. +This app packages Mastodon 3.1.3. Your self-hosted, globally interconnected microblogging community.