From 68d921e918280ee6368d69c5a3bc0f88172d371b Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 2 Jun 2023 19:25:49 +0000 Subject: changelog --- CHANGELOG | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 7c37ba5f4..c06b50752 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,12 @@ +Hubzilla 8.4.2 (2023-06-02) + - Fix hubloc confusion in mod rmagic + - Improved unseen forums notification + - Add workaround for friendica accept header bug for nginx + - Fix acl not set correctly in attach_store() + - Fix attachment name parsing + - Fix display issue in oembed video template + + Hubzilla 8.4.1 (2023-05-20) - Fix issue where accepting AP contacts would reset send stream permission - Fix link to release page in upgrade info addon -- cgit v1.2.3 From fef19b47c2042fcfef7cf53f1db5fa7f74ecc21b Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 2 Jun 2023 19:38:46 +0000 Subject: more changelog --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index c06b50752..ee6518a90 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,5 @@ Hubzilla 8.4.2 (2023-06-02) + - Update bootstrap to stable version 5.3.0 - Fix hubloc confusion in mod rmagic - Improved unseen forums notification - Add workaround for friendica accept header bug for nginx -- cgit v1.2.3 From 3fb22d27abc6e44eb88a99f8deab971f0ab4b154 Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 2 Jun 2023 19:46:49 +0000 Subject: even more changelog --- CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index ee6518a90..82688b49d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -6,6 +6,8 @@ Hubzilla 8.4.2 (2023-06-02) - Fix acl not set correctly in attach_store() - Fix attachment name parsing - Fix display issue in oembed video template + - content_import: fix crash in post handler + - pubcrawl: move addressing to separate function Hubzilla 8.4.1 (2023-05-20) -- cgit v1.2.3 From 6f2371ee74fd4f7435a231eb6279bf253577c010 Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 5 Jul 2023 10:05:38 +0000 Subject: changelog --- CHANGELOG | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 82688b49d..44eac8349 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,42 @@ +Hubzilla 8.6 (2023-07-??) + - Update fullcalendar library + - Improve and unify selection of deliverable abook xchans + - Remove unused pseudo_abook() + - Implement optional moderation for unsolicited items + - Hardened comment permission handling for unsolicited items + - Remove unused templates + - Deprecate ActivityStreams::fetch() and provide the possibility to fetch local items directly + - Add simplified version of automated install script + - Shuffle queue deliveries for more randomness + - Update composer libraries + - Add new 2-column templates + - Implement optional OCAP for items to allow access to restricted media without OWA + + Bugfixes + - Fix content in nobb and noparse text linkified - issue #1776 + - Fix editing an event changes the set time - issue #1771 + - Fix person object with mixed up hubloc info - issue #1770 + - Fix $escape variable not passed on to stringify_array_elms() + - Fix relaying and syncing in Activity::drop() + - Fix allow code not sticking after channel sync - issue #1769 + - Fix channel oembed regressions + + Addons + - Diaspora: fix signature check for likes + - Diaspora: fix relaying retractions + - Diaspora: port to core unsolicited comments option + - Gallery: add an exception for streams reshares + - Pubcrawl: dismiss comments that are expected to arrive via owner relay + - Pubcrawl: improved inbox handling + - Pubcrawl: catch gup.pe updates to followers collection + - Pubcrawl: fix follow allow hook + - Diaspora: fix follow allow hook + - Content_import: fix crash in post handler + - Pubcrawl: store follow url when fetching webfinger + - Diaspora: store follow url when fetching webfinger + - Pubcrawl: move addressing to separate function + + Hubzilla 8.4.2 (2023-06-02) - Update bootstrap to stable version 5.3.0 - Fix hubloc confusion in mod rmagic -- cgit v1.2.3 From 384de0925e502cfa8fe6ca287530ef5529fdff10 Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 11 Jul 2023 18:56:21 +0000 Subject: version 8.6 --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 44eac8349..2c721afe4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -Hubzilla 8.6 (2023-07-??) +Hubzilla 8.6 (2023-07-11) - Update fullcalendar library - Improve and unify selection of deliverable abook xchans - Remove unused pseudo_abook() -- cgit v1.2.3