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.

112 lines
5.0 KiB

  1. Changelog
  2. =========
  3. All notable changes to this project will be documented in this file.
  4. ## [Unreleased]
  5. ### Added
  6. - Add link ownership verification (#8703)
  7. - Add conversations API (#8832)
  8. - Add limit for the number of people that can be followed from one account (#8807)
  9. - Add admin setting to customize mascot (#8766)
  10. - Add support for more granular ActivityPub audiences from other software, i.e. circles (#8950)
  11. - Add option to block all reports from a domain (#8830)
  12. - Add user preference to always expand toots marked with content warnings (#8762)
  13. - Add user preference to always hide all media (#8569)
  14. - Add `force_login` param to OAuth authorize page (#8655)
  15. - Add `tootctl accounts backup` (#8642, #8811)
  16. - Add `tootctl accounts create` (#8642, #8811)
  17. - Add `tootctl accounts cull` (#8642, #8811)
  18. - Add `tootctl accounts delete` (#8642, #8811)
  19. - Add `tootctl accounts modify` (#8642, #8811)
  20. - Add `tootctl accounts refresh` (#8642, #8811)
  21. - Add `tootctl feeds build` (#8642, #8811)
  22. - Add `tootctl feeds clear` (#8642, #8811)
  23. - Add `tootctl settings registrations open` (#8642, #8811)
  24. - Add `tootctl settings registrations close` (#8642, #8811)
  25. - Add `min_id` param to REST API to support backwards pagination (#8736)
  26. - Add a confirmation dialog when hitting reply and the compose box isn't empty (#8893)
  27. - Add PostgreSQL disk space growth tracking in PGHero (#8906)
  28. - Add button for disabling local account to report quick actions bar (#9024)
  29. - Add Czech language (#8594)
  30. - Add `Clear-Site-Data` header when logging out (#8627)
  31. - Add `same-site` (`lax`) attribute to cookies (#8626)
  32. - Add support for styled scrollbars in Firefox Nightly (#8653)
  33. - Add highlight to the active tab in web UI profiles (#8673)
  34. - Add auto-focus for comment textarea in report modal (#8689)
  35. - Add auto-focus for emoji picker's search field (#8688)
  36. - Add nginx and systemd templates to `dist/` directory (#8770)
  37. - Add support for `/.well-known/change-password` (#8828)
  38. - Add option to override FFMPEG binary path (#8855)
  39. - Add `dns-prefetch` tag when using different host for assets or uploads (#8942)
  40. - Add `description` meta tag (#8941)
  41. - Add `Content-Security-Policy` header (#8957)
  42. - Add cache for the instance info API (#8765)
  43. - Add suggested follows to search screen in mobile layout (#9010)
  44. - Add CORS header to `/.well-known/*` routes (#9083)
  45. ### Changed
  46. - Change forms design (#8703)
  47. - Change reports overview to group by target account (#8674)
  48. - Change web UI to show "read more" link on overly long in-stream statuses (#8205)
  49. - Change design of direct messages column (#8832, #9022)
  50. - Change home timelines to exclude DMs (#8940)
  51. - Change list timelines to exclude all replies (#8683)
  52. - Change admin accounts UI default sort to most recent (#8813)
  53. - Change documentation URL in the UI (#8898)
  54. - Change style of success and failure messages (#8973)
  55. - Change DM filtering to always allow DMs from staff (#8993)
  56. - Change recommended Ruby version to 2.5.3 (#9003)
  57. - Change docker-compose default to persist volumes in current directory (#9055)
  58. ### Deprecated
  59. - `GET /api/v1/timelines/direct``GET /api/v1/conversations` (#8832)
  60. - `POST /api/v1/notifications/dismiss``POST /api/v1/notifications/:id/dismiss` (#8905)
  61. ### Removed
  62. - Remove "on this device" label in column push settings (#8704)
  63. - Remove rake tasks in favour of tootctl commands (#8675)
  64. ### Fixed
  65. - Fix remote statuses using instance's default locale if no language given (#8861)
  66. - Fix streaming API not exiting when port or socket is unavailable (#9023)
  67. - Fix network calls being performed in database transaction in ActivityPub handler (#8951)
  68. - Fix dropdown arrow position (#8637)
  69. - Fix first element of dropdowns being focused even if not using keyboard (#8679)
  70. - Fix tootctl requiring `bundle exec` invocation (#8619)
  71. - Fix public pages not using animation preference for avatars (#8614)
  72. - Fix OEmbed/OpenGraph cards not understanding relative URLs (#8669)
  73. - Fix some dark emojis not having a white outline (#8597)
  74. - Fix media description not being displayed in various media modals (#8678)
  75. - Fix generated URLs of desktop notifications missing base URL (#8758)
  76. - Fix RTL styles (#8764, #8767, #8823, #8897, #9005, #9007, #9018, #9021)
  77. - Fix crash in streaming API when tag param missing (#8955)
  78. - Fix hotkeys not working when no element is focused (#8998)
  79. - Fix some hotkeys not working on detailed status view (#9006)
  80. - Fix og:url on status pages (#9047)
  81. - Fix upload option buttons only being visible on hover (#9074)
  82. ## [2.5.2] - 2018-10-12
  83. ### Security
  84. - Fix XSS vulnerability (#8959)
  85. ## [2.5.1] - 2018-10-07
  86. ### Fixed
  87. - Fix database migrations for PostgreSQL below 9.5 (#8903)
  88. - Fix class autoloading issue in ActivityPub Create handler (#8820)
  89. - Fix cache statistics not being sent via statsd when statsd enabled (#8831)
  90. - Bump puma from 3.11.4 to 3.12.0 (#8883)
  91. ### Security
  92. - Fix some local images not having their EXIF metadata stripped on upload (#8714)
  93. - Fix being able to enable a disabled relay via ActivityPub Accept handler (#8864)
  94. - Bump nokogiri from 1.8.4 to 1.8.5 (#8881)
  95. - Fix being able to report statuses not belonging to the reported account (#8916)