diff options
| author | Oliver <zen@noreply.codeberg.org> | 2025-07-16 20:21:20 +0200 |
|---|---|---|
| committer | Oliver <zen@noreply.codeberg.org> | 2025-07-16 20:21:20 +0200 |
| commit | 3554a73aa50526631961efcca78c6c8eb2a16911 (patch) | |
| tree | fc4c21a65337ab8ecb4fb00aa551ee21997faf6f /RELEASE_NOTES.md | |
| parent | d6973cf43adfd67000e76eed26fadea7c265a09c (diff) | |
| parent | a2518f5d70b19f9cafd860bd6cde22399c452b60 (diff) | |
Merge pull request 'master' (#9) from grunfink/snac2:master into master
Reviewed-on: https://codeberg.org/zen/snac2/pulls/9
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 @@ ## UNRELEASED +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). + +Added Ukrainian translation (contributed by wincentbalin). + +## 2.80 + +Mastodon API: fixed a regression (introduced in previous version in the "boosts disappear in Tusky" fix) that interrupted timelines. + +## 2.79 + +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). + +Fixed regression while sending email via pipe on OpenBSD. + +Fixed Markdown parsing when the URL has parenthesis. + +Always show the 'pending follow confirmations' section if there are any (even if the toggle is off). + +If a metadata value is an account handler, it's also tried to be validated (rel="me" links). + +Another search by URL tweak (this time for Pixelfed links). + +Mastodon API: fixed a bug that made some boosts disappear after being shown in apps like Tusky, added followed hashtags maintenance, other minor changes. + +Renamed command-line actions `create_list` to `list_create` and `delete_list` to `list_remove`. + +The default favicon URL can be changed from the server configuration. + +New command-line option `export_posts`, to export all posts by a user in a JSON format compatible with the one generated by Mastodon. + +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. + +## 2.78 + +Hashtag following also allow URLs to RSS feeds of ActivityPub objects (like e.g. https://mastodon.social/tags/ThankYouTuesday). + +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). + The number of pending follow confirmations is shown next to the "people" link. Faster performance metrics (contributed by dandelions). -Mastodon API: added follow confirmation endpoints. +Improved lowercasing in hashtags (contributed by postscriptum). + +A search-by-url tweak for implementations that return 200 for invalid webfinger queries (e.g. piefed). + +Mastodon API: added follow confirmation endpoints, fixed collisions in attachment file names. + +Fixed potential crashes in attachment uploads. ## 2.77 "Ugly Links Everywhere" |