summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--RELEASE_NOTES.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index dbf227c..952811b 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -2,13 +2,13 @@
2 2
3## 2.21 3## 2.21
4 4
5Users can now set an expire time for the entries in their timelines (both their own and others'). 5Users can now specify an expire time for the entries in their timelines (both their own and others').
6 6
7Added support for sending notifications via Telegram. 7Added support for sending notifications (replies, follows, likes, etc.) via Telegram.
8 8
9Followers can now be deleted from the *people* page. 9Followers can now be deleted (from the *people* page in the web interface). Yes, to stop sending in vain your valuable and acute posts to those accounts that disappeared long ago and flood the log with connection errors.
10 10
11The internal way of processing connections have been rewritten to be more efficient. This way, `snac` is much faster in processing outgoing connections and less prone to choke on an avalanche of incoming messages. 11The internal way of processing connections have been rewritten to be more efficient or, as technical people say, "scalable". This way, `snac` is much faster in processing outgoing connections and less prone to choke on an avalanche of incoming messages. This is a big step towards the secret and real purpose of the creation of this software: being able to host the account of #StephenKing when he finally leaves that other site.
12 12
13The `note` action from the command-line tool can also accept the post content from the standard input. 13The `note` action from the command-line tool can also accept the post content from the standard input.
14 14