From 8e626a0142e586da7f1bfbf5d35a518159e75b88 Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 23 Dec 2017 14:25:27 +0100 Subject: changelog --- CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index c583c022b..29b9ed945 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -116,6 +116,8 @@ Hubzilla 3.0 (????-??-??) - Fix unstar Plugins/Addon + GNU-Social: fix uploading a photo to a post results in double post - github issue 75 + GNU-Social: fix gnusoc plugin not respecting delayed delivery - github issue 74 Pubcrawl: fix PHP warning Diaspora: remove garbage from magic envelope Diaspora: fix permalinks for zot reshares -- cgit v1.2.3 From e418a6b3d498cb237bd8f6dd01f40fe57d4a868d Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 28 Dec 2017 21:18:50 +0100 Subject: changelog --- CHANGELOG | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 29b9ed945..c69b7cb41 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,7 @@ Hubzilla 3.0 (????-??-??) + - Sort cloud directory by 1. is_dir and 2. name + - Document that imagick calls/execs ffmpeg for mp4 video thumbnails + - Use pipe_stream() instead of file_{get, put}_contents() in attach_store() - Make homeinstall script ready for Debian 9 - Add url and headings to bbco_autocomplete() - Remove additional linebreaks after headings @@ -82,6 +85,8 @@ Hubzilla 3.0 (????-??-??) - Table structure for pseudo or proxy channels (pchan) Bugfixes + - Fix directory keywords returned from dir_tagadelic() in standalone mode + - Fix argument warning when arguments are correct in util/dcp - Fix issue with long filenames in mod cloud - Fix misc. issues with new 'insert photo from photo album' github issue #475 - Fix regression in channel sources delivery @@ -116,6 +121,7 @@ Hubzilla 3.0 (????-??-??) - Fix unstar Plugins/Addon + Diaspora: implement recent changes in diaspora account_migration spec GNU-Social: fix uploading a photo to a post results in double post - github issue 75 GNU-Social: fix gnusoc plugin not respecting delayed delivery - github issue 74 Pubcrawl: fix PHP warning -- cgit v1.2.3 From 4562e1cc1c9df6ff7695bf85303f4ba47228ef4f Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Wed, 3 Jan 2018 20:18:11 +0100 Subject: update changelog --- CHANGELOG | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index c69b7cb41..d84b8fe4a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,5 @@ Hubzilla 3.0 (????-??-??) + - Updated homeinstall script - Sort cloud directory by 1. is_dir and 2. name - Document that imagick calls/execs ffmpeg for mp4 video thumbnails - Use pipe_stream() instead of file_{get, put}_contents() in attach_store() @@ -85,6 +86,10 @@ Hubzilla 3.0 (????-??-??) - Table structure for pseudo or proxy channels (pchan) Bugfixes + - Fix sync non-default profile photo changes to clones - github issue #113 + - Fix prev/next buttons on connedit can show deleted connections - github issue #673 + - Fix affinity widget settings + - Fix dupe bug in content hooks - github issue #943 - Fix directory keywords returned from dir_tagadelic() in standalone mode - Fix argument warning when arguments are correct in util/dcp - Fix issue with long filenames in mod cloud @@ -121,6 +126,7 @@ Hubzilla 3.0 (????-??-??) - Fix unstar Plugins/Addon + Diaspora: fix 'view full size' photo link - core github issue #947 Diaspora: implement recent changes in diaspora account_migration spec GNU-Social: fix uploading a photo to a post results in double post - github issue 75 GNU-Social: fix gnusoc plugin not respecting delayed delivery - github issue 74 -- cgit v1.2.3