diff options
Diffstat (limited to 'RELEASE_NOTES.md')
| -rw-r--r-- | RELEASE_NOTES.md | 46 |
1 files changed, 45 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 484e425..b932cc2 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md | |||
| @@ -2,11 +2,55 @@ | |||
| 2 | 2 | ||
| 3 | ## UNRELEASED | 3 | ## UNRELEASED |
| 4 | 4 | ||
| 5 | Included a small tweak to avoid being confused by implementations that return valid webfinger queries for non-account URLs (like i.e. the Wordpress ActivityPub plugin in some configurations). | ||
| 6 | |||
| 7 | Added Ukrainian translation (contributed by wincentbalin). | ||
| 8 | |||
| 9 | ## 2.80 | ||
| 10 | |||
| 11 | Mastodon API: fixed a regression (introduced in previous version in the "boosts disappear in Tusky" fix) that interrupted timelines. | ||
| 12 | |||
| 13 | ## 2.79 | ||
| 14 | |||
| 15 | Added a server-wide Webmention hook; this way, if somebody out there (that supports Webmention) links to a user or post in this instance, a notification is sent (this is the complementary of what was implemented in version 2.76). | ||
| 16 | |||
| 17 | Fixed regression while sending email via pipe on OpenBSD. | ||
| 18 | |||
| 19 | Fixed Markdown parsing when the URL has parenthesis. | ||
| 20 | |||
| 21 | Always show the 'pending follow confirmations' section if there are any (even if the toggle is off). | ||
| 22 | |||
| 23 | If a metadata value is an account handler, it's also tried to be validated (rel="me" links). | ||
| 24 | |||
| 25 | Another search by URL tweak (this time for Pixelfed links). | ||
| 26 | |||
| 27 | Mastodon API: fixed a bug that made some boosts disappear after being shown in apps like Tusky, added followed hashtags maintenance, other minor changes. | ||
| 28 | |||
| 29 | Renamed command-line actions `create_list` to `list_create` and `delete_list` to `list_remove`. | ||
| 30 | |||
| 31 | The default favicon URL can be changed from the server configuration. | ||
| 32 | |||
| 33 | New command-line option `export_posts`, to export all posts by a user in a JSON format compatible with the one generated by Mastodon. | ||
| 34 | |||
| 35 | The command-line options to send notes also allow an optional `-r` argument, to set the URL of a Fediverse post this note is a reply to. | ||
| 36 | |||
| 37 | ## 2.78 | ||
| 38 | |||
| 39 | Hashtag following also allow URLs to RSS feeds of ActivityPub objects (like e.g. https://mastodon.social/tags/ThankYouTuesday). | ||
| 40 | |||
| 41 | Users can now configure a webhook to receive an HTTP POST for every notification. This can be useful for implementing bots that react to activities, like autorepliers, chatbots or interactive textual games (see `snac(1)` for more information). | ||
| 42 | |||
| 5 | The number of pending follow confirmations is shown next to the "people" link. | 43 | The number of pending follow confirmations is shown next to the "people" link. |
| 6 | 44 | ||
| 7 | Faster performance metrics (contributed by dandelions). | 45 | Faster performance metrics (contributed by dandelions). |
| 8 | 46 | ||
| 9 | Mastodon API: added follow confirmation endpoints. | 47 | Improved lowercasing in hashtags (contributed by postscriptum). |
| 48 | |||
| 49 | A search-by-url tweak for implementations that return 200 for invalid webfinger queries (e.g. piefed). | ||
| 50 | |||
| 51 | Mastodon API: added follow confirmation endpoints, fixed collisions in attachment file names. | ||
| 52 | |||
| 53 | Fixed potential crashes in attachment uploads. | ||
| 10 | 54 | ||
| 11 | ## 2.77 "Ugly Links Everywhere" | 55 | ## 2.77 "Ugly Links Everywhere" |
| 12 | 56 | ||