diff options
author | Mario <mario@mariovavti.com> | 2022-07-26 17:20:30 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-07-26 17:20:30 +0000 |
commit | d2a34e0107c3ce2139f351cf332bfc90c3eddb12 (patch) | |
tree | 3a33f2f03b4ed5eef0a8948f16a377b46127372f | |
parent | 7c01b59ffb61322ebad33518fe46036f42419a12 (diff) | |
parent | 769c8225683f843e14039bea232c2ff13670144a (diff) | |
download | volse-hubzilla-d2a34e0107c3ce2139f351cf332bfc90c3eddb12.tar.gz volse-hubzilla-d2a34e0107c3ce2139f351cf332bfc90c3eddb12.tar.bz2 volse-hubzilla-d2a34e0107c3ce2139f351cf332bfc90c3eddb12.zip |
Merge branch 'dev' into 7.6RC
-rw-r--r-- | CHANGELOG | 66 | ||||
-rw-r--r-- | install/INSTALL.txt | 4 |
2 files changed, 46 insertions, 24 deletions
@@ -1,28 +1,50 @@ +Hubzilla 7.6 (2022-07-26) + - Add filter rule to check for false conition + - Implement HQ dashboard to display recently created content for various modules + - Updated spanish translations + - Implement a max oembed size which defaults to 1MB + - Update composer libs + + Addons + - Cart: do not attempt oembed + - Cards: implement channel_activities_widget for HQ dashboard + - Articles: implement channel_activities_widget for HQ dashboard + - Wiki: implement channel_activities_widget for HQ dashboard + + Bugfixes + - Fix language filter filtering ambigous results + - Fix vcard-card background for dark schema + - Fix contact edit dialog not displayed in chrome browser + - Fix readability of category pills in dark schema + - Fix opengraph images inside zmg opening tag + - Fix oembed attempted for text previews + + Hubzilla 7.4 (2022-06-01) - 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 + - 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 + - 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) diff --git a/install/INSTALL.txt b/install/INSTALL.txt index 47a3004b7..232efef25 100644 --- a/install/INSTALL.txt +++ b/install/INSTALL.txt @@ -57,8 +57,8 @@ follow the browser advice. This is disruptive to the community. That said, we recognise the issues surrounding the current certificate infrastructure and agree there are many problems, but that doesn't change the requirement. -Free "browser-valid" certificates are available from providers such as StartSSL -and LetsEncrypt. +Free "browser-valid" certificates are available from providers such as ZeroSSL, +LetsEncrypt and a few others. If you do NOT use SSL, there may be a delay of up to a minute for the initial install script - while we check the SSL port to see if anything responds there. |