-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
251 lines (218 loc) · 11.8 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
[0.1.0]
* Initial Cloudron packaging
[1.0.0]
* Initial stable version
[1.1.0]
* Update Mastodon to 3.1.2
[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)
[1.2.0]
* Use latest base image 2.0.0
* Update the memory limit to 1.5.GB
[1.3.0]
* Add forumUrl
[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)
[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)
[1.4.1]
* Add cron job to cleanup cached files
[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)
[1.4.3]
* Install ffmpeg. This was causing sidekiq jobs to fail
[1.4.4]
* Update Mastodon to 3.2.2
* Remove dependency on unused and unmaintained http_parser.rb gem (ThibG)
* Fix Move handler not being triggered when failing to fetch target account (ThibG)
* Fix downloading remote media files when server returns empty filename (ThibG)
* Fix possible casing inconsistencies in hashtag search (ThibG)
* Fix updating account counters when association is not yet created (Gargron)
* Fix account processing failing because of large collections (ThibG)
* Fix resolving an account through its non-canonical form (i.e. alternate domain) (ThibG)
* 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)
[1.6.0]
* Update base image to v3
[1.6.1]
* Update Mastodon to 3.4.0
* Add follow recommendations for onboarding
* Update dependencies
[1.6.2]
* Update Mastodon to 3.4.1
* Add new emoji assets from Twemoji 13.1.0
* Fix some ActivityPub identifiers in server actor outbox (ClearlyClaire)
* Fix custom CSS path setting cookies and being uncacheable due to it (tribela)
* Fix unread notification count when polling in web UI (ClearlyClaire)
* Fix health check not being accessible through localhost (ClearlyClaire)
* Fix some redis locks auto-releasing too fast (ClearlyClaire, ClearlyClaire)
* Fix e-mail confirmations API not working correctly (Gargron)
* Fix migration script not being able to run if it fails midway (ClearlyClaire)
* Fix account deletion sometimes failing because of optimistic locks (ClearlyClaire)
* Fix deprecated slash as division in SASS files (ClearlyClaire)
* Fix tootctl search deploy compatibility error on Ruby 3 (ClearlyClaire)
* Fix mailer jobs for deleted notifications erroring out (ClearlyClaire)
[1.7.0]
* Add `/app/data/config.sh` to customize puma, sidekiq and streaming configs
[1.7.1]
* Update Mastodon to 3.4.3
* [Full changelog](https://github.com/mastodon/mastodon/releases/tag/v3.4.2)
* Fix handling of back button with modal windows in web UI (ClearlyClaire)
* Fix pop-in player when author has long username in web UI (ClearlyClaire)
* Fix crash when a status with a playing video gets deleted in web UI (ClearlyClaire)
* Fix crash with Microsoft Translate in web UI (ClearlyClaire)
* Fix PWA not being usable from alternate domains (HolgerHuo)
* Fix locale-specific number rounding errors (ClearlyClaire)
* Fix scheduling a status decreasing status count (ClearlyClaire)
* Fix user's canonical email address being blocked when user deletes own account (ClearlyClaire)
[1.7.2]
* Update Mastodon to 3.4.4
* [Full changelog](https://github.com/mastodon/mastodon/releases/tag/v3.4.4)
* Fix error when suspending user with an already blocked canonical email (ClearlyClaire)
* Fix overflow of long profile fields in admin UI (ClearlyClaire)
* Fix confusing error when WebFinger request returns empty document (ClearlyClaire)
* Fix upload of remote media with OpenStack Swift sometimes failing (ClearlyClaire)
* Fix logout link not working in Safari (noellabo)
* Fix “open” link of media modal not closing modal in web UI (ClearlyClaire)
* Fix replying from modal in web UI (ClearlyClaire)
[1.7.3]
* Update base image to 3.2.0
[1.7.4]
* Update Mastodon to 3.4.5
* [Full changelog](https://github.com/mastodon/mastodon/releases/tag/v3.4.5)
[1.7.5]
* Update Mastodon to 3.4.6
* [Full changelog](https://github.com/mastodon/mastodon/releases/tag/v3.4.6)
* Fix mastodon:webpush:generate_vapid_key task requiring a functional environment (ClearlyClaire)
* Fix spurious errors when receiving an Add activity for a private post (ClearlyClaire)
* Fix error-prone SQL queries (ClearlyClaire)
* Fix not compacting incoming signed JSON-LD activities (puckipedia, ClearlyClaire) (CVE-2022-24307)
* Fix insufficient sanitization of report comments (ClearlyClaire)
* Fix stop condition of a Common Table Expression (ClearlyClaire)
* Disable legacy XSS filtering (Wonderfall)
[1.8.0]
* Update Mastodon to 3.5.0
* [Full changelog](https://github.com/mastodon/mastodon/releases/tag/v3.5.0)
* Add support for incoming edited posts
* Add appeals for moderator decisions
* Add notifications for posts deleted by moderators
* Add explore page with trending posts and links
* Add graphs and retention metrics to admin dashboard
* Add notifications for moderators about new sign-ups
* Add ability to suspend accounts in batches in admin UI
[1.8.1]
* Update Mastodon to 3.5.1
* [Full changelog](https://github.com/mastodon/mastodon/releases/tag/v3.5.1)
* Add pagination for trending statuses in web UI (Gargron)
* Change e-mail notifications to only be sent when recipient is offline (Gargron)
* Send e-mails for mentions and follows by default again
* But only when recipient does not have push notifications through an app
* Change website attribute to be nullable on Application entity in REST API (rinsuki)
[1.8.2]
* Update Mastodon to 3.5.2
* [Full changelog](https://github.com/mastodon/mastodon/releases/tag/v3.5.2)
* Add warning on direct messages screen in web UI (Gargron)
* We already had a warning when composing a direct message, it has now been reworded to be more clear
* Same warning is now displayed when viewing sent and received direct messages
* Add ability to set approval-based registration through tootctl (ClearlyClaire)
* Add pre-filling of domain from search filter in domain allow/block admin UI (ClearlyClaire)
[1.8.3]
* Update Mastodon to 3.5.3
* [Full changelog](https://github.com/mastodon/mastodon/releases/tag/v3.5.3)
* Add language dropdown to compose form in web UI (Gargron, ykzts)
* Add warning for limited accounts in web UI (Gargron)
* Add limited attribute to accounts in REST API (Gargron)
[1.8.4]
* Update Mastodon to 3.5.4
* [Full changelog](https://github.com/mastodon/mastodon/releases/tag/v3.5.4)
* Install ruby 3.0.4
* Fix emoFix emoji substitution not applying only to text nodes in backend code (ClearlyClaire)
* Fix emoji substitution not applying only to text nodes in Web UI (ClearlyClaire)
* Fix rate limiting for paths with formats (Gargron)
* Fix out-of-bound reads in blurhash transcoder (delroth)
[1.8.5]
* Update Mastodon to 3.5.5
* [Full changelog](https://github.com/mastodon/mastodon/releases/tag/v3.5.5)
* Fix nodes order being sometimes mangled when rewriting emoji (ClearlyClaire)
[1.9.0]
* Update Mastodon to 4.0.2
* [Full changelog](https://github.com/mastodon/mastodon/releases/tag/v4.0.0)
* Add ability to filter followed accounts' posts by language (Gargron, ClearlyClaire)
* Add ability to follow hashtags (Gargron, Gargron, Gargron, noellabo)
* Add ability to filter individual posts (ClearlyClaire)
* Add ability to translate posts (Gargron, ClearlyClaire, Gargron, ClearlyClaire, Gargron, ykzts, Gargron)
* Add featured tags to web UI (noellabo, noellabo, noellabo, noellabo, Gargron, ykzts, noellabo, noellabo, Gargron, Gargron, ClearlyClaire)
* Add support for language preferences for trending statuses and links (Gargron, Gargron, ykzts)
* Add server rules to sign-up flow (Gargron)
* Add privacy icons to report modal in web UI (ClearlyClaire)
* Add noopener to links to remote profiles in web UI (shleeable)
* Add option to open original page in dropdowns of remote content in web UI (Gargron)
* Add warning for sensitive audio posts in web UI (rgroothuijsen)
* Add language attribute to posts in web UI (tribela)
* Add support for uploading WebP files (Saiv46)
* Add support for uploading audio/vnd.wave files (tribela)
* Add support for uploading AVIF files (txt-file)
* Add support for uploading HEIC files (Gargron)
[1.9.0-1]
* Cleanup preview-cards cache and orphaned media
[1.9.1]
* Only chown if needed
[1.10.0]
* Update base image to 4.0.0
[1.11.0]
* Update Mastodon to 4.1.0
* [Full changelog](https://github.com/mastodon/mastodon/releases/tag/v4.1.0)
* Add support for importing/exporting server-wide domain blocks (enbylenore, ClearlyClaire, dariusk, ClearlyClaire)
* Add listing of followed hashtags (connorshea)
* Add support for editing media description and focus point of already-sent posts (ClearlyClaire)
* Add follow request banner on account header (ClearlyClaire)
* Add confirmation screen when handling reports (ClearlyClaire, Gargron, tribela)
* Add option to make the landing page be /about even when trends are enabled (ClearlyClaire)