mastodon-app/CHANGELOG

73 lines
3 KiB
Plaintext
Raw Normal View History

2020-01-06 19:37:36 +00:00
[0.1.0]
2018-10-30 15:46:13 +00:00
* Initial Cloudron packaging
2020-01-24 02:04:54 +00:00
[1.0.0]
* Initial stable version
2020-02-28 19:34:33 +00:00
[1.1.0]
* Update Mastodon to 3.1.2
2020-03-09 17:51:48 +00:00
[1.1.1]
* Run db migration script on updates
2020-04-08 17:13:05 +00:00
[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)
2020-05-15 17:53:57 +00:00
[1.2.0]
* Use latest base image 2.0.0
* Update the memory limit to 1.5.GB
2020-07-02 01:05:26 +00:00
[1.3.0]
* Add forumUrl
2020-07-08 18:22:55 +00:00
[1.3.1]
* Update Mastodon to 3.1.5
* [Full changelog](https://github.com/tootsuite/mastodon/releases/tag/v3.1.5)
* Security: Fix media attachment enumeration (ThibG)
* Security: Change rate limits for various paths (Gargron)
* Security: Fix other sessions not being logged out on password change (Gargron)
2020-07-27 16:24:34 +00:00
[1.4.0]
* Update Mastodon to 3.2.0
* [Full changelog](https://github.com/tootsuite/mastodon/releases/tag/v3.2.0)
* Add hotkey for toggling content warning input in web UI (ThibG)
* Add support for summary field for media description in ActivityPub (ThibG)
* Add hints about incomplete remote content to web UI (Gargron, noellabo)
* Add personal notes for accounts (ThibG, Gargron, Sasha-Sorokin)
* Add customizable thumbnails for audio and video attachments (Gargron, Gargron, Gargron, Gargron, ThibG, ThibG, noellabo, noellabo)
* Add a visibility indicator to toots in web UI (noellabo, highemerly)
* Add tootctl email_domain_blocks (tateisu, Gargron)
* Add "Add new domain block" to header of federation page in admin UI (ariasuni)
* Add ability to keep emoji picker open with ctrl+click in web UI (bclindner, noellabo)
* Add custom icon for private boosts in web UI (ThibG)
* Add support for Create and Update activities that don't inline objects in ActivityPub (ThibG)
* Add support for Undo activities that don't inline activities in ActivityPub (ThibG)
2020-08-16 08:57:31 +00:00
[1.4.1]
* Add cron job to cleanup cached files
2020-10-19 19:01:42 +00:00
[1.4.2]
* Update Mastodon to 3.2.1
* [Full changelog](https://github.com/tootsuite/mastodon/releases/tag/v3.2.1)
* Add support for latest HTTP Signatures spec draft (ThibG)
* Add support for inlined objects in ActivityPub to/cc (ThibG)
* Fix crash when failing to load emoji picker in web UI (ThibG)
* Fix contrast requirements in thumbnail color extraction (ThibG)
* Fix audio/video player not using CDN_HOST on public pages (ThibG)
* Fix private boost icon not being used on public pages (OmmyZhang)
* Fix audio player on Safari in web UI (ThibG, ThibG)
2020-12-01 18:18:19 +00:00
[1.4.3]
* Install ffmpeg. This was causing sidekiq jobs to fail