snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit 7cb291c523fe6dfa274969a3187fce9b4007a556
parent 5402d03f17cd36e165afff4ef79ba2a900064160
Author: default <nobody@localhost>
Date:   Mon, 16 Sep 2024 09:35:50 +0200

Updated RELEASE_NOTES.

Diffstat:
MRELEASE_NOTES.md | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md @@ -1,5 +1,9 @@ # Release Notes +## 2.60 + +Fixed a bug in argument parsing regarding some special characters (contributed by ndagestad). + ## 2.59 Added post drafts: new or edit post edition dialogs include a checkbox that will cause the message to not be posted, but stored in a list of drafts, directly accesible from the private timeline. From that list, drafts can be edited and definitely posted (or re-stored as a draft for later editing).