diff options
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 174 |
1 files changed, 173 insertions, 1 deletions
@@ -1,4 +1,174 @@ -Hubzilla 10.2 (2025-??-??) +Hubzilla 10.4.3 (2025-08-15) + - Refactor module vote to prohibit double votes at the sender side + - Fix vote answers counted as comments + - Start transition of deprecated AS1 item.verb vocabulary to AS2 on demand in mod channel, articles and cards + - Fix regression in retrieving channel address in wtagblock() and whitespace fixes + + +Hubzilla 10.4.2 (2025-08-08) + - Implement item_custom_display hook in mod HQ + - Refactor item fetching functions to reflect item_normal() changes + - Refactor item_normal() to optionally deal with various item types + - Fix missing reactions modal in threaded_conversation.tpl + - Improve memory consumption in drop_related() to fix deleting of big threads + - Fix PHP error with the potential to stuff up the queueworker + - Update the contact edit header so that both, image and text are linked to the profile + - Articles: refactor to reflect item_normal() changes + - Cards: refactor to reflect item_normal() changes + + +Hubzilla 10.4.1 (2025-07-31) + - Fix regression in pubstream tag view + - Fix photos meta data not updated when renaming folder in files app + - Fix syntax error in custom emoji sample code + - Fix rendering issue when image load event triggered after timeout + - Fix comment preview not always displayed + - Fix new created comment rendering offscreen + - Update derived theme tutorial and add it to the help index + - Add 'extends' attribute to theme info + - Fix reply modal remaining hidden after reactions loaded + - Refactor tagcloud to use smarty template file + - Fix regression in tagadelic + - Fix possible performance issue with archive widget + - Fix various addons which still used the deprecated $a global + + +Hubzilla 10.4 (2025-07-15) + - Add support for did:key verification method to checkEddsaSignature() + - Introduce util/init_sys_channel to create the sys channel if required + - Update norwegian translations + - Add init_sys_channel utility to create the sys channel in case of headless installation or failure + - Upgrade http-message-signer to version 2.3 + - Upgrade phpseclib to version 3 + - Minor cleanup to the account functions and added tests + - Do not sign (request-target) on response + - Start verifying incoming RFC9421 HTTP signatures + - Convert geo URIs into clickable links + - Allow geo URIs in url bbcode tags + - Cleanup obsolete and unused functions + - Remove unused Xref module + - Make sure we have the keys before attempting to sign with JcsEddsa2022 + - Implement lazy loading of toplevel comments + - Update german help files + - Add App::$page_layouts attribute for comanche + - Refactor and fix numerous issues in guess_image_type() + - Add tests for Widget\Messages + - Refactor cache_embeds daemon to be called with uuid (instead of item id) so that it will only be processed once + - Add avif support for php-gd + - Exclude Add/Remove items from network nouveau query + - Always preload images and remove pre image preload setting + - Introduce per channel conversation mode setting + - Add API docs for the observer file + - Move observer helper functions to separate source + - Introduce helper functions to access the various fields of the xchan stored in App::$observer + - Refactor item_normal() to accept an owner uid + - Implement reply modal if comment replies are enabled + - Streamline wording conversation > comment > reply + - Streamline default ordering to created date + - Default to threaded conversation mode + - Implement lazy loading of reactions + - Do not store dismissed create activities in dreport + - Refactor mod item to deprecate x() and use $_POST instead of $_REQUEST superglobal + - Improved styling for dreport module + - Start deprecation of the function x() + - Minor cleanup and refactor for Web/Router + - Minor cleanup and refactor for Lib/Webserver + - Set App::$query_string from from server.request_uri instead of server.query_string because the latter will mostly be urldecoded by the server already + - Refactor language selector + - Extend message filter to support until=2025-04-18 20:49:00 for date/time based filtering and add tests + - Extend message filter to deal with && and || conditions and add tests + - Prevent storing files/folder with filenames exceeding their max name length + - Deal with attachment of type link + - Revert translation of network to stream + - Updated debian install script + - Add suport for strong bbcode tag + - Change photo.filename to type text for new installs + - Provide methods to get mid and uuid from activity object + - Minor update for boxy schema + - Update composer libs + - Reorganize emojis and allow custom site emojis + - Change item.obj and item.target to mediumtext for mysql new installs + - Move jot related functions to jot-header and some cleanup + - Port photo selector to vanilla javascript + - Enable photo selector for comments if OCAP access is enabled + - Add :hubzilla: emoji + - Add :zot: emoji + - Include unapproved connections in deliverable_abook_xchans() + - Port showHideComments() to vanilla javascript + - Disable browser rotating image based on EXIF metadata + + Bugfixes + - Fix blog mode if threaded view is disabled + - Fix markdown issue with mentions + - Fix issue where item_wall was not set for article and card item types + - Fix first created account was not necessarily the admin account + - Fix notice not emited on failed login + - Fix intro notifications not handled via /notify/view and hence not marked seen + - Fix undefined static function in Zot6Handler + - Fix missing return in Render\Theme::current + - Fix announce source title (addr) not correct + - Fix offset calculation if element position is relative + - Fix autosave for comments + - Fix notfication issue with update activities + - Fix sess_data not updated to mediumtext in mysql schema file + - Fix title and summary converted to bbcode + - Fix preloading images if dom element is not yet in page + - Fix verb and hash for notifications + - Fix notification button for medium screen size (right aside collapsed) + - Fix new result set created for updated results (dreport) + - Fix regex to catch codeblocks with params like class in smilies() + - Fix term.imgurl not stored in item_store_update() + - Fix folder names are not URL escaped in Files app (issue #1903) + - Fix stephenhill/base58 PHP warnings + - Fix color bbcode markup + - Fix video poster display issue + - Fix relayed emoji reactions + - Fix some javascript errors on mobile devices + - Fix our own activities visible in unseen forum notifications + - Fix duplicated head_get_icon() + + Addons + - Wiki: fix spacing in wikilist widget + - Gallery: look for templates in theme directory first + - Articles: look for templates in theme directory first + - Wiki: look for templates in theme directory first + - Pubcrawl: remove unused force note setting + - Flashcards: major refactor and added functionality + - Superblock: refactor and new siteblock option for admins + - Cart: fix issue related to HTTP3 + - Pubcrawl: avoid DB lookup if not valid AS request in mod followers and mod following + - Photocache: implement prefetch via cache_embeds daemon and minor refactor + - Articles: fix Add/Remove activities not dismissed in channel activities query + - Cards: fix Add/Remove activities not dismissed in channel activities query + - Diaspora: make sure item_thread_top is set for reshares (info for filters) + - Gallery: fix missing folder field from query + - Pubcrawl: update mod ap_probe to show a visual representation if applicable + + +Hubzilla 10.2.3 (2025-04-11) + - Fix bogus merge from 10.2.2 release + + +Hubzilla 10.2.2 (2025-04-11) + - Cleanup deprecated forum queries, improved performance + - Fix zot6 handler returning success allthough Libzot::fetch() did not return anything useful + - Fix json encoding of a possibly empty item.target + - Fix permalink for forum posts and comments + - Fix an obscure delivering issue which could produce duplicate posts + - Lazy load profile photos for reactions to reduce server load + - Pubcrawl: deal with Update(Tombstone) + - Pubcrawl: fix mentions not mapped to "to" in public toplevel posts (regression) + + +Hubzilla 10.2.1 (2025-03-18) + - Fix OWA in cases where Signature is in the REDIRECT_REMOTE_USER field + - Fix query in mod sse_bs + + +Hubzilla 10.2 (2025-03-17) + - Allow to send signed requests from the zot_probe tool + - Print an error message if OWA fails + - Remove possible leading @ before processing webfinger address - Updated debian install script - Calculate observer.baseurl from xchan_url instead of xchan_connurl - Refactor unparse_url() to allow return of a custom field set only and add tests @@ -20,6 +190,8 @@ Hubzilla 10.2 (2025-??-??) - Add security policy SECURITY.md Bugfixes + - Fix notifications for likes on our comments + - Fix fullscreen view - Fix boxy scheme text alignment for comments - Fix poll date string to match with the autotime string - Fix owner hash not set correctly when editing a post/comment |