diff options
author | Max Kostikov <max@kostikov.co> | 2020-12-04 14:33:34 +0100 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2020-12-04 14:33:34 +0100 |
commit | a9dd6d6bdbc27e11ffe71644670686d82e05420f (patch) | |
tree | 05dd57d1c3f2a8b7541598544b92dbbfe964c329 /CHANGELOG | |
parent | c9ce562369556ae01044dfb91541c4e4ee35af9e (diff) | |
parent | 9c7ec55b4049599f3a61192eaf020e3a112dfa0e (diff) | |
download | volse-hubzilla-a9dd6d6bdbc27e11ffe71644670686d82e05420f.tar.gz volse-hubzilla-a9dd6d6bdbc27e11ffe71644670686d82e05420f.tar.bz2 volse-hubzilla-a9dd6d6bdbc27e11ffe71644670686d82e05420f.zip |
Merge branch 'dev' into 'dev'
Dev sync
See merge request kostikov/core!2
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 35 |
1 files changed, 35 insertions, 0 deletions
@@ -1,3 +1,38 @@ +Hubzilla 5.0.4 (2020-12-01) + - Fix regression updating the primary + - Dismiss title in response activities + + +Hubzilla 5.0.3 (2020-11-26) + - Upgrade phpunit to version 9 + - Remove dbunit because its not maintained anymore + - Add uuid version 5 based uuid's to imported feeds + - Fix potential delivery loop + - Fix actor of fetched activities not stored + - Improve update mechanism for comments and likes to prevent page jumps + - Fix issue where channel suggestions was suggesting oneself + - Do not auto-update except for own actions + - Introduce ctrl-enter shortcut to send comments and posts + + Addons + Pubcrawl: improve addressing of mentioned actors + + +Hubzilla 5.0.2 (2020-11-16) + - Fix edge case in acl selector + - Fix ping_site() + - Fix directory post url + - Update russian translation + - Implement polling for notifications (default) - SSE can be enabled in /admin/site if desired + - DB update to remove hublocs with no hubloc_hash or no hubloc_callback + - Do not save actors without an inbox + - Fix import_hublocs() + + Addons + - Pubcrawl: do not save actors without an inbox + - Diaspora: fix issue with diaspora where hublocs without hubloc_hash were stored + + Hubzilla 5.0.1 (2020-11-12) - Fix share title size - Fix issue where hublocs could get mixed up between different protocols |