From ad493e5049c14f403553be2106056a61380e0306 Mon Sep 17 00:00:00 2001 From: ansuz Date: Fri, 25 Jun 2021 12:29:54 +0530 Subject: [PATCH] add WIP features to changelog --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d33d0e25c..b41b1d9b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# WIP + +* WIP file conversion utilities +* server + * `installMethod: 'unspecified'` in the default config to distinguish docker installs + * `instancePurpose` on admin panel +* display warnings when remote resources are blocked + * in code preview +* restrict style tags to a scope when rendering them in markdown preview by compiling their content as scoped less +* iPhone/Safari calendar and notification fixes (data parsing errors) +* checkup + * display actual FLoC header in checkup test + * WIP check for `server_tokens` settings (needs work for HTTP2) + * nicer output in error/warning tables +* form templates +* guard against a type error in `getAccessKeys` +* guard against invalid or malicious input when constructing media-tags for embedding in markdown + # 4.7.0 ## Goals