Saturday updates to the CHANGELOG
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 20 Sep 2020 06:36:13 +0000 (08:36 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 20 Sep 2020 06:36:13 +0000 (08:36 +0200)
CHANGELOG

index f4f7103..bfa2b03 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -17,6 +17,7 @@ Version 2020.09 (unreleased)
     Enhanced sample lighttpd and nginx configs [MrPetovan, tobiasd]
     Enhanced the checks for incoming postings using ActivityPub [annando, Roger Meyer]
     Enhanced the import of RSS feeds by removing tracking pixels [annando]
+    Enhanced the speed of the full text search [annando]
     Replaced library used for text completion [MrPetovan]
     Fixed a problem that prevented recipients of direct messages to be selected [MrPetovan]
     Fixed a problem that prevented new email contacts from being added [annando]
@@ -28,6 +29,8 @@ Version 2020.09 (unreleased)
     Fixed some composer notices [nupplaphil]
     Fixed a problem for empty preview data when importing feed posts [annando]
     Fixed a problem with the pager on search result pages [annando]
+    Fixed some templates to show the correct un-/follow button for contacts [annando]
+    Fixed a problem with the generation of the Message-ID of notification emails [nupplaphil]
     Added nodeinfo2 support [annando]
     Added CSV export and import of blocked servers to the console [tobiasd]
     Added new admin debug module for ActivityPub [MrPetovan]
@@ -44,6 +47,7 @@ Version 2020.09 (unreleased)
     Removed the unused rating functionality [annando]
     Removed unneded network request for local stuff [annando]
     Removed some useless info messages [annando]
+    Reworked some additional features according to a user voting [MrPetovan]
 
   Friendica Addons:
     Updates to the translations: DE, EN GB, EN US, IT, NL, RU, ZH_CN [translation teams]
@@ -53,15 +57,18 @@ Version 2020.09 (unreleased)
       added some "good" bots [annando]
     forumdirectory:
       fixed some SQL queries [MrPetovan]
+    phpmailer:
+      fixed a problem leading to double message ID headers [nupplaphil]
     qcomment:
       restructured the addon and fixed a bug preventing the addon from working [MrPetovan]
 
   Closed Issues:
-    4606, 5742, 5782, 7660, 8676, 8788, 8797, 8798, 8847, 8860, 8874,
-    8882, 8885, 8906, 8914, 8922, 8928, 8929, 8935, 8940, 8941, 8967,
-    8989, 8993, 8994, 8995, 8997, 8999, 9000, 9004, 9013, 9015, 9051,
-    9064, 9065, 9072, 9081, 9090, 9091, 9099, 9107, 9135, 9137, 9138,
-    9140, 9150, 9153, 9154, 9163, 9164, 9172, 9182, 9193, 9204
+    2811, 4606, 5742, 5782, 7660, 8676, 8788, 8797, 8798, 8847, 8860,
+    8874, 8882, 8885, 8906, 8914, 8922, 8928, 8929, 8935, 8940, 8941,
+    8956, 8958, 8961, 8967, 8989, 8993, 8994, 8995, 8997, 8999, 9000,
+    9004, 9013, 9015, 9051, 9064, 9065, 9072, 9081, 9090, 9091, 9099,
+    9107, 9135, 9136, 9137, 9138, 9140, 9142, 9150, 9153, 9154, 9163,
+    9164, 9172, 9182, 9192, 9193, 9204, 9210, 9229, 9231
 
 Version 2020.07-1 (2020-09-08)
   Friendica Core