From 3b1ffb202820f149f5fa767d967dbcddb96f97b2 Mon Sep 17 00:00:00 2001 From: Mario Date: Sun, 16 Jan 2022 12:45:00 +0000 Subject: changelog --- CHANGELOG | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 931aa3872..9edc9f658 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,36 @@ +Hubzilla 7.0 (2022-??-??) + - Provide theme_color and background_color in App::$theme_info for usage in page meta and manifest + - PWA improvements according to lighthouse + - Refactor mod profile_photo + - Remove core legacy mail code + - Set session samesite cookie flag + - Improve toc bbcode for more flexible usecases + - Deprecate include/group in favor of Lib/AccessList + - Deprecate AccessList::widget() + - Mark forum channel profile images with a small icon in the timelines + - Improve privacy groups UI/UX + - Do not show connections widget if there are no connections + - Remove suggestions widget from various modules + - Provide guest access links for private resources in lockview + - Improve pconfig syncing + - deprecate include/group in favor of Lib/AccessList + - Implement background deleting of items in contact_remove() + - Refactor guest access tokens for better usability and provide quick access + - Improved workflow for setting permissions (contact roles) + + Bugfixes + - Fix plink in post_activity_item() + - Fix multiple update_poll() calls dismissed in queueworker + - Fix blocked or ignored contacts displayed in connections + + Addons: + - Legacy mail: remove + - deprecate include/group in favor of Lib/AccessList + - Pubcrawl: support pleroma end time for polls + - Pubcrawl: slightly adjust the way we check mastodon direct messages + - Socialauth: scope support and improvements + + Hubzilla 6.4.2 (2021-12-14) - Fix issue in mod sse_bs where returning message id's were assumed to be base64 encoded - Fix announce activity type not registered as response activity -- cgit v1.2.3 From 5f21edcc53182cc04176657318a7b2933e7a71aa Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 19 Jan 2022 10:04:20 +0000 Subject: update changelog --- CHANGELOG | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 9edc9f658..cc0b90ce2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -16,12 +16,14 @@ Hubzilla 7.0 (2022-??-??) - deprecate include/group in favor of Lib/AccessList - Implement background deleting of items in contact_remove() - Refactor guest access tokens for better usability and provide quick access - - Improved workflow for setting permissions (contact roles) + - Refactor permissions handling + - Improved poll rendering Bugfixes - Fix plink in post_activity_item() - Fix multiple update_poll() calls dismissed in queueworker - Fix blocked or ignored contacts displayed in connections + - Fix polls for forum channels Addons: - Legacy mail: remove -- cgit v1.2.3 From 23e59b5dccefac89b9e58d49f4498ac4e1034d7a Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 19 Jan 2022 19:14:30 +0000 Subject: update changelog --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index cc0b90ce2..97dea6e95 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -20,6 +20,7 @@ Hubzilla 7.0 (2022-??-??) - Improved poll rendering Bugfixes + - Fix items not deleted on remote channel purge - Fix plink in post_activity_item() - Fix multiple update_poll() calls dismissed in queueworker - Fix blocked or ignored contacts displayed in connections -- cgit v1.2.3 From 42b13614ebe8df79ad954269f9d5846dc6c9f5f9 Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 21 Jan 2022 07:26:23 +0000 Subject: update changelog --- CHANGELOG | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 97dea6e95..12bfb0fef 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -Hubzilla 7.0 (2022-??-??) +Hubzilla 7.0 (2022-01-21) - Provide theme_color and background_color in App::$theme_info for usage in page meta and manifest - PWA improvements according to lighthouse - Refactor mod profile_photo @@ -28,7 +28,7 @@ Hubzilla 7.0 (2022-??-??) Addons: - Legacy mail: remove - - deprecate include/group in favor of Lib/AccessList + - Deprecate include/group in favor of Lib/AccessList - Pubcrawl: support pleroma end time for polls - Pubcrawl: slightly adjust the way we check mastodon direct messages - Socialauth: scope support and improvements -- cgit v1.2.3