From 53dffe9a784eb426d4ed2d8bb5c39c7a2ea24b89 Mon Sep 17 00:00:00 2001 From: grunfink Date: Thu, 24 Jul 2025 21:21:42 +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 b932cc2..83aaef5 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -6,6 +6,8 @@ Included a small tweak to avoid being confused by implementations that return va Added Ukrainian translation (contributed by wincentbalin). +New command-line option `muted`, to list all muted actors. + ## 2.80 Mastodon API: fixed a regression (introduced in previous version in the "boosts disappear in Tusky" fix) that interrupted timelines. -- cgit v1.2.3 From 6ec9ec4ec5ac588059391556ec38ec32fcbcd616 Mon Sep 17 00:00:00 2001 From: grunfink Date: Fri, 25 Jul 2025 18:57:52 +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 83aaef5..d92ecdc 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,6 +2,8 @@ ## UNRELEASED +Purged local posts now generate a `Delete` activity that is sent everywhere, instead of only deleted from the filesystem. + Included a small tweak to avoid being confused by implementations that return valid webfinger queries for non-account URLs (like i.e. the Wordpress ActivityPub plugin in some configurations). Added Ukrainian translation (contributed by wincentbalin). -- cgit v1.2.3 From 775f15aaaa60a06ed0d796cb7125bc217f180f06 Mon Sep 17 00:00:00 2001 From: grunfink Date: Sun, 27 Jul 2025 04:29:37 +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 d92ecdc..a806b90 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -10,6 +10,8 @@ Added Ukrainian translation (contributed by wincentbalin). New command-line option `muted`, to list all muted actors. +Mastodon API: Fixed metadata and follower approval flag when editing the account. + ## 2.80 Mastodon API: fixed a regression (introduced in previous version in the "boosts disappear in Tusky" fix) that interrupted timelines. -- cgit v1.2.3 From 5ad93d0ed1706fdc32f471555adeeaa2dc440259 Mon Sep 17 00:00:00 2001 From: grunfink Date: Wed, 30 Jul 2025 18:11:59 +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 a806b90..09711b9 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,7 +2,7 @@ ## UNRELEASED -Purged local posts now generate a `Delete` activity that is sent everywhere, instead of only deleted from the filesystem. +If the `propagate_local_purge` configuration variable is set to `true` in `server.json`, purged local post generate a `Delete` activity that is sent everywhere, instead of only deleted from the filesystem. Included a small tweak to avoid being confused by implementations that return valid webfinger queries for non-account URLs (like i.e. the Wordpress ActivityPub plugin in some configurations). -- cgit v1.2.3 From 6968136949c5bd24c40052878e8af098a2962713 Mon Sep 17 00:00:00 2001 From: grunfink Date: Fri, 1 Aug 2025 08:15:00 +0200 Subject: Updated RELEASE_NOTES. --- RELEASE_NOTES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'RELEASE_NOTES.md') diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 09711b9..4c0a27f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,13 +2,13 @@ ## UNRELEASED -If the `propagate_local_purge` configuration variable is set to `true` in `server.json`, purged local post generate a `Delete` activity that is sent everywhere, instead of only deleted from the filesystem. +If the `propagate_local_purge` configuration variable is set to `true` in `server.json`, purged local posts generate a `Delete` activity that is sent everywhere, instead of only deleted from the filesystem. Included a small tweak to avoid being confused by implementations that return valid webfinger queries for non-account URLs (like i.e. the Wordpress ActivityPub plugin in some configurations). Added Ukrainian translation (contributed by wincentbalin). -New command-line option `muted`, to list all muted actors. +New command-line option `muted`, to list all MUTEd actors. Mastodon API: Fixed metadata and follower approval flag when editing the account. -- cgit v1.2.3 From e6921114e347b4dd78ae4c2098243649b0dff839 Mon Sep 17 00:00:00 2001 From: grunfink Date: Fri, 1 Aug 2025 08:34:47 +0200 Subject: Updated RELEASE_NOTES. --- RELEASE_NOTES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'RELEASE_NOTES.md') diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 4c0a27f..2f8ec47 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,10 +1,10 @@ # Release Notes -## UNRELEASED +## 2.81 If the `propagate_local_purge` configuration variable is set to `true` in `server.json`, purged local posts generate a `Delete` activity that is sent everywhere, instead of only deleted from the filesystem. -Included a small tweak to avoid being confused by implementations that return valid webfinger queries for non-account URLs (like i.e. the Wordpress ActivityPub plugin in some configurations). +Included a small tweak to avoid being confused by implementations that return valid webfinger queries for non-account URLs (like i.e. the Wordpress ActivityPub plugin in some configurations). This helps in searching by URL. Added Ukrainian translation (contributed by wincentbalin). -- cgit v1.2.3 From 387d61519c5860ef836ef4b1e3c7980fb2a1c7da Mon Sep 17 00:00:00 2001 From: grunfink Date: Sun, 3 Aug 2025 13:57:33 +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 2f8ec47..116df18 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,9 @@ # Release Notes +## UNRELEASED + +Added Dutch (nl_NL) translation (contributed by martijndeb). + ## 2.81 If the `propagate_local_purge` configuration variable is set to `true` in `server.json`, purged local posts generate a `Delete` activity that is sent everywhere, instead of only deleted from the filesystem. -- cgit v1.2.3 From 3508b93d56ec63eef293495d3f8e1f50c7eb7922 Mon Sep 17 00:00:00 2001 From: grunfink Date: Sun, 3 Aug 2025 18:31:16 +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 116df18..b017ea4 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,6 +4,8 @@ Added Dutch (nl_NL) translation (contributed by martijndeb). +Added Western Frisian (fy_NL) translation (contributed by martijndeb). + ## 2.81 If the `propagate_local_purge` configuration variable is set to `true` in `server.json`, purged local posts generate a `Delete` activity that is sent everywhere, instead of only deleted from the filesystem. -- cgit v1.2.3 From 2d2a064482db82df3aced02f8191bea3f639bc28 Mon Sep 17 00:00:00 2001 From: grunfink Date: Tue, 12 Aug 2025 11:06:19 +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 b017ea4..0744145 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,6 +2,8 @@ ## UNRELEASED +The language in which a post is written can now be set from the UI; you must configure the list of languages you usually post in in the User Settings. + Added Dutch (nl_NL) translation (contributed by martijndeb). Added Western Frisian (fy_NL) translation (contributed by martijndeb). -- cgit v1.2.3 From 4fc7d18d692a5c9d3b673cd495249d20317ba757 Mon Sep 17 00:00:00 2001 From: grunfink Date: Thu, 14 Aug 2025 09:59:55 +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 0744145..f0ad52a 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -8,6 +8,8 @@ Added Dutch (nl_NL) translation (contributed by martijndeb). Added Western Frisian (fy_NL) translation (contributed by martijndeb). +Mastodon API: Fixed repeated entries in timelines. + ## 2.81 If the `propagate_local_purge` configuration variable is set to `true` in `server.json`, purged local posts generate a `Delete` activity that is sent everywhere, instead of only deleted from the filesystem. -- cgit v1.2.3 From 9558136f4153f75bf5b5dfe789f841489796b9eb Mon Sep 17 00:00:00 2001 From: grunfink Date: Thu, 14 Aug 2025 11:22:12 +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 f0ad52a..f0089fa 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -10,6 +10,8 @@ Added Western Frisian (fy_NL) translation (contributed by martijndeb). Mastodon API: Fixed repeated entries in timelines. +Added nodeinfo 2.1 support. + ## 2.81 If the `propagate_local_purge` configuration variable is set to `true` in `server.json`, purged local posts generate a `Delete` activity that is sent everywhere, instead of only deleted from the filesystem. -- cgit v1.2.3