diff options
author | Mario <mario@mariovavti.com> | 2022-06-01 07:00:21 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-06-01 07:00:21 +0000 |
commit | e63f0438415bb364f3085286ca2f199e83ab187b (patch) | |
tree | b107429276ebfc92dc9b4f78e302a4967e5bf0a6 /CHANGELOG | |
parent | c5f33baf27d80e2a7ad7307eacd3137609eeb089 (diff) | |
parent | 33dd0c83e377b8adf00559337d13784ec136cecb (diff) | |
download | volse-hubzilla-e63f0438415bb364f3085286ca2f199e83ab187b.tar.gz volse-hubzilla-e63f0438415bb364f3085286ca2f199e83ab187b.tar.bz2 volse-hubzilla-e63f0438415bb364f3085286ca2f199e83ab187b.zip |
Merge branch '7.4RC'7.4
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 34 |
1 files changed, 34 insertions, 0 deletions
@@ -1,3 +1,37 @@ +Hubzilla 7.4 (2022-06-01) + Updated russian translations + Raise min PHP version to 8.0 + Rewrite inbound attachment handling + Move photo flag feature from addon to core + Adjust default production php logging + Update composer libs + Add a hidden config to enable the hs2019 http signature algorithm + Allow starring of pubstream items + Update spanish translations + Add the title in forum post reshares if applicable + Implement inbound pleroma reactions + Add real name info to the navbar template data + Add the updated date to the icon url so that other platforms will pick it up on change + Move wiki from core to addon + Move articles from core to addon + Move cards from core to addon + + Addons + Rendezvous: add missing default value to sql schema + Wiki: moved from core to addons + Articles: moved from core to addons + Cards: moved from core to addons + Photoflag: moved to core + Sse: fix issue where notifications were emited for created tasks + + Bugfixes + - Fix issue where inbound activitypub items lost image descriptions (issue 1679) + - Fix issue where observer tags were not rendered correctly in event items (issue 1674) + - Fix forum posts leaked into network stream + - Fix tags not found in search if not logged in (issue 1677) + - Fix dislikes causing stuck notifications (issue 1676) + + Hubzilla 7.2.2 (2022-04-26) - Fix item_verified not set due to data structure changes |