aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-09-06 19:13:30 +0000
committerMario <mario@mariovavti.com>2021-09-06 19:13:30 +0000
commit93f48aa80517e366928441a6eae665b73792c845 (patch)
tree61127f0e7f27602b65eca54860da9a5cf1472060 /CHANGELOG
parent95367a8267cf58a7234085d16cc9c77bdde76fad (diff)
downloadvolse-hubzilla-93f48aa80517e366928441a6eae665b73792c845.tar.gz
volse-hubzilla-93f48aa80517e366928441a6eae665b73792c845.tar.bz2
volse-hubzilla-93f48aa80517e366928441a6eae665b73792c845.zip
update changelog
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG45
1 files changed, 45 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 1888bd159..86ce31c54 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,48 @@
+Hubzilla 6.2 (2021-09-??)
+ - Check post_mail permission when receiving a direct message
+ - Refactor actor store and cache mechanism
+ - Add optional strict flag (false) to base64url_decode() which is passed on to base64_decode()
+ - Update russian translations
+ - Add optional force flag (false) to Activity::actor_store()
+ - Improved icon lookup for actor objects
+ - Improved desktop notifications
+ - Make Hubzilla installable as PWA in supported browsers
+ - Capitalized widget titles (redbasic)
+ - Make images loaded counter showing % loaded instead of actual image count
+ - Deprecate optional channel menu in favor of extended app bin
+ - Implement infrastructure to provide an app install widget for modules
+ - Implement app descriptions
+ - Implement app drag and drop sorting
+ - Implement app drag and drop pinning/starring
+ - Update polish translations
+ - Update to bootstrap 5 and adjust templates
+
+ Bugfixes
+ - Fix anonymous comments for cards and articles
+ - Resolve regex interference between contact and channel autocomplete
+ - Fix files stored in wrong directory when uploaded in the photo module
+ - Fix records with empty public key selected for OWA
+ - Fix import_author_zot failing if primary is both dead and unknown - issue #1599
+ - Fix regression with bookmarks
+ - Fix pubstream notifications link redirecting to mod hq when not local
+ - Cleanup legacy mail leftovers - issue #1595
+ - Fix getimagesize() called with empty path
+ - Fix display issue caused by redundant closing div tag
+
+ Addons
+ - Pubcrawl: fix post to forum - issue #159
+ - Diaspora: implement post_mail permissions for direct messages
+ - Pubcrawl: implement post_mail permissions for direct messages
+ - Pubcrawl: deprecate asencode_person() in favor of Activity::encode_person()
+ - Pubcrawl: implement Activity::get_actor_collections() to reflect core actor store changes
+ - Diaspora: fix use of deprecated function
+ - Twitter: ...
+ - Totp: use platform name instead of banner text
+ - Pubcrawl: use force flag when updating an actor
+ - Sse: do not process possible empty hashes
+ - Implement app descriptions for addons that already support the apps infrastructure
+
+
Hubzilla 6.0.1 (2021-07-27)
- Fix regression in notification handling introduced in 6.0
- Fix regression in regard to unified session page load times introduced in 6.0