From a6c206be41567ddbae692a47e190e8bccc105f3d Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 28 Feb 2022 09:24:07 +0100 Subject: [PATCH 1/5] changes since the release 2022.02 --- CHANGELOG | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 44a71605a..56341256e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,24 @@ -Version 2022.05 (unreleased) +Version 2022.03 (unreleased) Friendica Core - Breaking: The distribution of _private forums_ was moved to ActivityPub, making them incompatible with older versions of Friendica [annando] - Breaking: The Twitter-/Friendica-/Statusnet-API now uses the same base for the id as the Mastodon API (uri-id instead of id). To still receive new posts with (for example) Friendiqa you have to remove the account and add it again. [annando] + Updates to the translations DE [translation teams] + Updates to the documentation [bkil, tobiasd] + General code cleanup [annando, MrPetovan] + Enhanced the federation statistics page in the admin panel [annando] + Enhanced handling of database errors [annando] + Enhanced the thread completion [annando, MrPetovan] + Enhanced the handling of unfollow/revoke actions [MrPetovan] + Enhanced the API [annando] + Fixed a bug that caused wrong categories were displayed in a users profile [MrPetovan] + Fixed a bug that lead to private messages being send to the wrong recipient [MrPetovan] + Added display of post receivers [annando] + Added pleroma like version to the API results [MrPetovan] + Switched to SMARTY-4 templating engine [MrPetovan] + Breaking: The distribution of _private forums_ was moved to ActivityPub, + making them incompatible with older versions of Friendica [annando] + Breaking: The Twitter-/Friendica-/Statusnet-API now uses the same base + for the id as the Mastodon API (uri-id instead of id). To still + receive new posts with (for example) Friendiqa you have to remove + the account and add it again. [annando] Friendica Addons From 4fcf2f99ae50d7bc3858e48ef0a435e4b59fe8e1 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 28 Feb 2022 09:29:44 +0100 Subject: [PATCH 2/5] added changes in addons and closed issue numbers --- CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 56341256e..6650086e2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -21,8 +21,10 @@ Version 2022.03 (unreleased) the account and add it again. [annando] Friendica Addons + Added S3 Storage Backend addon [nupplaphil] Closed Issues + 11220, 11222, 11232, 11234, 11248, 11245, 11264, 11274 Version 2022.02 (2022-02-06) Friendica Core From 1178e8f3244ff1d5999de86f358dc66b0ba5f388 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 2 Mar 2022 07:08:34 +0100 Subject: [PATCH 3/5] HU translation was updated --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 6650086e2..c3eed9865 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,6 @@ Version 2022.03 (unreleased) Friendica Core - Updates to the translations DE [translation teams] + Updates to the translations DE, HU [translation teams] Updates to the documentation [bkil, tobiasd] General code cleanup [annando, MrPetovan] Enhanced the federation statistics page in the admin panel [annando] From 18bdc5fbc1153ebbf66db7057b7454d1c0eafbce Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 5 Mar 2022 18:21:41 +0100 Subject: [PATCH 4/5] AR translation was updated --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index c3eed9865..9fccf186d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,6 @@ Version 2022.03 (unreleased) Friendica Core - Updates to the translations DE, HU [translation teams] + Updates to the translations AR, DE, HU [translation teams] Updates to the documentation [bkil, tobiasd] General code cleanup [annando, MrPetovan] Enhanced the federation statistics page in the admin panel [annando] From 8095898a6bcbfe6b0f1f34494fea9e132065129b Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 6 Mar 2022 14:12:13 +0100 Subject: [PATCH 5/5] new abstract config added --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index 9fccf186d..1e6b14c98 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -12,6 +12,7 @@ Version 2022.03 (unreleased) Fixed a bug that lead to private messages being send to the wrong recipient [MrPetovan] Added display of post receivers [annando] Added pleroma like version to the API results [MrPetovan] + Added advanced configuration option to automatically re-use the abstract field from AP conversations [annando] Switched to SMARTY-4 templating engine [MrPetovan] Breaking: The distribution of _private forums_ was moved to ActivityPub, making them incompatible with older versions of Friendica [annando]