From 000fcfd1ac9914b74573a93628c28839c18105e1 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 11 Jan 2024 16:55:44 +0000 Subject: changelog --- CHANGELOG | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 7fc481681..e35223071 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,8 +1,13 @@ +Hubzilla 8.8.6 (2024-01-11) + - Provide more builtin jsonld files + - Development branch compatibility in Libsync + + Hubzilla 8.8.5 (2024-01-01) - Fix possible loop if DB is not reachable (introduced in 8.8.3) - Fix some errors and deprecation warnings with PHP 8.2 - Deprecate simplepie idna_convert in favor of PHP native function - Fix double processed quoted strings in get_tags() + - Fix possible loop if DB is not reachable (introduced in 8.8.3) + - Fix some errors and deprecation warnings with PHP 8.2 + - Deprecate simplepie idna_convert in favor of PHP native function + - Fix double processed quoted strings in get_tags() Hubzilla 8.8.4 (2023-12-20) -- cgit v1.2.3 From 9cc85adf4734aec5bdaf7057b5885849a40c4340 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 19 Jan 2024 11:02:13 +0100 Subject: Fix regression in Activity::actor_store() --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index e35223071..ca7bb5f07 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +Hubzilla 8.8.7 (2024-01-19) + - Fix regression in Activity::actor_store() + + Hubzilla 8.8.6 (2024-01-11) - Provide more builtin jsonld files - Development branch compatibility in Libsync -- cgit v1.2.3 From 54451851bbee9abdef41504df4d71a0d5a6d7baf Mon Sep 17 00:00:00 2001 From: "System user; root" Date: Thu, 29 Feb 2024 11:03:28 +0100 Subject: changelog (cherry picked from commit 5d64a9c90f74886e0608766a84ad4721496e3b39) --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index ca7bb5f07..0f3926e26 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +Hubzilla 8.8.8 (2024-02-29) + - Streams compatibility fixes + + Hubzilla 8.8.7 (2024-01-19) - Fix regression in Activity::actor_store() -- cgit v1.2.3 From 40714ecdd0ab339bc433bd7fb94bfa85d8ef264f Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 18 Mar 2024 22:02:09 +0000 Subject: changelog --- CHANGELOG | 90 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 0f3926e26..464178f25 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,93 @@ +Hubzilla 9.0 (2024-??-??) + - Refactor browser to browser encryption based on sodium plus library + - Added developer docs for the refactored test system + - Move escape_tags() to Lib/Text::escape_tags() and add test + - Messages are now sent as articles instead of notes - this can be configured for activitypub + - Implement support for custom emojis + - Add test for Lib/Activity::get_textfield() + - Refactor mod things to be AS2 compliant + - Implement basic bbcode tests and minor refactor + - Refactor profile activities to be AS2 complient + - Removed poke and moods app + - Cleanup deprecated/unused activity types + - Update doxygen config for generating online API docs + - Make DBA driver transaction aware + - Deprecate internal usage of ActivityStreams1 in favor of ActivityStreams2 + - Introduce Lib/Activity::get_actor() force flag to omit cache + - Refactor mod contactedit refresh + - Require intl PHP extension + - Improved checks in Web/HTTPSig::find_headers() + - Implement custom sass bootstrap builds for channels and site + - Mark items verified in zot delivery if either JSalmon, LDSignature or EddsaSignature verified + - Added support for code blocks with language in markdown and html + - Improved conversation item design + - Start using uuid for internal reference instead of base64 encoded mid + - Store seen mids in session instead of cache + - Increase sess_data DB column to medium text + - Introduce Lib/Activity::init_background_fetch() + - Refactor zotconvo daemon + - Implement short time object cache to reduce network calls (performance) + - Refactor Lib/Activity::fetch_and_store_parents() + - Introduce the fetchparents daemon + - Refactor Libzot::process_delivery() + - Start processing source xchan in xchan_query() + - Added CI job for MariaDB 10.6 + - Store the original announce actor (the one that pushed the item into our stream first) in source_xchan instead of owner_xchan to preserve the original owner + - Added optional circle person avatar + - Added min supported DB backends to administrator docs: MySql v >= 8.0.22, MariaDB v >= 10.4, PostgreSql v >= 12 + - Added CI job for MySql 8.0 + - Improved validate_email() + - Implement fep-8b32 - object integrity proofs + - Implement native repeats + - Updated spanish strings + - Add tests for check_account_email() + - Vastly improved unit tests including the database + - Require sodium PHP extension + - Require bcmath or gmp PHP extension + - Deprecate simplepie idna_convert() + - Update apache rewite rule to fix issue with recent apache versions - issue #1822 + - Display selected mid in an open state - issue #1425 + - Add bookmark and category to AP schema + + + Bugfixes + - Fix regression where config returned default value in some cases + - Fix attachments listed in reverse order + - Fix unterminated entity reference error when dealing with domxpath and add a test + - Fix obsolete system language selector in admin/site + - Fix imagick readImageBlob() exception not handled + - Fix content not moved to new location if folder was renamed via webdav + - Fix bootstrap namespaces not up-to-date in htmlpurifier + - Fix inReplyTo field in Lib/Activity not dealing with arrays + - Fix round buttons not being round + - Fix import from ical if timezone was not set in the source data + - Fix hard linebreaks from markdown and html not preserved in bbcode conversion + - Fix indentation from markdown and html not preserved in bbcode conversion + - Fix images with alt text from markdown and not preserved in bbcode conversion + - Fix custom emoji reactions arriving from pleroma + - Fix issue where if an item is created and deleted again before the notifier has completed the queueworker will dismiss the delete because it looks like a duplicate entry + - Fix handling HTML entities via mbstring is deprecated + - Fix various PHP deprecation warnings + - Fix apache rewite rule to fix issue with recent apache versions - issue #1822 + - Fix display selected mid in an open state - issue #1425 + + Addons + - Removed smileybutton addon + - Removed smiley_pack addon + - Pubcrawl: refactor presentation of encrypted messages + - Removed deprecated cryptojs addon + - Removed emojione addon + - New addon emoji which can provide different emoji sets via config.system.emoji_set variable - emojitwo (default), openmoji, mutant are currently supported + - Removed addon moremoods + - Removed addon morepokes + - Pubcrawl: implement actor_refetch hook + - Diaspora: implement actor_refetch hook + - Navbanner_options: fix PHP warnings + - Pubcrawl: add assertionMethod to encode_person() + - Socialauth: cleanup unused files + - Openstreetmap: adjust URLs + + Hubzilla 8.8.8 (2024-02-29) - Streams compatibility fixes -- cgit v1.2.3 From 651a3f838081bd61eb6f1988f21bf6924a5e21db Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 18 Mar 2024 22:09:05 +0000 Subject: docu --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 464178f25..0bdd1a064 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -34,7 +34,7 @@ Hubzilla 9.0 (2024-??-??) - Added CI job for MariaDB 10.6 - Store the original announce actor (the one that pushed the item into our stream first) in source_xchan instead of owner_xchan to preserve the original owner - Added optional circle person avatar - - Added min supported DB backends to administrator docs: MySql v >= 8.0.22, MariaDB v >= 10.4, PostgreSql v >= 12 + - Added min supported DB backends to administrator docs: MySql v >= 8.0.22, MariaDB v >= 10.6, PostgreSql v >= 12 - Added CI job for MySql 8.0 - Improved validate_email() - Implement fep-8b32 - object integrity proofs -- cgit v1.2.3 From d6eaeba239199291855915d7af14e1d7764333c8 Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 19 Mar 2024 09:44:18 +0000 Subject: changelog (cherry picked from commit 5c2e10c01ebc671075052bf52ffbff3388853187) --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 0bdd1a064..69fa60438 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -49,8 +49,8 @@ Hubzilla 9.0 (2024-??-??) - Display selected mid in an open state - issue #1425 - Add bookmark and category to AP schema - Bugfixes + - Fix cover photos not uploaded into folder due to missing source option - Fix regression where config returned default value in some cases - Fix attachments listed in reverse order - Fix unterminated entity reference error when dealing with domxpath and add a test -- cgit v1.2.3 From f457b6623d083db241578882197f608a67149987 Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 22 Mar 2024 08:35:55 +0000 Subject: changelog --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 69fa60438..dcc4e5d08 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -Hubzilla 9.0 (2024-??-??) +Hubzilla 9.0 (2024-03-22) - Refactor browser to browser encryption based on sodium plus library - Added developer docs for the refactored test system - Move escape_tags() to Lib/Text::escape_tags() and add test -- cgit v1.2.3