aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2025-06-24 10:09:36 +0000
committerMario <mario@mariovavti.com>2025-06-24 10:09:36 +0000
commit2606517c1db26ae1ba9e510d982b37eb7575c23b (patch)
tree3f20947afbcaa2e947cc0eecb316eba0e9de229c
parent0ab94d42f4904777eca7b8a9ce63452a7f60345f (diff)
downloadvolse-hubzilla-2606517c1db26ae1ba9e510d982b37eb7575c23b.tar.gz
volse-hubzilla-2606517c1db26ae1ba9e510d982b37eb7575c23b.tar.bz2
volse-hubzilla-2606517c1db26ae1ba9e510d982b37eb7575c23b.zip
changelog
-rw-r--r--CHANGELOG97
1 files changed, 97 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 951c97b6f..3ca018d39 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,100 @@
+Hubzilla 10.4 (2025-??-??)
+ - 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 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
+ - 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