From bf07056bab3edc00a8d60f58abee1f85b3c335b8 Mon Sep 17 00:00:00 2001 From: David Benque Date: Tue, 13 Dec 2022 20:19:36 +0000 Subject: [PATCH] Draft changelog --- CHANGELOG.md | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c68fe5b4..2b228f0d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,56 @@ +# 5.2.0 + +## Goals + +This release is focused on addressing long-standing user feedback with new features. The most requested are improvements to Forms—multiple submissions and the ability to delete responses—as well as recurring events in Calendar. + + +## Update notes + +To update from `5.1.0` to `5.2.0`: + +1. Update your reverse proxy configuration to match the settings in our current `./docs/example.nginx.conf` and reload its configuration +2. Stop your API server +3. Fetch the latest code with git +4. Install the latest dependencies with `bower update` and `npm i` +5. Run `npm run build` to generate the new static pages +5. Restart your server +6. Review your instance's checkup page to ensure that you are passing all tests + + + +## Features + +- Forms + - New setting to allow participants (including Guests) to submit a form multiple times and/or delete their responses + - Notifications for form owners when new responses are submitted + - New option for form authors to delete all responses + - New option for form authors/auditors to export responses as JSON (in addition to existing CSV and CryptPad Sheet) + - Settings have been refactored in a modal with a summary in the main editor view + - Display fixes for long questions/options in some question types + +- Calendar + - New event settings to repeat periodically + - quick default patterns (e.g. weekly on Mondays, yearly on December 14th, etc), and custom intervals + - modify one, future, or all events + - easily stop repetition from event preview + +- Drive + - filter by doc type + +- Teams + - Improved onboarding with the ability to use the same invitation link for a set number of people. Previously each link was limited to one use + - Initial role can now be set for invitation links, the recipient is assigned the role directly when joining, previously all new members joined as "Viewers" + +- Code + - Asciidoc syntax support AND asciidoc rendering + - handle jade language + - don't suggest c-language highlighting twice + +- /checkup/ + - [new test to confirm that public instances are open for registration](https://github.com/xwiki-labs/cryptpad/commit/174d97c442d5400d512dfccc478fd9fbd6fa075c) + + # 5.1.0 ## Goals