From 47c311e26b2bdb3b43c348cca90d8ec4fcec7645 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 17 May 2023 06:57:19 +0200 Subject: [PATCH 1/5] Updated the CHANGELOG file --- CHANGELOG | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 4f9472fda..2260757c6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,9 +1,26 @@ Version 2023.06 (unreleased) Friendica Core + Updates to the themes (frio, vier) [MrPetovan, xundeenergie] + Updates to the documentation [MrPetovan] + Improved the probing of remote accounts [Annando, ne20002] + Improved the OWA implementation [annando, abanink] + Improved the database handling [nupplaphil] + Improved the ATOM feed handling, added OPML [annando] + Improved the audience handling of forum posting [annando] + General code cleanup [annando, MrPetovan, nupplaphil, Raroun] + Fixed HTML escaping for notification messages [MrPetovan, nupplaphil] + Fixed the feed body import [annando] + Fixed meaning of the limit parameter in the Mastodon API [annando] + Added new hook for addons (support_probe) [annand0] Friendica Addons + emojipicker, fancybox + The functionality of this addon has been moved to the + core for the frio and vier themes. [annando] Closed Issues + 12439, 12760, 12788, 12824, 12979, 13016, 13026, 13027, 13036, 13052, + 13073 Version 2023.04-1 (2023-04-27) Friendica Core From 006dbd5bc190e37402c3b520fc31ee86dd86f8c4 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 23 May 2023 07:15:07 +0200 Subject: [PATCH 2/5] updated the CHANGELOG --- CHANGELOG | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 2260757c6..c971e5167 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,6 @@ -Version 2023.06 (unreleased) +Version 2023.05 (unreleased) Friendica Core + Updates to the translations HU, PL Updates to the themes (frio, vier) [MrPetovan, xundeenergie] Updates to the documentation [MrPetovan] Improved the probing of remote accounts [Annando, ne20002] @@ -11,16 +12,23 @@ Version 2023.06 (unreleased) Fixed HTML escaping for notification messages [MrPetovan, nupplaphil] Fixed the feed body import [annando] Fixed meaning of the limit parameter in the Mastodon API [annando] - Added new hook for addons (support_probe) [annand0] + Fixed a bug in the tag cloud [annando] + Fixed the magic links in photo menu [MrPetovan] + Added new hook for addons (support_probe) [annando] + Added support for special characters in category links [MrPetovan] + Added possibility to collapse postings [annando] Friendica Addons + Updates to the translations HU + bluesky + Added the bluesky connector [annando] emojipicker, fancybox The functionality of this addon has been moved to the core for the frio and vier themes. [annando] Closed Issues - 12439, 12760, 12788, 12824, 12979, 13016, 13026, 13027, 13036, 13052, - 13073 + 12439, 12760, 12788, 12824, 12979, 13016, 13026, 13027, 13036, + 13052, 13073, 13082, 13089, 13102, 13104, 13108 Version 2023.04-1 (2023-04-27) Friendica Core From 675caefb81f2e9ba7047e0d961ab79585e12e09b Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 23 May 2023 18:36:47 +0200 Subject: [PATCH 3/5] corrections to the CHANGELOG --- CHANGELOG | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index c971e5167..abe522f96 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,6 @@ Version 2023.05 (unreleased) Friendica Core - Updates to the translations HU, PL + Updates to the translations HU, PL Updates to the themes (frio, vier) [MrPetovan, xundeenergie] Updates to the documentation [MrPetovan] Improved the probing of remote accounts [Annando, ne20002] @@ -12,7 +12,7 @@ Version 2023.05 (unreleased) Fixed HTML escaping for notification messages [MrPetovan, nupplaphil] Fixed the feed body import [annando] Fixed meaning of the limit parameter in the Mastodon API [annando] - Fixed a bug in the tag cloud [annando] + Fixed a bug in the tag cloud [MrPetovan] Fixed the magic links in photo menu [MrPetovan] Added new hook for addons (support_probe) [annando] Added support for special characters in category links [MrPetovan] From 8c130d337e1c93f473e0c85ac228c7f70868bc3b Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 23 May 2023 20:38:02 +0200 Subject: [PATCH 4/5] mentioned the fancybox and emojipicker changes in the core block as well --- CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index abe522f96..588884a40 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -17,6 +17,8 @@ Version 2023.05 (unreleased) Added new hook for addons (support_probe) [annando] Added support for special characters in category links [MrPetovan] Added possibility to collapse postings [annando] + Added the emojipicker to the core [annando] + Added a fancybox to view images in network stream [annando] Friendica Addons Updates to the translations HU From d7960a6560d8471e5683aae8f1c4187ee0e6aab6 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 23 May 2023 20:55:18 +0200 Subject: [PATCH 5/5] various addon stuff for the CHANGELOG --- CHANGELOG | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 588884a40..e8ec89642 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -21,9 +21,16 @@ Version 2023.05 (unreleased) Added a fancybox to view images in network stream [annando] Friendica Addons - Updates to the translations HU + Updates to the translations DE, HU bluesky Added the bluesky connector [annando] + mailstream + General code cleanup [mexon] + tumblr + Added OAuth2 support [ænnando] + Added un/follow, un/block functionality [annando] + Added probe [annando] + Added the possibility for users to follow tags [annando] emojipicker, fancybox The functionality of this addon has been moved to the core for the frio and vier themes. [annando]