aboutsummaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2026-09-02 19:50:00 +0200
committerRuben Beltran del Rio <git@r.bdr.sh>2026-09-02 19:50:00 +0200
commita676bd58a875383b072293976e521ba7af8f34e8 (patch)
tree43920e9b611bb1a4ade8f5f783b88435440792ba /RELEASE_NOTES.md
parent15d4dfc538dce7bfce4b0926b77f7f200cca99ff (diff)
parent32ce0553e373cb03c690a854e1b629aa10f3ade9 (diff)
Merge branch 'master' of https://codeberg.org/grunfink/snac2
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md38
1 files changed, 38 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index e62be07..4b5b52c 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,5 +1,43 @@
# Release Notes
+## 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).