From e5539c0d01c1be0b9235aee4aec38f7860cc6959 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 16 Aug 2019 20:19:49 +0200 Subject: update changelog --- CHANGELOG | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 3813bc1a9..d97314674 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +Hubzilla 4.4.1 (2019-08-16) + - Fix wrong profile photo displayed when previewing and editing profiles + - Fix regression from 4.4 which prevented encrypted signatures from being used for encrypted messages + - Fix typo in queueworker addon which broke filtering of duplicate work + + Hubzilla 4.4 (2019-08-13) - Change primary directory from zotadel.net to hub.netzgemeinde.eu (requested by zotadel admin) - Add Russian context help files -- cgit v1.2.3 From 17cd452fff337166b1ec3b974379c2dd62151d87 Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 25 Nov 2019 11:32:22 +0000 Subject: changelog (cherry picked from commit f6f7e7e8d2a9045ac2010ab2308ef7bc5e896efa) --- CHANGELOG | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index d97314674..bc87c3ec9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,70 @@ +Hubzilla 4.6 (2019-11-??) + - Improve opengraph support for channels + - Add opengraph support for articles + - Update abook_connected for RSS feeds only if handle_feed() returned success + - Do not embed PDF files by default but allow to enabled this feature in security options + - Check if file exists before we include it in the router + - Update jquery to version 3.4.1 + - Update composer libraries + - Remove old and unused javascript libraries + - Improved BBcode to Markdown conversion + - Introduce inline SVG support via BBcode + - Sanitize title on Atom/RSS feed import + - Improved HTTP headers cache support for photos + - Add date headers to signed headers + - Add check if item['tag'] is an array + - Add hook comments_are_now_closed for addons to override date based comment closure + - Change mysql schema for item.llink and item.plink for new installs from char(191) to text + - Improved photo cache expiration + - Improved plural function processing on translation strings creation from .po file with util/po2php utlility + - Improved support for CDN/Infrastructure caching (especially profile images) + - New japanese translation + - Add connect button for non-zot networks not connected in current location + - Allow to send forum channels wall2wall or sent by mentions post to external sites via addons + - Allow addons to process forum posts published through mentions + - Improved internal routing for ActivityPub messages + - Improved admin documentation + - Add ITEM_TYPE_CUSTOM and hooks to permit addons to create and distribute custom item types + - Support "comment policy" in Zot6 communications + - Add selected text as quote on reply if comment button is used + - Add more nofollow tags to links to discourage backlink farmers + - Improved conversion of emoji reactions from zot to zot6 + - Add CardDAV/CalDAV autodiscovery + - Label source project of zotfeed since it is not completely compatible across projects + - Update homeinstall script + + Bugfixes + - Fix wildcard tag issue + - Fix duplicate attachment in jot fileupload + - Fix regression with audio file upload + - Fix can not edit menu name or title (#1402) + - Fix pagination encoding issue for some server setups + - Fix Zap->Hubzilla event title compatibility + - Fix event timezones for Zot6 + - Fix missing summary in mod article_edit + - Fix PHP warning failed to write session data using user defined save handler + - Fix possible thumbnails distortion on rebuild with util/thumbrepair utility + - Fix issues with image import to zot6 + - Fix attachment permissions on clonned channels sync + - Fix entries without sitekey returned from DB in queue_deliver() and Lib/Queue + + Addons + - Livejournal: add link to original post option + - Flashcards: update to version 2.06 + - Pubcrawl: compatibility changes to support pixelfed + - Cart: update paypal button to API v2 + - Photocache: rework for speed and lower memory consumption + - Photocache: etag support for cached photos + - Photocache: purge cache on addon uninstall + - Openstreetmap: fix regression if no default values set + - Livejournal: allow send posts from non channel owner + - Pubcrawl: fix event timezones + - Pubcrawl: better ActivityPub channel URL detection + - Pubcrawl: fix comments delivery for other channels on the same hub + - New addon "workflow" with initial basic "issue tracker" capability + + + Hubzilla 4.4.1 (2019-08-16) - Fix wrong profile photo displayed when previewing and editing profiles - Fix regression from 4.4 which prevented encrypted signatures from being used for encrypted messages -- cgit v1.2.3 From f992feb71c424c115e81431326db7bd1e344e866 Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 25 Nov 2019 21:06:12 +0000 Subject: update changelog (cherry picked from commit fcb065bcb2f8e61d1d9e804f8f251967732ee037) --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index bc87c3ec9..e5a85c7a0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -34,6 +34,7 @@ Hubzilla 4.6 (2019-11-??) - Update homeinstall script Bugfixes + - Fix once cached embedded content is used and stored forever - Fix wildcard tag issue - Fix duplicate attachment in jot fileupload - Fix regression with audio file upload -- cgit v1.2.3 From 6c8d1bdffef0c1d83ca1bdbc0caeeb41fc8aa3df Mon Sep 17 00:00:00 2001 From: Max Kostikov Date: Mon, 25 Nov 2019 21:25:44 +0000 Subject: Update CHANGELOG (cherry picked from commit 9284b60a79bf226f4fef0e51f6eb58eacdb3973c) --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index e5a85c7a0..367f54830 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -50,6 +50,7 @@ Hubzilla 4.6 (2019-11-??) - Fix entries without sitekey returned from DB in queue_deliver() and Lib/Queue Addons + - Twitter: send tweet even if attached image uploading was unsuccessful - Livejournal: add link to original post option - Flashcards: update to version 2.06 - Pubcrawl: compatibility changes to support pixelfed -- cgit v1.2.3 From fac7826efa486fb711a442fc3fdca27d12ca21aa Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 4 Dec 2019 10:14:28 +0000 Subject: update changelog (cherry picked from commit 295c08fcf31e44ed48284768e6df92aaa11ab964) --- CHANGELOG | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 367f54830..6904c1f48 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -Hubzilla 4.6 (2019-11-??) +Hubzilla 4.6 (2019-12-04) - Improve opengraph support for channels - Add opengraph support for articles - Update abook_connected for RSS feeds only if handle_feed() returned success @@ -52,7 +52,7 @@ Hubzilla 4.6 (2019-11-??) Addons - Twitter: send tweet even if attached image uploading was unsuccessful - Livejournal: add link to original post option - - Flashcards: update to version 2.06 + - Flashcards: update to version 2.08 - Pubcrawl: compatibility changes to support pixelfed - Cart: update paypal button to API v2 - Photocache: rework for speed and lower memory consumption -- cgit v1.2.3