diff options
Diffstat (limited to 'RELEASE_NOTES.md')
| -rw-r--r-- | RELEASE_NOTES.md | 80 |
1 files changed, 79 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a413ce7..4b5b52c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,68 @@ # Release Notes -## UNRELEASED +## 2.95 + +Fixed a bug in the notification page that made snac hang forever while trying to read abnormally big files. + +Improved support for text-only web browsers: it's now possible to configure a set of web browser user-agent strings that will receive simpler HTML in the private timeline web UI. Basically, it consists in avoiding `details` / `summary` HTML tags as much as possible. + +Added some fixes to media proxy code. + +Fixed EmojiReact code to allow any emoticon defined in `emojis.json`, not only those with colon-wrapped identifiers. + +Fixed a bug in notification filtering (paging was sometimes incorrect). + +Added a notification filter for Webmentions. + +Mastodon API: Don't return reactions count as string (contributed by mkljczk), implemented GET /v1/media (contributed by clairemont). + +Fixed bug in documentation examples (contributed by Sprite_tm). + +Updated Ukrainian and Russian translations (contributed by wincentbalin and koru). + +## 2.94 + +The author of a replied post is no longer added to the CC: line, as it does not have much sense. + +Fixed mentions for users with hyphens in their identifiers. + +Unlisted replies to unknown posts were being skipped from the timeline, so don't do that. + +If an actor marked as broken gets a post boosted (proving that is [back] functioning), it's unmarked as such. + +Don't try (and fail) to parse non-UTC dates in posts (I'll provide a real fix eventually). + +Fixed a redirection loop in the `/users` alias. + +Mastodon API: fixed a bug that made changing the sensitive content string impossible, avatars and headers can be deleted (contributed by bm90). + +Updated Czech and Italian translations (contributed by pmjv and fidiben). + +## 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 +76,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. |