From 2c043afa1fdbac8dad3db4ee330296f5a18648df Mon Sep 17 00:00:00 2001 From: Zef Hemel Date: Fri, 7 Jul 2023 15:46:31 +0200 Subject: [PATCH] Changelog update --- website/CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/website/CHANGELOG.md b/website/CHANGELOG.md index f6661d4f..013fefa6 100644 --- a/website/CHANGELOG.md +++ b/website/CHANGELOG.md @@ -3,9 +3,12 @@ release. --- -## Next +## 0.3.5 * **Removal of all real-time collaboration features**: this was causing too many edge cases, and complicated the code too much. To simplify the product as well as the code, we completely removed all real-time collaboration features for now. We may introduce this at some point in the future when the demand and focus is there. * **Change of APIs**: This is mostly internal, but will likely have effects on the first load after the upgrade: you may see errors or a message around “the path has changed”, or your page may not properly load. Don’t freak out, just reload once or twice and all should resync and be fine. There’s a beginning of documenting the server [[API]] now. +* Better [[Authelia]] support +* When drag & dropping (or copy & pasting) a file onto a page now, the location will default to the same folder the page is in. +* Various bug fixes ---