aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG128
1 files changed, 128 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 23c1be7d5..7df421778 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,131 @@
+Hubzilla 4.4 (2019-08-??)
+ - Replace plink URL with share tag if possible
+ - Catch and exclude trailing punctuation while URL embedding
+ - Do not limit channel if service class property value is set to zero
+ - Streamline keyId and creator/actor
+ - Add daemon_master_summon hook
+ - Serve static files directly if not caught by web server
+ - Update cacert.pem
+ - Calendar: allow different date/time format inputs
+ - Calendar: hide timezone select for allday events
+ ⁻ Add opengraph meta info to channel page
+ - Begin directory migration to zot6
+ - Support zot and zot6 in social graph operations
+ - Lowlevel support for zot6 direct messages
+ - Consolidate HTTP signatures
+ - Allow api login by address or url
+ - Provide auto redirect from zot6 /item permalinks
+ - Export all items except photos in channel_export_items_date()
+ - Calendar: clicking a day or week number will now open the day or week view
+ - Remove cached photo location directory on delete if empty
+ - Include zot6 hubs in the Grid scope
+ - Fix os_path replace for thumbnails
+ - Avoid to process original images using storeThumbnail()
+
+ Bugfixes
+ - Fix URLs on imported item taxonomy
+ - Fix admin not allowed to delete any item
+ - Fix webfiunger issue with URLs containing an @
+ - Fix missing object in emoji reactions
+ - Fix appschema to include diaspora:guid
+ - Fix zotfinger in update_directory_entry()
+ - Fix incorrect media type on links for photo objects
+ - Fix mid not dbesc'd in item_store()
+ - Fix calendar encoding issues
+
+ Addons
+ - twitter: various rendering improvements
+ - cavatar: fix wrong image mimetype
+ - gravatar: fix wrong image mimetype
+ - Add license file
+ - pubcrawl: make repeats render like wall to wall posts
+ - pubcrawl: fix pubcrawl_import_author() sometimes returning a non activitypub xchan
+ - pubcrawl: use Lib/Activity for taxonomy en/decoding
+ - pubcrawl: fix wrong uuid in like activity
+ - pubcrawl: fix issue with encoding hashtags
+ - openstreetmap: use https URLs by default
+ - queueworker: refactor and efficiency improvements
+ - pubcrawl: use unique IDs for follow and accept activities
+ - pubcrawl: implement thread completion
+ - pubcrawl: implement delete activity
+ - photocache: reduce the size of the photo cache subdirectories tree
+ - photocache: use html_entity_decode() for cached photo URL
+ - diaspora: fix possible issue with diaspora relay not initializing
+
+
+Hubzilla 4.2.1 (2019-06-17)
+ - Deprecate mod events
+ - Revisit mod cal
+ - Fix issues with deletion of linked items and resources
+ - Fix zot6 delete issue
+ - Fix attach sync issue
+ - Remove sizeRangeSuffixes in justified gallery wrapper
+ - Fix storageconv issue with postgres
+ - Fix embedphotos image size
+ - pubcrawl: use URI instead of object for actor url
+ - diaspora: adjust loglevel
+ - gallery: remove workaround for margin issue which has been fixed upstream
+ - cart: warn about unsaved changes
+
+
+Hubzilla 4.2 (2019-06-04)
+ - Introduce Calendar app which deprecates Events and CalDAV apps and streamlines the featuresets
+ - Update mod cal to reflect changes in the calendar app
+ - Improve timezone detection for CalDAV calendars
+ - Add mention support to event description in channel calendar
+ - Update jgrowl library
+ - Do not try to oembed URLs without embed tags
+ - Optimise pdf oembed processing
+ - Add form security token to mod register
+ - Replace URLs for mod gallery, mod photos and mod photo on cloned channel post sync
+ - Update justified gallery library
+ - Update bootstrap libraries
+ - Use "cache" flag for bbcode() on content destined for zot6
+ - Improve DB indexing
+ - Drop deprecated columns from channel the table
+ - Replace own image URL in clonned channel posts
+ - Improve DB update handling
+ - Improve item deletion when a contact was removed
+ - Zot6 compatibility for emoji reactions
+ - Add threaded comments support (disabled by default)
+ - Improve xmlify()/unxmlify() performance
+ - Update blueimp/jquery-file-uplad library
+ - Update sabre/vobject library
+ - Various doco updates
+ - Implement remove profile photo button (reset to default photo)
+ - Implement remove cover photo button
+ - Update the homeinstall script
+ - Add command line tool for photo thumbnails storage conversion
+ - Implement option to store photo thumbnails in filesystem instead of DB
+
+ Bugfixes
+ - Fix category widget when using articles
+ - Fix live update not triggering in mod search
+ - Fix encoded URLs in code blocks
+ - Fix wiki headers not escaped
+ - Fix possible xchan protocol confusion in new_contact()
+ - Fix xchan_url not displayed if xchan_addr not available
+ - Fix suggestion ordering in mod directory
+ - Fix event attachment delivery to zot6
+
+ Addons
+ - pubcrawl: improve friendica compatibility by adding the nonstandard diaspora:guid field
+ - pubcrawl: initial suport for events
+ - pubcrawl: improve permalink detection
+ - flashcards: fix moving learn buttons if viewport sizes changes
+ - flashcards: Move card details to the bottom of a card
+ - upgrade_info: provide links to changelog
+ - photocache: do not save filename for cached photos
+ - pubcrawl: save local comment activitypub payload in iconfig to be used for relay
+ - flashcards: UI improvements in box settings
+ - pubcrawl: implement profile update messages
+ - pubcrawl: use URI instead of object for actor
+ - flashcards: fix jumping sync button
+ - pubcrawl: add threaded comments support
+ - pubcrawl: ignore target encoding errors
+ - pubcrawl: format photo items for activitypub
+
+
Hubzilla 4.0.3 (2019-04-26)
- Add attachments to zot6 event objects
- Add zot6 to federated transports