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.

168 lines
7.8 KiB

  1. Changelog
  2. =========
  3. All notable changes to this project will be documented in this file.
  4. ## [2.6.2] - 2018-11-23
  5. ### Added
  6. - Add Page to whitelisted ActivityPub types (#9188)
  7. - Add 20px to column width in web UI (#9227)
  8. - Add amount of freed disk space in `tootctl media remove` (#9229, #9239, #9288)
  9. - Add "Show thread" link to self-replies (#9228)
  10. ### Changed
  11. - Change order of Atom and RSS links so Atom is first (#9302)
  12. - Change Nginx configuration for Nanobox apps (#9310)
  13. - Change the follow action to appear instant in web UI (#9220)
  14. - Change how the ActiveRecord connection is instantiated in on_worker_boot (#9238)
  15. - Change `tootctl accounts cull` to always touch accounts so they can be skipped (#9293)
  16. - Change mime type comparison to ignore JSON-LD profile (#9179)
  17. ### Fixed
  18. - Fix web UI crash when conversation has no last status (#9207)
  19. - Fix follow limit validator reporting lower number past threshold (#9230)
  20. - Fix form validation flash message color and input borders (#9235)
  21. - Fix invalid twitter:player cards being displayed (#9254)
  22. - Fix emoji update date being processed incorrectly (#9255)
  23. - Fix playing embed resetting if status is reloaded in web UI (#9270, #9275)
  24. - Fix web UI crash when favouriting a deleted status (#9272)
  25. - Fix intermediary arrays being created for hash maps (#9291)
  26. - Fix filter ID not being a string in REST API (#9303)
  27. ### Security
  28. - Fix multiple remote account deletions being able to deadlock the database (#9292)
  29. - Fix HTTP connection timeout of 10s not being enforced (#9329)
  30. ## [2.6.1] - 2018-10-30
  31. ### Fixed
  32. - Fix resolving resources by URL not working due to a regression in #9132 (#9171)
  33. - Fix reducer error in web UI when a conversation has no last status (#9173)
  34. ## [2.6.0] - 2018-10-30
  35. ### Added
  36. - Add link ownership verification (#8703)
  37. - Add conversations API (#8832)
  38. - Add limit for the number of people that can be followed from one account (#8807)
  39. - Add admin setting to customize mascot (#8766)
  40. - Add support for more granular ActivityPub audiences from other software, i.e. circles (#8950, #9093, #9150)
  41. - Add option to block all reports from a domain (#8830)
  42. - Add user preference to always expand toots marked with content warnings (#8762)
  43. - Add user preference to always hide all media (#8569)
  44. - Add `force_login` param to OAuth authorize page (#8655)
  45. - Add `tootctl accounts backup` (#8642, #8811)
  46. - Add `tootctl accounts create` (#8642, #8811)
  47. - Add `tootctl accounts cull` (#8642, #8811)
  48. - Add `tootctl accounts delete` (#8642, #8811)
  49. - Add `tootctl accounts modify` (#8642, #8811)
  50. - Add `tootctl accounts refresh` (#8642, #8811)
  51. - Add `tootctl feeds build` (#8642, #8811)
  52. - Add `tootctl feeds clear` (#8642, #8811)
  53. - Add `tootctl settings registrations open` (#8642, #8811)
  54. - Add `tootctl settings registrations close` (#8642, #8811)
  55. - Add `min_id` param to REST API to support backwards pagination (#8736)
  56. - Add a confirmation dialog when hitting reply and the compose box isn't empty (#8893)
  57. - Add PostgreSQL disk space growth tracking in PGHero (#8906)
  58. - Add button for disabling local account to report quick actions bar (#9024)
  59. - Add Czech language (#8594)
  60. - Add `same-site` (`lax`) attribute to cookies (#8626)
  61. - Add support for styled scrollbars in Firefox Nightly (#8653)
  62. - Add highlight to the active tab in web UI profiles (#8673)
  63. - Add auto-focus for comment textarea in report modal (#8689)
  64. - Add auto-focus for emoji picker's search field (#8688)
  65. - Add nginx and systemd templates to `dist/` directory (#8770)
  66. - Add support for `/.well-known/change-password` (#8828)
  67. - Add option to override FFMPEG binary path (#8855)
  68. - Add `dns-prefetch` tag when using different host for assets or uploads (#8942)
  69. - Add `description` meta tag (#8941)
  70. - Add `Content-Security-Policy` header (#8957)
  71. - Add cache for the instance info API (#8765)
  72. - Add suggested follows to search screen in mobile layout (#9010)
  73. - Add CORS header to `/.well-known/*` routes (#9083)
  74. - Add `card` attribute to statuses returned from REST API (#9120)
  75. - Add in-stream link preview (#9120)
  76. - Add support for ActivityPub `Page` objects (#9121)
  77. ### Changed
  78. - Change forms design (#8703)
  79. - Change reports overview to group by target account (#8674)
  80. - Change web UI to show "read more" link on overly long in-stream statuses (#8205)
  81. - Change design of direct messages column (#8832, #9022)
  82. - Change home timelines to exclude DMs (#8940)
  83. - Change list timelines to exclude all replies (#8683)
  84. - Change admin accounts UI default sort to most recent (#8813)
  85. - Change documentation URL in the UI (#8898)
  86. - Change style of success and failure messages (#8973)
  87. - Change DM filtering to always allow DMs from staff (#8993)
  88. - Change recommended Ruby version to 2.5.3 (#9003)
  89. - Change docker-compose default to persist volumes in current directory (#9055)
  90. - Change character counters on edit profile page to input length limit (#9100)
  91. - Change notification filtering to always let through messages from staff (#9152)
  92. - Change "hide boosts from user" function also hiding notifications about boosts (#9147)
  93. - Change CSS `detailed-status__wrapper` class actually wrap the detailed status (#8547)
  94. ### Deprecated
  95. - `GET /api/v1/timelines/direct``GET /api/v1/conversations` (#8832)
  96. - `POST /api/v1/notifications/dismiss``POST /api/v1/notifications/:id/dismiss` (#8905)
  97. - `GET /api/v1/statuses/:id/card``card` attributed included in status (#9120)
  98. ### Removed
  99. - Remove "on this device" label in column push settings (#8704)
  100. - Remove rake tasks in favour of tootctl commands (#8675)
  101. ### Fixed
  102. - Fix remote statuses using instance's default locale if no language given (#8861)
  103. - Fix streaming API not exiting when port or socket is unavailable (#9023)
  104. - Fix network calls being performed in database transaction in ActivityPub handler (#8951)
  105. - Fix dropdown arrow position (#8637)
  106. - Fix first element of dropdowns being focused even if not using keyboard (#8679)
  107. - Fix tootctl requiring `bundle exec` invocation (#8619)
  108. - Fix public pages not using animation preference for avatars (#8614)
  109. - Fix OEmbed/OpenGraph cards not understanding relative URLs (#8669)
  110. - Fix some dark emojis not having a white outline (#8597)
  111. - Fix media description not being displayed in various media modals (#8678)
  112. - Fix generated URLs of desktop notifications missing base URL (#8758)
  113. - Fix RTL styles (#8764, #8767, #8823, #8897, #9005, #9007, #9018, #9021, #9145, #9146)
  114. - Fix crash in streaming API when tag param missing (#8955)
  115. - Fix hotkeys not working when no element is focused (#8998)
  116. - Fix some hotkeys not working on detailed status view (#9006)
  117. - Fix og:url on status pages (#9047)
  118. - Fix upload option buttons only being visible on hover (#9074)
  119. - Fix tootctl not returning exit code 1 on wrong arguments (#9094)
  120. - Fix preview cards for appearing for profiles mentioned in toot (#6934, #9158)
  121. - Fix local accounts sometimes being duplicated as faux-remote (#9109)
  122. - Fix emoji search when the shortcode has multiple separators (#9124)
  123. - Fix dropdowns sometimes being partially obscured by other elements (#9126)
  124. - Fix cache not updating when reply/boost/favourite counters or media sensitivity update (#9119)
  125. - Fix empty display name precedence over username in web UI (#9163)
  126. - Fix td instead of th in sessions table header (#9162)
  127. - Fix handling of content types with profile (#9132)
  128. ## [2.5.2] - 2018-10-12
  129. ### Security
  130. - Fix XSS vulnerability (#8959)
  131. ## [2.5.1] - 2018-10-07
  132. ### Fixed
  133. - Fix database migrations for PostgreSQL below 9.5 (#8903)
  134. - Fix class autoloading issue in ActivityPub Create handler (#8820)
  135. - Fix cache statistics not being sent via statsd when statsd enabled (#8831)
  136. - Bump puma from 3.11.4 to 3.12.0 (#8883)
  137. ### Security
  138. - Fix some local images not having their EXIF metadata stripped on upload (#8714)
  139. - Fix being able to enable a disabled relay via ActivityPub Accept handler (#8864)
  140. - Bump nokogiri from 1.8.4 to 1.8.5 (#8881)
  141. - Fix being able to report statuses not belonging to the reported account (#8916)