summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2023-04-12 11:25:39 +0200
committerGravatar default2023-04-12 11:25:39 +0200
commit4e6c08ae12fe06302570c1f6b4b1adbb205ffd67 (patch)
tree25c074ec17f970f49c2caab959002f6e2b0c09e6
parentDon't generate invalid JSON if an attachment has no description. (diff)
downloadpenes-snac2-4e6c08ae12fe06302570c1f6b4b1adbb205ffd67.tar.gz
penes-snac2-4e6c08ae12fe06302570c1f6b4b1adbb205ffd67.tar.xz
penes-snac2-4e6c08ae12fe06302570c1f6b4b1adbb205ffd67.zip
Updated RELEASE_NOTES.
-rw-r--r--RELEASE_NOTES.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 2aec45c..2d80625 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -2,10 +2,12 @@
2 2
3## 2.27 3## 2.27
4 4
5Fixed overzealous rejection of some local boosts. 5Added (partial) support for the Mastodon API, so you can use Mastodon-compatible apps to access #snac accounts. What works by far: login, the personal timeline, full status (post) information (replies and ancestors), liking and boosting posts. What doesn't work yet but eventually will: posting and replying to messages (I still have to figure out how some things work, like posting images), notifications (needs some internal support), the instance timeline (snac does not have it, but it can be simulated with not much effort), probably many other things. What will never be implemented: bookmarks, pinning, a federated timeline, other things that I don't remember right now. Please note that if you want to use this API in your instance, you must add some lines to your HTTP proxy support, see the snac(8) (administrator documentation) manual page. I'm doing my tests using the #Tusky, #AndStatus, #Fedilab and #Husky Android apps.
6 6
7Fixed some buffer overflows (contributed by Saagar Jha). 7Fixed some buffer overflows (contributed by Saagar Jha).
8 8
9Fixed overzealous rejection of some local boosts.
10
9## 2.26 11## 2.26
10 12
11The OpenSSL code has been refactored to avoid using deprecated functions. 13The OpenSSL code has been refactored to avoid using deprecated functions.