diff options
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 |