From 6917f0ab2684a126986dc4169b56bbdac985aa15 Mon Sep 17 00:00:00 2001 From: default Date: Sun, 30 Apr 2023 07:01:44 +0200 Subject: Updated RELEASE_NOTES. --- RELEASE_NOTES.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'RELEASE_NOTES.md') diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 8a153e9..033916f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,9 @@ # Release Notes +## 2.30 + +New Mastodon API features: the instance public timeline is now a real one. + ## 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). -- cgit v1.2.3 From f1756a53d1c2f3308fefda669ae4d372daf88f8d Mon Sep 17 00:00:00 2001 From: default Date: Mon, 1 May 2023 17:21:56 +0200 Subject: Updated RELEASE_NOTES. --- RELEASE_NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'RELEASE_NOTES.md') diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 033916f..78a3603 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,7 +2,7 @@ ## 2.30 -New Mastodon API features: the instance public timeline is now a real one. +New Mastodon API features: the instance public timeline is now a real one, unfavourite / unreblog is supported (somewhat). ## 2.29 -- cgit v1.2.3 From 18f799a58fc7516012751abb0b371ba5420ac12b Mon Sep 17 00:00:00 2001 From: default Date: Wed, 3 May 2023 07:58:08 +0200 Subject: Updated RELEASE_NOTES. --- RELEASE_NOTES.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'RELEASE_NOTES.md') diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 78a3603..7453ec3 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,6 +2,8 @@ ## 2.30 +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). ## 2.29 -- cgit v1.2.3 From c1772cbca6d2562dadbc686fe481b88960398173 Mon Sep 17 00:00:00 2001 From: default Date: Fri, 5 May 2023 10:05:04 +0200 Subject: Updated RELEASE_NOTES. --- RELEASE_NOTES.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'RELEASE_NOTES.md') diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 7453ec3..63dcacd 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -6,6 +6,8 @@ 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). +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). + ## 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). -- cgit v1.2.3 From 51d225dde0d2f5242a781e7c3405cff8bb1c507c Mon Sep 17 00:00:00 2001 From: default Date: Sat, 6 May 2023 11:17:58 +0200 Subject: Updated RELEASE_NOTES. --- RELEASE_NOTES.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'RELEASE_NOTES.md') diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 63dcacd..1af4b73 100644 --- 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). -- cgit v1.2.3