From 5954e4a3905b9d6a374c29b5025dbac55778f2a3 Mon Sep 17 00:00:00 2001 From: dartcafe Date: Tue, 10 Oct 2023 23:28:25 +0200 Subject: [PATCH] changelog.md Signed-off-by: dartcafe --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88d42f7ea..3e939feb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,10 @@ All notable changes to this project will be documented in this file. ### New - Reveal hidden voters if hidden in case of performance concerns - Support better readability of vote page - - added revoking of shares - - changed the behavior of share deletion + - Added revoking of shares + - Shares can now be revoked which works as a read only share mechanism. Revoked shares can still enter the poll, but all interaction (voting and commenting) is disabled. + - Deletion of unsent shares have no more a redo timer + - Deletion of revoked shares deletes the users votes as well ### Changes - Improved username check for public polls with a large number of groups in the backend ## [5.3.2] - 2023-09-11