From 93f48aa80517e366928441a6eae665b73792c845 Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 6 Sep 2021 19:13:30 +0000 Subject: update changelog --- CHANGELOG | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 1888bd159..86ce31c54 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,48 @@ +Hubzilla 6.2 (2021-09-??) + - Check post_mail permission when receiving a direct message + - Refactor actor store and cache mechanism + - Add optional strict flag (false) to base64url_decode() which is passed on to base64_decode() + - Update russian translations + - Add optional force flag (false) to Activity::actor_store() + - Improved icon lookup for actor objects + - Improved desktop notifications + - Make Hubzilla installable as PWA in supported browsers + - Capitalized widget titles (redbasic) + - Make images loaded counter showing % loaded instead of actual image count + - Deprecate optional channel menu in favor of extended app bin + - Implement infrastructure to provide an app install widget for modules + - Implement app descriptions + - Implement app drag and drop sorting + - Implement app drag and drop pinning/starring + - Update polish translations + - Update to bootstrap 5 and adjust templates + + Bugfixes + - Fix anonymous comments for cards and articles + - Resolve regex interference between contact and channel autocomplete + - Fix files stored in wrong directory when uploaded in the photo module + - Fix records with empty public key selected for OWA + - Fix import_author_zot failing if primary is both dead and unknown - issue #1599 + - Fix regression with bookmarks + - Fix pubstream notifications link redirecting to mod hq when not local + - Cleanup legacy mail leftovers - issue #1595 + - Fix getimagesize() called with empty path + - Fix display issue caused by redundant closing div tag + + Addons + - Pubcrawl: fix post to forum - issue #159 + - Diaspora: implement post_mail permissions for direct messages + - Pubcrawl: implement post_mail permissions for direct messages + - Pubcrawl: deprecate asencode_person() in favor of Activity::encode_person() + - Pubcrawl: implement Activity::get_actor_collections() to reflect core actor store changes + - Diaspora: fix use of deprecated function + - Twitter: ... + - Totp: use platform name instead of banner text + - Pubcrawl: use force flag when updating an actor + - Sse: do not process possible empty hashes + - Implement app descriptions for addons that already support the apps infrastructure + + 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 -- cgit v1.2.3 From 29a1556541e57896e4c8a8e3628d449bd464997a Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 6 Sep 2021 19:17:24 +0000 Subject: more changelog --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 86ce31c54..ef32b807b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -36,7 +36,7 @@ Hubzilla 6.2 (2021-09-??) - Pubcrawl: deprecate asencode_person() in favor of Activity::encode_person() - Pubcrawl: implement Activity::get_actor_collections() to reflect core actor store changes - Diaspora: fix use of deprecated function - - Twitter: ... + - Twitter: prevent re-retweeting of a post from a clone if it has already been sent - Totp: use platform name instead of banner text - Pubcrawl: use force flag when updating an actor - Sse: do not process possible empty hashes -- cgit v1.2.3 From fe62b245ca9bac0aeaf58e43011eb12321d05c20 Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 7 Sep 2021 07:34:59 +0000 Subject: update changelog --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index ef32b807b..e49ffb8d5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,5 @@ Hubzilla 6.2 (2021-09-??) + - Deprecate the custom highlight [hl] bbcode in favor of [mark] which is a html5 standard - Check post_mail permission when receiving a direct message - Refactor actor store and cache mechanism - Add optional strict flag (false) to base64url_decode() which is passed on to base64_decode() -- cgit v1.2.3 From 977a55eb8423745e4d88257b704d3e36f7337b9f Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 8 Sep 2021 07:42:44 +0000 Subject: version 6.2 --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index e49ffb8d5..d606dc0d7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -Hubzilla 6.2 (2021-09-??) +Hubzilla 6.2 (2021-09-08) - Deprecate the custom highlight [hl] bbcode in favor of [mark] which is a html5 standard - Check post_mail permission when receiving a direct message - Refactor actor store and cache mechanism -- cgit v1.2.3