diff options
author | Mario Vavti <mario@mariovavti.com> | 2021-07-02 16:07:31 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2021-07-02 16:07:31 +0200 |
commit | 0ab7996a2a864222caaabc84ab758ca93961315f (patch) | |
tree | 3ecb2c10b002bceed1f135e410759aa1c0b874f7 /CHANGELOG | |
parent | faeec0b77b49e21f17e9f38ed5ec6fa9cec138e7 (diff) | |
download | volse-hubzilla-0ab7996a2a864222caaabc84ab758ca93961315f.tar.gz volse-hubzilla-0ab7996a2a864222caaabc84ab758ca93961315f.tar.bz2 volse-hubzilla-0ab7996a2a864222caaabc84ab758ca93961315f.zip |
update changelog
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 47 |
1 files changed, 47 insertions, 0 deletions
@@ -1,3 +1,50 @@ +Hubzilla 6.0 (2021-07-xx) + + - DB update 1247 to clean up bogus entries in updates + - DB update 1246 to deprecate legacy zot xchans and hublocs + - Implement desktop notifications + - Emit a warning if the calendar for the created event is disabled + - Add an option to drop media for bbcode processing + - Make mod HQ the default landing page after login + - Implement direct messages view for mod HQ + - Implement public/restricted messages vie for mod HQ + - Implement starred messages view for mod HQ (only available if the Star Posts feature is enabled) + - Update composer libs + - Remove deprecated mod ping + - Remove legacy zot libs and functions - major cleanup + + Bugfixes + - Fix deleting and starring in unthreaded view + - Fix issue where incomplete datasets were stored into updates + - Fix where notifications were not loaded if a filter was applied + - Fix in browser email validation for registrations + - Fix directory sync issues + - Fix issue where the original rawmsg iconfig got overwritten + - Fix unmaintained id3 pareser for PHP8 + - Fix item_private state for imported items + - Random PHP8 fixes (ongoing) + + Addons + - Pubcrawl: fix ld-signature for profile updates + - Pubcrawl: deprecate as_actor_store() in favor of Activity::actor_store() + - Twitter: prevent duplicated tweets + - Remove legacy zot dpendencies and deprecated functions + - Pubcrawl: fix remote reply for peertube + - Pubcrawl: fix issue where we could end up with an xchan but without hubloc + - Diaspora: implement the direct_message_recipients hook + - Queueworker: add a simple priority mechanism to prevent not so important janitor tasks (e.g. onedirsync) stuffing up the queue and delaying deliver of items + - Pubcrawl: implement direct message recognision for activities coming from Mastodon + - Pubcrawl: always show complete threads (complete as in all the messages we have received) in public stream + - Twitter_api: remove the mail endpoint + - Mail: make interface read only with the possibility to download and delete mails (this addon will be removed in a future version) + - Pubsubhubbub: move to addons-unmaintained + - GNU-Social: move to addons-unmaintained + - Fixes to reflect core notifier changes + - Diaspora: refactor conversations a.k.a mail to implement direct messages infrastructure + - Pubcrawl: allow hublocs to be upgraded from ostatus + - Diaspora: fix issue where we could end up with an xchan but without hubloc + + Hubzilla 5.6.1 (2021-06-04) - Update spanish translations - Fix login name label if register email verification is disabled |