diff options
author | Mario <mario@mariovavti.com> | 2022-05-31 08:42:27 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-05-31 08:42:27 +0000 |
commit | c66ad9ccc81a38c26f654f0d91782a90b65ff745 (patch) | |
tree | 12baee90d64ce95a72e4d163b04ce2a6b10250ab /CHANGELOG | |
parent | f62f808368c35d63b043d56674dc062b6966071e (diff) | |
download | volse-hubzilla-c66ad9ccc81a38c26f654f0d91782a90b65ff745.tar.gz volse-hubzilla-c66ad9ccc81a38c26f654f0d91782a90b65ff745.tar.bz2 volse-hubzilla-c66ad9ccc81a38c26f654f0d91782a90b65ff745.zip |
update changelog
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-??) + 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 |