summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2023-04-12 15:04:33 +0200
committerGravatar default2023-04-12 15:04:33 +0200
commit0184297dced76bba8dc5beefa7cf2b2825c48a4d (patch)
treef0618da9cb7eec15c42dfa159975feaa2fce8fee
parentUpdated TODO. (diff)
downloadpenes-snac2-0184297dced76bba8dc5beefa7cf2b2825c48a4d.tar.gz
penes-snac2-0184297dced76bba8dc5beefa7cf2b2825c48a4d.tar.xz
penes-snac2-0184297dced76bba8dc5beefa7cf2b2825c48a4d.zip
Updated RELEASE_NOTES.
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 1674706..02c7ac5 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -2,7 +2,7 @@
2 2
3## 2.27 3## 2.27
4 4
5Started Mastodon API support, 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 work: 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. Success or failure reports will be appreciated. 5Started Mastodon API support, so you can use Mastodon-compatible apps to access #snac accounts. What works so far: login, the personal timeline, full post information (replies and ancestors), liking and boosting posts. Things that don'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. Things that will never work: bookmarks, pinning, a federated timeline, others 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. Success or failure reports will be appreciated.
6 6
7Fixed some buffer overflows (contributed by Saagar Jha). 7Fixed some buffer overflows (contributed by Saagar Jha).
8 8