From f5b44f7849a428aaa26b9a77b9ca08232c325b26 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Thu, 24 Oct 2024 19:15:14 +0200 Subject: [PATCH 1/3] CHANGELOG for 2024.10 This shall be the last PR merged before the 2024.10 release. --- CHANGELOG | 39 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 49c15aa1e2..6d61cf98bd 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,9 +1,46 @@ -Version 2024.09 (unreleased) +Version 2024.10 (unreleased) Friendica Core + Updates to the translations AR, BG, CA, CS, DE, EO, ES, ET, FR, GD, HU, IS, IT, JA, NL, PL, RU, SV + Updates to the documentation [bmillwood, tobiasd] + Updates to the themes (frio) [haheute] + Friendica Core is now REUSE complient [tobiasd] + General code cleanup [annando, nupplaphil, mexon] + Improved federation with Bluesky, Hubzilla, Peertube, threads, Wordpress [annando] + Improved the API [annando] + Improved display of contact connection state [annando] + Improved handling of bad webfinger requests [annando, mexon, zotanmew] + Improved the order of actions on the 2FA settings page [tobiasd] + Improved server type detection [annando] + Improved content negotiation [annando] + Improved expiration [annando] + Fixed a bug in creating app specific passwords [nupplaphil] + Fixed a bug in importing some notes from Mastodon [annando] + Fixed a bug with postings from buffer including images [annando] + Fixed a apache2 problem with unsafe URLs [annando] + Fixed a bug in the contact settings [annando] + Fixed a bug with latin1 encoded databases [annando] + Fixed a bug while uploading server blocklists [ne20002] + Fixed a bug while parsing events [annando] + Fixed a bug in the initial registry settings [annando] + Added admin info to stats module [nupplaphil] + Added an option to exclude postings with images without ALT text [anando] + Added an option to hide custom emojis [annando] + Added support for HLS [annando] + Added devcontainer for Friendica [ne20002] + Removed custom emojis from contact names [annando] + Removed OStatus support [annando] Friendica Addons + bluesky + Added block functionality [annando] + Added option to compleate threads [annando] + invidious [loma-one] + unicode_smilies [loma-one] Closed Issues + 14121, 14126, 14145, 14174, 14212, 14244, 14281, 14292, 14294, + 14303, 14307, 14368, 14370, 14373, 14377, 14381, 14413, 14421, + 14451, 14464, 14488 Version 2024.08 (2024-08-17) Friendica Core From fc81be2c50010a54ea845350874ea319b68b4c5f Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 28 Dec 2024 22:49:36 +0100 Subject: [PATCH 2/3] updated CHANGELOG --- CHANGELOG | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 6d61cf98bd..3e212d0c37 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,7 @@ -Version 2024.10 (unreleased) +Version 2024.12 (unreleased) Friendica Core Updates to the translations AR, BG, CA, CS, DE, EO, ES, ET, FR, GD, HU, IS, IT, JA, NL, PL, RU, SV - Updates to the documentation [bmillwood, tobiasd] + Updates to the documentation [annando, bmillwood, tobiasd] Updates to the themes (frio) [haheute] Friendica Core is now REUSE complient [tobiasd] General code cleanup [annando, nupplaphil, mexon] @@ -13,6 +13,13 @@ Version 2024.10 (unreleased) Improved server type detection [annando] Improved content negotiation [annando] Improved expiration [annando] + Improved contact archiving [annando] + Improved delivery of content [annando] + Improved displayed project icons [annando] + Improved splitting of long postings via connectors [annando] + Improved contact import [annando] + Improved URL detection in searches [annando] + Improved handling of blocked users [annando] Fixed a bug in creating app specific passwords [nupplaphil] Fixed a bug in importing some notes from Mastodon [annando] Fixed a bug with postings from buffer including images [annando] @@ -22,11 +29,19 @@ Version 2024.10 (unreleased) Fixed a bug while uploading server blocklists [ne20002] Fixed a bug while parsing events [annando] Fixed a bug in the initial registry settings [annando] + Fixed a bug in 0Auth with buffer [annando] + Fixed a problem with rich HTML content [annando] + Fixed a bug with private comments [annando] + Fixed a bug in gettext [tobiasd] + Fixed a bug in the installation process [tobiasd] + Fixed schema.org issue [annando] Added admin info to stats module [nupplaphil] Added an option to exclude postings with images without ALT text [anando] Added an option to hide custom emojis [annando] Added support for HLS [annando] Added devcontainer for Friendica [ne20002] + Added jetstream support for AT protocol [annando] + Added native probe support for AT protocol [annando] Removed custom emojis from contact names [annando] Removed OStatus support [annando] @@ -38,9 +53,10 @@ Version 2024.10 (unreleased) unicode_smilies [loma-one] Closed Issues - 14121, 14126, 14145, 14174, 14212, 14244, 14281, 14292, 14294, - 14303, 14307, 14368, 14370, 14373, 14377, 14381, 14413, 14421, - 14451, 14464, 14488 + 13270, 13943, 14121, 14126, 14145, 14174, 14212, 14244, 14281, + 14292, 14294, 14303, 14307, 14344, 14368, 14370, 14373, 14377, + 14381, 14413, 14421, 14525, 14450, 14451, 14464, 14487, 14488, + 14491, 14495, 14512, 14587, 14609, 14630 Version 2024.08 (2024-08-17) Friendica Core From d4b83ed92f287826c0118d754bdedcd6014b278b Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 28 Dec 2024 22:55:13 +0100 Subject: [PATCH 3/3] updated CHANGELOG for addons --- CHANGELOG | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 3e212d0c37..83ea3b3cc6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -49,8 +49,13 @@ Version 2024.12 (unreleased) bluesky Added block functionality [annando] Added option to compleate threads [annando] + Fixed issue with blocking contacts [annando] + Improved handling of startersets [annando] + Improved fetching of postings [annando] invidious [loma-one] unicode_smilies [loma-one] + fancebox + Deprecated the addon [tobiasd] Closed Issues 13270, 13943, 14121, 14126, 14145, 14174, 14212, 14244, 14281,