summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md46
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
5Included 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
7Added Ukrainian translation (contributed by wincentbalin).
8
9## 2.80
10
11Mastodon API: fixed a regression (introduced in previous version in the "boosts disappear in Tusky" fix) that interrupted timelines.
12
13## 2.79
14
15Added 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
17Fixed regression while sending email via pipe on OpenBSD.
18
19Fixed Markdown parsing when the URL has parenthesis.
20
21Always show the 'pending follow confirmations' section if there are any (even if the toggle is off).
22
23If a metadata value is an account handler, it's also tried to be validated (rel="me" links).
24
25Another search by URL tweak (this time for Pixelfed links).
26
27Mastodon API: fixed a bug that made some boosts disappear after being shown in apps like Tusky, added followed hashtags maintenance, other minor changes.
28
29Renamed command-line actions `create_list` to `list_create` and `delete_list` to `list_remove`.
30
31The default favicon URL can be changed from the server configuration.
32
33New command-line option `export_posts`, to export all posts by a user in a JSON format compatible with the one generated by Mastodon.
34
35The 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
39Hashtag following also allow URLs to RSS feeds of ActivityPub objects (like e.g. https://mastodon.social/tags/ThankYouTuesday).
40
41Users 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
5The number of pending follow confirmations is shown next to the "people" link. 43The number of pending follow confirmations is shown next to the "people" link.
6 44
7Faster performance metrics (contributed by dandelions). 45Faster performance metrics (contributed by dandelions).
8 46
9Mastodon API: added follow confirmation endpoints. 47Improved lowercasing in hashtags (contributed by postscriptum).
48
49A search-by-url tweak for implementations that return 200 for invalid webfinger queries (e.g. piefed).
50
51Mastodon API: added follow confirmation endpoints, fixed collisions in attachment file names.
52
53Fixed potential crashes in attachment uploads.
10 54
11## 2.77 "Ugly Links Everywhere" 55## 2.77 "Ugly Links Everywhere"
12 56