diff options
Diffstat (limited to 'RELEASE_NOTES.md')
| -rw-r--r-- | RELEASE_NOTES.md | 42 |
1 files changed, 41 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a413ce7..e62be07 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,30 @@ # Release Notes -## UNRELEASED +## 2.93 + +Added a new *admirations* entry point to the web UI, containing a timeline of liked, boosted and reacted posts. Please take note that, after installing the new version, it will start empty, and be filled with subsequent reactions (contributed by violette). + +It's now possible to disable showing posts in a given set of languages. + +Nested quoted posts are limited up to 3 levels. + +New configuration knob: by setting `keep_replies_posts` to true in `server.json`, remote posts that a local user has replied to are retained in the public timeline, preventing them from being purged (contributed by hanchan). + +New configuration knob: by setting `keep_replied_me` to true in `server.json`, remote replies to local posts are retained in the public timeline, preventing them from being purged (contributed by hanchan). + +Ensure actors' public key PEM never includes anything after the end marker. + +Fixed some memory leaks (contributed by inz). + +Several additional keyId checks (many thanks to lainsoykaf for bringing this to my attention). + +Fixed crash in the JSON parser (many thanks to nullenvk for bringing this to my attention). + +Mastodon API: fixed lost custom emojis after edition (contributed by e0w0e). + +Updated French, Brazilian Portuguese, German, Spanish translations (contributed by dragondaddy, daltux, zen). + +## 2.92 Changed default: for newly created instances, `disable_inbox_collection` is set to `true` (see `snac(8)` for more information). The reason is because it seems to be used for harrasing people. @@ -14,8 +38,24 @@ Allow serving files from subdirectories of the `static/` subdirectory (contribut Minor tweak to webfinger code to handle Hubzilla's peculiarities. +Fixed a search case where URLs to GotoSocial statuses were misidentified as accounts. + +Accounts that follow you are now marked with a thumb-up emoji, because followers are adorable people. + +Fixed some account export errors. + +Fixed an incorrect hash in post links. + +Show an account's location link in the people page, if they have one. + +Mastodon API: Fixed hashtags loosing the link after editing a post, minor tweak in access token processing (contributed by trondd555). + +Drop usage of PATH_MAX (contributed by sergiodj). + New Polish translation (contributed by kpm). +Updated German and Czech translations (contributed by zen and pmjv). + ## 2.91 Fixed some local posts not being shown if the replied post is deleted. |