You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

306 lines
14 KiB

  1. Changelog
  2. =========
  3. All notable changes to this project will be documented in this file.
  4. ## [Unreleased]
  5. ### Added
  6. - Add link for adding a user to a list from their profile (#9062)
  7. - Add joining several hashtags in a single column (#8904)
  8. - Add volume sliders for videos (#9366)
  9. - Add a tooltip explaining what a locked account is (#9403)
  10. - Add preloaded cache for common JSON-LD contexts (#9412)
  11. - Add profile directory (#9427)
  12. - Add setting to not group reblogs in home feed (#9248)
  13. - Add admin ability to remove a user's header image (#9495)
  14. - Add account hashtags to ActivityPub actor JSON (#9450)
  15. - Add error message for avatar image that's too large (#9518)
  16. - Add notification quick-filter bar (#9399)
  17. - Add new first-time tutorial (#9531)
  18. - Add moderation warnings (#9519)
  19. - Add emoji codepoint mappings for v11.0 (#9618)
  20. - Add REST API for creating an account (#9572)
  21. - Add support for Malayalam in language filter (#9624)
  22. - Add exclude_reblogs option to account statuses API (#9640)
  23. - Add local followers page to admin account UI (#9610)
  24. - Add healthcheck commands to docker-compose.yml (#9143)
  25. - Add handler for Move activity to migrate followers (#9629)
  26. - Add CSV export for lists and domain blocks (#9677)
  27. - Add `tootctl accounts follow ACCT` (#9414)
  28. - Add scheduled statuses (#9706)
  29. - Add immutable caching for S3 objects (#9722)
  30. - Add cache to custom emojis API (#9732)
  31. - Add preview cards to non-detailed statuses on public pages (#9714)
  32. - Add `mod` and `moderator` to list of default reserved usernames (#9713)
  33. - Add quick links to the admin interface in the web UI (#8545)
  34. ### Changed
  35. - Temporarily pause timeline if mouse moved recently (#9200)
  36. - Change the password form order (#9267)
  37. - Redesign admin UI for accounts (#9340, #9643)
  38. - Redesign admin UI for instances/domain blocks (#9645)
  39. - Swap avatar and header input fields in profile page (#9271)
  40. - When posting in mobile mode, go back to previous history location (#9502)
  41. - Split out is_changing_upload from is_submitting (#9536)
  42. - Back to the getting-started when pins the timeline. (#9561)
  43. - Allow unauthenticated REST API access to GET /api/v1/accounts/:id/statuses (#9573)
  44. - Limit maximum visibility of local silenced users to unlisted (#9583)
  45. - Change API error message for unconfirmed accounts (#9625)
  46. - Change the icon to "reply-all" when it's a reply to other accounts (#9378)
  47. - Do not ignore federated reports targetting already-reported accounts (#9534)
  48. - Upgrade default Ruby version to 2.6.0 (#9688)
  49. - Change e-mail digest frequency (#9689)
  50. - Change Docker images for Tor support in docker-compose.yml (#9438)
  51. - Display fallback link card thumbnail when none is given (#9715)
  52. - Change account bio length validation to ignore mention domains and URLs (#9717)
  53. - Use configured contact user for "anonymous" federation activities (#9661)
  54. - Change remote interaction dialog to use specific actions instead of generic "interact" (#9743)
  55. - Always re-fetch public key when signature verification fails to support blind key rotation (#9667)
  56. - Make replies to boosts impossible, connect reply to original status instead (#9129)
  57. - Change e-mail MX validation to check both A and MX records against blacklist (#9489)
  58. ### Removed
  59. - Remove links to bridge.joinmastodon.org (non-functional) (#9608)
  60. - Remove LD-Signatures from activities that do not need them (#9659)
  61. ### Fixed
  62. - Remove unused computation of reblog references from updateTimeline (#9244)
  63. - Fix loaded embeds resetting if a status arrives from API again (#9270)
  64. - Fix race condition causing shallow status with only a "favourited" attribute (#9272)
  65. - Remove intermediary arrays when creating hash maps from results (#9291)
  66. - Extract counters from accounts table to account_stats table to improve performance (#9295)
  67. - Change identities id column to a bigint (#9371)
  68. - Fix conversations API pagination (#9407)
  69. - Improve account suspension speed and completeness (#9290)
  70. - Fix thread depth computation in statuses_controller (#9426)
  71. - Fix database deadlocks by moving account stats update outside transaction (#9437)
  72. - Escape HTML in profile name preview in profile settings (#9446)
  73. - Use same CORS policy for /@:username and /users/:username (#9485)
  74. - Make custom emoji domains case insensitive (#9474)
  75. - Various fixes to scrollable lists and media gallery (#9501)
  76. - Fix bootsnap cache directory being declared relatively (#9511)
  77. - Fix timeline pagination in the web UI (#9516)
  78. - Fix padding on dropdown elements in preferences (#9517)
  79. - Make avatar and headers respect GIF autoplay settings (#9515)
  80. - Do no retry Web Push workers if the server returns a 4xx response (#9434)
  81. - Minor scrollable list fixes (#9551)
  82. - Ignore low-confidence CharlockHolmes guesses when parsing link cards (#9510)
  83. - Fix `tootctl accounts rotate` not updating public keys (#9556)
  84. - Fix CSP / X-Frame-Options for media players (#9558)
  85. - Fix unnecessary loadMore calls when the end of a timeline has been reached (#9581)
  86. - Skip mailer job retries when a record no longer exists (#9590)
  87. - Fix composer not getting focus after reply confirmation dialog (#9602)
  88. - Fix signature verification stoplight triggering on non-timeout errors (#9617)
  89. - Fix ThreadResolveWorker getting queued with invalid URLs (#9628)
  90. - Fix crash when clearing uninitialized timeline (#9662)
  91. - Avoid duplicate work by merging ReplyDistributionWorker into DistributionWorker (#9660)
  92. - Skip full text search if it fails, instead of erroring out completely (#9654)
  93. - Fix profile metadata links not verifying correctly sometimes (#9673)
  94. - Ensure blocked user unfollows blocker if Block/Undo-Block activities are processed out of order (#9687)
  95. - Fix unreadable text color in report modal for some statuses (#9716)
  96. - Stop GIFV timeline preview explicitly when it's opened in modal (#9749)
  97. ### Security
  98. - Sanitize and sandbox toot embeds in web UI (#9552)
  99. ## [2.6.5] - 2018-12-01
  100. ### Changed
  101. - Change lists to display replies to others on the list and list owner (#9324)
  102. ### Fixed
  103. - Fix failures caused by commonly-used JSON-LD contexts being unavailable (#9412)
  104. ## [2.6.4] - 2018-11-30
  105. ### Fixed
  106. - Fix yarn dependencies not installing due to yanked event-stream package (#9401)
  107. ## [2.6.3] - 2018-11-30
  108. ### Added
  109. - Add hyphen to characters allowed in remote usernames (#9345)
  110. ### Changed
  111. - Change server user count to exclude suspended accounts (#9380)
  112. ### Fixed
  113. - Fix ffmpeg processing sometimes stalling due to overfilled stdout buffer (#9368)
  114. - Fix missing DNS records raising the wrong kind of exception (#9379)
  115. - Fix already queued deliveries still trying to reach inboxes marked as unavailable (#9358)
  116. ### Security
  117. - Fix TLS handshake timeout not being enforced (#9381)
  118. ## [2.6.2] - 2018-11-23
  119. ### Added
  120. - Add Page to whitelisted ActivityPub types (#9188)
  121. - Add 20px to column width in web UI (#9227)
  122. - Add amount of freed disk space in `tootctl media remove` (#9229, #9239, #9288)
  123. - Add "Show thread" link to self-replies (#9228)
  124. ### Changed
  125. - Change order of Atom and RSS links so Atom is first (#9302)
  126. - Change Nginx configuration for Nanobox apps (#9310)
  127. - Change the follow action to appear instant in web UI (#9220)
  128. - Change how the ActiveRecord connection is instantiated in on_worker_boot (#9238)
  129. - Change `tootctl accounts cull` to always touch accounts so they can be skipped (#9293)
  130. - Change mime type comparison to ignore JSON-LD profile (#9179)
  131. ### Fixed
  132. - Fix web UI crash when conversation has no last status (#9207)
  133. - Fix follow limit validator reporting lower number past threshold (#9230)
  134. - Fix form validation flash message color and input borders (#9235)
  135. - Fix invalid twitter:player cards being displayed (#9254)
  136. - Fix emoji update date being processed incorrectly (#9255)
  137. - Fix playing embed resetting if status is reloaded in web UI (#9270, #9275)
  138. - Fix web UI crash when favouriting a deleted status (#9272)
  139. - Fix intermediary arrays being created for hash maps (#9291)
  140. - Fix filter ID not being a string in REST API (#9303)
  141. ### Security
  142. - Fix multiple remote account deletions being able to deadlock the database (#9292)
  143. - Fix HTTP connection timeout of 10s not being enforced (#9329)
  144. ## [2.6.1] - 2018-10-30
  145. ### Fixed
  146. - Fix resolving resources by URL not working due to a regression in #9132 (#9171)
  147. - Fix reducer error in web UI when a conversation has no last status (#9173)
  148. ## [2.6.0] - 2018-10-30
  149. ### Added
  150. - Add link ownership verification (#8703)
  151. - Add conversations API (#8832)
  152. - Add limit for the number of people that can be followed from one account (#8807)
  153. - Add admin setting to customize mascot (#8766)
  154. - Add support for more granular ActivityPub audiences from other software, i.e. circles (#8950, #9093, #9150)
  155. - Add option to block all reports from a domain (#8830)
  156. - Add user preference to always expand toots marked with content warnings (#8762)
  157. - Add user preference to always hide all media (#8569)
  158. - Add `force_login` param to OAuth authorize page (#8655)
  159. - Add `tootctl accounts backup` (#8642, #8811)
  160. - Add `tootctl accounts create` (#8642, #8811)
  161. - Add `tootctl accounts cull` (#8642, #8811)
  162. - Add `tootctl accounts delete` (#8642, #8811)
  163. - Add `tootctl accounts modify` (#8642, #8811)
  164. - Add `tootctl accounts refresh` (#8642, #8811)
  165. - Add `tootctl feeds build` (#8642, #8811)
  166. - Add `tootctl feeds clear` (#8642, #8811)
  167. - Add `tootctl settings registrations open` (#8642, #8811)
  168. - Add `tootctl settings registrations close` (#8642, #8811)
  169. - Add `min_id` param to REST API to support backwards pagination (#8736)
  170. - Add a confirmation dialog when hitting reply and the compose box isn't empty (#8893)
  171. - Add PostgreSQL disk space growth tracking in PGHero (#8906)
  172. - Add button for disabling local account to report quick actions bar (#9024)
  173. - Add Czech language (#8594)
  174. - Add `same-site` (`lax`) attribute to cookies (#8626)
  175. - Add support for styled scrollbars in Firefox Nightly (#8653)
  176. - Add highlight to the active tab in web UI profiles (#8673)
  177. - Add auto-focus for comment textarea in report modal (#8689)
  178. - Add auto-focus for emoji picker's search field (#8688)
  179. - Add nginx and systemd templates to `dist/` directory (#8770)
  180. - Add support for `/.well-known/change-password` (#8828)
  181. - Add option to override FFMPEG binary path (#8855)
  182. - Add `dns-prefetch` tag when using different host for assets or uploads (#8942)
  183. - Add `description` meta tag (#8941)
  184. - Add `Content-Security-Policy` header (#8957)
  185. - Add cache for the instance info API (#8765)
  186. - Add suggested follows to search screen in mobile layout (#9010)
  187. - Add CORS header to `/.well-known/*` routes (#9083)
  188. - Add `card` attribute to statuses returned from REST API (#9120)
  189. - Add in-stream link preview (#9120)
  190. - Add support for ActivityPub `Page` objects (#9121)
  191. ### Changed
  192. - Change forms design (#8703)
  193. - Change reports overview to group by target account (#8674)
  194. - Change web UI to show "read more" link on overly long in-stream statuses (#8205)
  195. - Change design of direct messages column (#8832, #9022)
  196. - Change home timelines to exclude DMs (#8940)
  197. - Change list timelines to exclude all replies (#8683)
  198. - Change admin accounts UI default sort to most recent (#8813)
  199. - Change documentation URL in the UI (#8898)
  200. - Change style of success and failure messages (#8973)
  201. - Change DM filtering to always allow DMs from staff (#8993)
  202. - Change recommended Ruby version to 2.5.3 (#9003)
  203. - Change docker-compose default to persist volumes in current directory (#9055)
  204. - Change character counters on edit profile page to input length limit (#9100)
  205. - Change notification filtering to always let through messages from staff (#9152)
  206. - Change "hide boosts from user" function also hiding notifications about boosts (#9147)
  207. - Change CSS `detailed-status__wrapper` class actually wrap the detailed status (#8547)
  208. ### Deprecated
  209. - `GET /api/v1/timelines/direct``GET /api/v1/conversations` (#8832)
  210. - `POST /api/v1/notifications/dismiss``POST /api/v1/notifications/:id/dismiss` (#8905)
  211. - `GET /api/v1/statuses/:id/card``card` attributed included in status (#9120)
  212. ### Removed
  213. - Remove "on this device" label in column push settings (#8704)
  214. - Remove rake tasks in favour of tootctl commands (#8675)
  215. ### Fixed
  216. - Fix remote statuses using instance's default locale if no language given (#8861)
  217. - Fix streaming API not exiting when port or socket is unavailable (#9023)
  218. - Fix network calls being performed in database transaction in ActivityPub handler (#8951)
  219. - Fix dropdown arrow position (#8637)
  220. - Fix first element of dropdowns being focused even if not using keyboard (#8679)
  221. - Fix tootctl requiring `bundle exec` invocation (#8619)
  222. - Fix public pages not using animation preference for avatars (#8614)
  223. - Fix OEmbed/OpenGraph cards not understanding relative URLs (#8669)
  224. - Fix some dark emojis not having a white outline (#8597)
  225. - Fix media description not being displayed in various media modals (#8678)
  226. - Fix generated URLs of desktop notifications missing base URL (#8758)
  227. - Fix RTL styles (#8764, #8767, #8823, #8897, #9005, #9007, #9018, #9021, #9145, #9146)
  228. - Fix crash in streaming API when tag param missing (#8955)
  229. - Fix hotkeys not working when no element is focused (#8998)
  230. - Fix some hotkeys not working on detailed status view (#9006)
  231. - Fix og:url on status pages (#9047)
  232. - Fix upload option buttons only being visible on hover (#9074)
  233. - Fix tootctl not returning exit code 1 on wrong arguments (#9094)
  234. - Fix preview cards for appearing for profiles mentioned in toot (#6934, #9158)
  235. - Fix local accounts sometimes being duplicated as faux-remote (#9109)
  236. - Fix emoji search when the shortcode has multiple separators (#9124)
  237. - Fix dropdowns sometimes being partially obscured by other elements (#9126)
  238. - Fix cache not updating when reply/boost/favourite counters or media sensitivity update (#9119)
  239. - Fix empty display name precedence over username in web UI (#9163)
  240. - Fix td instead of th in sessions table header (#9162)
  241. - Fix handling of content types with profile (#9132)
  242. ## [2.5.2] - 2018-10-12
  243. ### Security
  244. - Fix XSS vulnerability (#8959)
  245. ## [2.5.1] - 2018-10-07
  246. ### Fixed
  247. - Fix database migrations for PostgreSQL below 9.5 (#8903)
  248. - Fix class autoloading issue in ActivityPub Create handler (#8820)
  249. - Fix cache statistics not being sent via statsd when statsd enabled (#8831)
  250. - Bump puma from 3.11.4 to 3.12.0 (#8883)
  251. ### Security
  252. - Fix some local images not having their EXIF metadata stripped on upload (#8714)
  253. - Fix being able to enable a disabled relay via ActivityPub Accept handler (#8864)
  254. - Bump nokogiri from 1.8.4 to 1.8.5 (#8881)
  255. - Fix being able to report statuses not belonging to the reported account (#8916)