From 0ab7996a2a864222caaabc84ab758ca93961315f Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 2 Jul 2021 16:07:31 +0200 Subject: update changelog --- CHANGELOG | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 1c4b6cdd6..7ea061faa 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,50 @@ +Hubzilla 6.0 (2021-07-xx) + + - DB update 1247 to clean up bogus entries in updates + - DB update 1246 to deprecate legacy zot xchans and hublocs + - Implement desktop notifications + - Emit a warning if the calendar for the created event is disabled + - Add an option to drop media for bbcode processing + - Make mod HQ the default landing page after login + - Implement direct messages view for mod HQ + - Implement public/restricted messages vie for mod HQ + - Implement starred messages view for mod HQ (only available if the Star Posts feature is enabled) + - Update composer libs + - Remove deprecated mod ping + - Remove legacy zot libs and functions - major cleanup + + Bugfixes + - Fix deleting and starring in unthreaded view + - Fix issue where incomplete datasets were stored into updates + - Fix where notifications were not loaded if a filter was applied + - Fix in browser email validation for registrations + - Fix directory sync issues + - Fix issue where the original rawmsg iconfig got overwritten + - Fix unmaintained id3 pareser for PHP8 + - Fix item_private state for imported items + - Random PHP8 fixes (ongoing) + + Addons + - Pubcrawl: fix ld-signature for profile updates + - Pubcrawl: deprecate as_actor_store() in favor of Activity::actor_store() + - Twitter: prevent duplicated tweets + - Remove legacy zot dpendencies and deprecated functions + - Pubcrawl: fix remote reply for peertube + - Pubcrawl: fix issue where we could end up with an xchan but without hubloc + - Diaspora: implement the direct_message_recipients hook + - Queueworker: add a simple priority mechanism to prevent not so important janitor tasks (e.g. onedirsync) stuffing up the queue and delaying deliver of items + - Pubcrawl: implement direct message recognision for activities coming from Mastodon + - Pubcrawl: always show complete threads (complete as in all the messages we have received) in public stream + - Twitter_api: remove the mail endpoint + - Mail: make interface read only with the possibility to download and delete mails (this addon will be removed in a future version) + - Pubsubhubbub: move to addons-unmaintained + - GNU-Social: move to addons-unmaintained + - Fixes to reflect core notifier changes + - Diaspora: refactor conversations a.k.a mail to implement direct messages infrastructure + - Pubcrawl: allow hublocs to be upgraded from ostatus + - Diaspora: fix issue where we could end up with an xchan but without hubloc + + Hubzilla 5.6.1 (2021-06-04) - Update spanish translations - Fix login name label if register email verification is disabled -- cgit v1.2.3 From 933c097a52cd3947019a5fc00d534c53ccf94484 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 2 Jul 2021 16:46:49 +0200 Subject: changelog typos --- CHANGELOG | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 7ea061faa..15af421ab 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,7 @@ Hubzilla 6.0 (2021-07-xx) - DB update 1247 to clean up bogus entries in updates - - DB update 1246 to deprecate legacy zot xchans and hublocs + - DB update 1246 to mark legacy zot xchans and hublocs deleted - Implement desktop notifications - Emit a warning if the calendar for the created event is disabled - Add an option to drop media for bbcode processing @@ -16,7 +16,8 @@ Hubzilla 6.0 (2021-07-xx) Bugfixes - Fix deleting and starring in unthreaded view - Fix issue where incomplete datasets were stored into updates - - Fix where notifications were not loaded if a filter was applied + - Fix photo item tags not stored and propagated + - Fix notifications not loading if a filter was applied - Fix in browser email validation for registrations - Fix directory sync issues - Fix issue where the original rawmsg iconfig got overwritten @@ -32,7 +33,7 @@ Hubzilla 6.0 (2021-07-xx) - Pubcrawl: fix remote reply for peertube - Pubcrawl: fix issue where we could end up with an xchan but without hubloc - Diaspora: implement the direct_message_recipients hook - - Queueworker: add a simple priority mechanism to prevent not so important janitor tasks (e.g. onedirsync) stuffing up the queue and delaying deliver of items + - Queueworker: add a simple priority mechanism to prevent not so important janitor tasks (e.g. onedirsync) stuffing up the queue and delaying delivery of items - Pubcrawl: implement direct message recognision for activities coming from Mastodon - Pubcrawl: always show complete threads (complete as in all the messages we have received) in public stream - Twitter_api: remove the mail endpoint -- cgit v1.2.3 From 9b9ac5054fcc424a556f366284501882b1e02e9e Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Mon, 5 Jul 2021 10:54:03 +0200 Subject: changelog --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 15af421ab..b2822b78f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,5 @@ Hubzilla 6.0 (2021-07-xx) - + - Implement swipe to right for bringing in left aside - DB update 1247 to clean up bogus entries in updates - DB update 1246 to mark legacy zot xchans and hublocs deleted - Implement desktop notifications -- cgit v1.2.3 From 76ed9f391502f70f99da9795e58d556654a86f9a Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 8 Jul 2021 13:23:49 +0200 Subject: typo --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index b2822b78f..69bc63be5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,7 +7,7 @@ Hubzilla 6.0 (2021-07-xx) - Add an option to drop media for bbcode processing - Make mod HQ the default landing page after login - Implement direct messages view for mod HQ - - Implement public/restricted messages vie for mod HQ + - Implement public/restricted messages view for mod HQ - Implement starred messages view for mod HQ (only available if the Star Posts feature is enabled) - Update composer libs - Remove deprecated mod ping -- cgit v1.2.3 From 9e2bdb012eaff23b90ddd08f65ee581f46ff4a9b Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 9 Jul 2021 12:02:50 +0200 Subject: fix release date --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 69bc63be5..fde7d849c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -Hubzilla 6.0 (2021-07-xx) +Hubzilla 6.0 (2021-07-09) - Implement swipe to right for bringing in left aside - DB update 1247 to clean up bogus entries in updates - DB update 1246 to mark legacy zot xchans and hublocs deleted -- cgit v1.2.3 From 3c5b18913fcaa19373e122eb9b70fd9f2c4881b4 Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 27 Jul 2021 07:06:22 +0000 Subject: changelog --- CHANGELOG | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index fde7d849c..7a472bb2a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,10 @@ +Hubzilla 6.0.1 (2021-07-27) + - Fix regression in notification handling introduced in 6.0 + - Fix regression in regard to unified session page load times introduced in 6.0 + - Fix item not found by message id at clone locations + - Dismiss deleted xchans in mod chanview + + Hubzilla 6.0 (2021-07-09) - Implement swipe to right for bringing in left aside - DB update 1247 to clean up bogus entries in updates -- cgit v1.2.3 From 83b1f62e130b8f120cd2d0daec7e2f9b58907386 Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 27 Jul 2021 07:10:43 +0000 Subject: more changelog --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 7a472bb2a..1888bd159 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,7 @@ Hubzilla 6.0.1 (2021-07-27) - Fix regression in notification handling introduced in 6.0 - Fix regression in regard to unified session page load times introduced in 6.0 + - Fix photo description textarea only available if create status post enabled - Fix item not found by message id at clone locations - Dismiss deleted xchans in mod chanview -- cgit v1.2.3