aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2023-01-13 19:55:44 +0000
committerMario <mario@mariovavti.com>2023-01-13 19:55:44 +0000
commit1b00d5657f51ae7f1f90b22100292b93d220a9e7 (patch)
tree8e33a8da9dac143399e493763d23b5f41efd29f8
parent9ec516e5a4ff52184c9c63acfa3991262c9c1d7a (diff)
parentcd9f35e78ae116e28de6ac4ce89fe94cde9a9928 (diff)
downloadvolse-hubzilla-1b00d5657f51ae7f1f90b22100292b93d220a9e7.tar.gz
volse-hubzilla-1b00d5657f51ae7f1f90b22100292b93d220a9e7.tar.bz2
volse-hubzilla-1b00d5657f51ae7f1f90b22100292b93d220a9e7.zip
Merge branch 'dev' into 8.0RC
-rw-r--r--CHANGELOG59
1 files changed, 59 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index be5a3bbce..a20f40762 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,62 @@
+Hubzilla 8.0 (2023-01-13)
+ Updated ru strings
+ Implement ability to edit addon PDL with pdledit_gui and pdledit
+ Implement queueworker auto sleep time
+ Always add sys channel to receivers for public items
+ Improved server sent events loop
+ Exclude not tagable xchan networks handle_tag()
+ Add mark html tag to the html2bbcode parser
+ Embed or attach uploaded files depending on file type
+ Changed logic to enable site only public stream - please revisit admin setting
+ Updated nb-no strings
+ Moved queueworker to core
+ Provide a PDL file for mod invite and set the profile
+ Disabled outdated context help
+ Mark unseen items seen after a certain amount of time (default 90 days)
+ Slightly restructure lib webfinger
+ Improved redbasic dark schema
+ Implement unseen thread and unseen items count in HQ widget
+ In unseen items notifications just count the first 99 and display 99+ if there are more
+
+ Bugfixes
+ - Fix race conditions when processing multiple choice polls
+ - Fix affinity slider updates - issue #1714
+ - Fix issue where accounts created with a did2 could change their password
+ - Fix no message displayed if file not found in mod cloud
+ - Fix pubstream tagcloud unthreaded view
+ - Fix french invite template
+ - Fix comment permission issue in site only public stream
+ - Fix privacy tag not referring to latest hubloc entry
+ - Fix selected item not highlighted
+ - Fix poll issue when special chars and spaces are involved
+ - Fix prune_hub_reinstalls() to only care about zot6 hublocs
+ - Fix redis session PHP warnings
+ - Fix remote visitor photo uploads
+ - Fix mod shredwithme not showing any items
+ - Fix api_auth not referring to latest hubloc entry
+ - Fix category widget URLs
+ - Fix poller always polling broken feeds
+ - Fix sse event always triggered if public stream notification are off or the app is not installed
+ - Fix more PHP8 warnings
+ - Fix wrong variable in tag_deliver()
+ - Fix mod follow use trim() after punify() - issue #1698
+
+ Addons
+ - Cards: update widget info
+ - Articles: update widget info
+ - Wiki: update widget info
+ - Sse: filter apporvals
+ - Cards: use html_entity_decode before purify and html2plain for summary
+ - Articles: use html_entity_decode before purify and html2plain for summary
+ - Wiki: use html_entity_decode before purify and html2plain for summary
+ - Cards: fix comments not displayed if filter by category
+ - Articles: fix comments not displayed if filter by category
+ - Sse: respect the site public stream setting
+ - Queueworker: moved to core
+ - Pubcrawl: move db query out of foreach loop
+ - Pubcrawl: add mentions and thread owner to recipients for public items
+
+
Hubzilla 7.8.7 (2022-12-03)
- Fix regression when adding feed contacts
- Fix regression new channel calendar event not created