diff options
author | Mario <mario@mariovavti.com> | 2022-01-21 07:28:24 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-01-21 07:28:24 +0000 |
commit | 755d0f54f7ddfc2a932e17c425c7a1aacb8d7efb (patch) | |
tree | db1616efe407092127a273de1889bc1cd852132f /CHANGELOG | |
parent | a40babbf0d09e0131a00a1e88d359caebb997a65 (diff) | |
parent | f62d66ff25ffac7dbfdc663d2a64c5b415b6e294 (diff) | |
download | volse-hubzilla-755d0f54f7ddfc2a932e17c425c7a1aacb8d7efb.tar.gz volse-hubzilla-755d0f54f7ddfc2a932e17c425c7a1aacb8d7efb.tar.bz2 volse-hubzilla-755d0f54f7ddfc2a932e17c425c7a1aacb8d7efb.zip |
Merge branch '7.0RC'
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 36 |
1 files changed, 36 insertions, 0 deletions
@@ -1,3 +1,39 @@ +Hubzilla 7.0 (2022-01-21) + - Provide theme_color and background_color in App::$theme_info for usage in page meta and manifest + - PWA improvements according to lighthouse + - Refactor mod profile_photo + - Remove core legacy mail code + - Set session samesite cookie flag + - Improve toc bbcode for more flexible usecases + - Deprecate include/group in favor of Lib/AccessList + - Deprecate AccessList::widget() + - Mark forum channel profile images with a small icon in the timelines + - Improve privacy groups UI/UX + - Do not show connections widget if there are no connections + - Remove suggestions widget from various modules + - Provide guest access links for private resources in lockview + - Improve pconfig syncing + - deprecate include/group in favor of Lib/AccessList + - Implement background deleting of items in contact_remove() + - Refactor guest access tokens for better usability and provide quick access + - Refactor permissions handling + - Improved poll rendering + + Bugfixes + - Fix items not deleted on remote channel purge + - Fix plink in post_activity_item() + - Fix multiple update_poll() calls dismissed in queueworker + - Fix blocked or ignored contacts displayed in connections + - Fix polls for forum channels + + Addons: + - Legacy mail: remove + - Deprecate include/group in favor of Lib/AccessList + - Pubcrawl: support pleroma end time for polls + - Pubcrawl: slightly adjust the way we check mastodon direct messages + - Socialauth: scope support and improvements + + Hubzilla 6.4.2 (2021-12-14) - Fix issue in mod sse_bs where returning message id's were assumed to be base64 encoded - Fix announce activity type not registered as response activity |