snac2

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

commit 51d225dde0d2f5242a781e7c3405cff8bb1c507c
parent eed24fde1a9c3577cc2d41dfdb25c13ea816dd42
Author: default <nobody@localhost>
Date:   Sat,  6 May 2023 11:17:58 +0200

Updated RELEASE_NOTES.

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

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md @@ -4,10 +4,12 @@ Fixed a bug that made some notifications to be missed. -New Mastodon API features: the instance public timeline is now a real one, unfavourite / unreblog is supported (somewhat). +New Mastodon API features: the instance public timeline is now a real one, unfavourite / unreblog is supported (somewhat). Some regression bugs regarding image posting were also fixed. The non-standard `Ping` and `Pong` #ActivityPub activities have been implemented as proposed by @tedu@honk.tedunangst.com in the https://humungus.tedunangst.com/r/honk/v/tip/f/docs/ping.txt document (with a minor diversion: retries are managed in the same way as the rest of #snac messages). +The build process now includes the `-Wextra` flag. + ## 2.29 New Mastodon API features: account search, relationships (so the Follow/Unfollow buttons now appear for each account), follow and unfollow accounts, an instance-level timeline (very kludgy), custom emojis for accounts and statuses, many bug fixes (sadly, the Mastodon official app still does not work).