From b8796d47513dd49721214a381445ad33920c9279 Mon Sep 17 00:00:00 2001 From: ansuz Date: Thu, 27 May 2021 12:37:50 +0530 Subject: [PATCH] WIP changelog --- CHANGELOG.md | 35 ++++++++++++++++++++++++++++++++--- 1 file changed, 32 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcb7e9230..e667c55b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,38 @@ -# WIP +# 4.6.0 -* fix opening links from temporary shared folders on iphone or other contexts that do not support shared workers -* add checkup test for disabling google FLoC +## Goals + +* work on polls/surveys +* stabilize and implement tests + +## Update notes + +* checkup/server/config + * test for anti-FLoC header + * add anti-FloC header to server so the default dev server passes all tests + * update NGINX example to avoid duplicated headers + * simplify dev server headers + * adjust table borders for dark/light mode + * say what headers are wrong +* rename exported object in `application_config_internal.js` to avoid copypasta errors +* `AppConfig.disableAnonymousPadCreation = false;` + * note that it's only enforced client-side * update lodash devDependency +## Features + +* generate `supportMailbox` keys via the admin panel + * document this +* markdown preview + * code blocks are full width + +## Bug fixes + +* fix opening links from temporary shared folders on iphone or other contexts that do not support shared workers +* show "features" instead of "pricing" in static pages' footer when premium subscriptions are not available +* use preferred 12/24h time format in date picker +* add error handling to admin panel decree RPCs + # 4.5.0 ## Goals