aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG47
1 files changed, 47 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 629d8b44c..42897fd0b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,50 @@
+Hubzilla 5.2 (2021-01-13)
+ - Use libzotdir for directory
+ - Streamline usage of channel url for keyId
+ - Basic work on PHP8 compatibility
+ - Improve performance for forum post edit action
+ - Improve File App tiles view
+ - Update es strings
+ - Update ru strings
+ - Implement directory download via zip files in Files App
+ - Implement bulk file download via zip files in Files App
+ - Deprecate ! and !! forum tags - use direct messages to post to forums
+ - Do not show forums where we do not have permission to post in ACL selector
+ - Implement lockview for Files App
+ - Implement file and directory rename functionality Files App
+ - Implement file and directory copy functionality in Files App
+ - Implement file and directory move functionality in Files App
+ - Implement categories for files and directories in Files App
+ - Implement drag and drop move action for files and directories in Files App
+ - Implement bulk file actions for move, copy, categories and permissions
+ - Implement a files categories widget
+ - Implement a breadcrumb view for file paths
+ - Rewrite xchan_vcard template
+ - Update composer libs
+
+ Bugfixes
+ - Fix direct messages by forum channel turned into group item
+ - Fix ID3Parser composer autoload
+ - Fix issue where directory_fallback_servers were not accessible from static function
+ - Fix missing constant defenition for HUBLOC_OFFLINE
+ - Fix sync_directories() including known dead sites
+ - Fix undefined variable in poller preventing Onedirsync from running
+ - Fix w2w posts not editable/deletable from local server
+ - Fix issue where categories were not saved on forum wall posts
+ - Fix no channel_id provided for contact_remove() in reply_purge()
+ - Fix typo in notifier command
+ - Fix profile title/description allowed more than 191 characters
+
+ Addons
+ - Queueworker: cleanup whitespace
+ - Queueworker: add some tweaks to prevent deadlocks for postgresql
+ - Flashcards: compatibility for the changes in the Files App
+ - Openstreemap: fix hostname parsing from URL
+ - Openstreemap: fix content security policy
+ - Pubcrawl: fix peertube video display
+ - Pubcrawl: deliver updates to anyone owning the item
+
+
Hubzilla 5.0.8 (2020-12-30)
- Fix single quotes not escaped in the notifications title (issue 1503)
- Return zot6 xchans for random_profile()