From 7b5d996cf9a278025735196084141391699ed53c Mon Sep 17 00:00:00 2001 From: Orsiris de Jong Date: Sat, 22 Apr 2023 14:26:04 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 816ce03..d13ecef 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,7 +5,11 @@ - *SECURITY* Show unencrypted is only allowed on compiled builds where default AES KEY is not used - This prevents a password injection from another conf file - *SECURITY* Prevent raw password update in config file - + - Fix empty password makes GUI fail + - Fix empty password makes CLI fail + - Fix empty data is shown as encrypted + - Enforce repository and passwords to be strings, also remove trailing and ending spaces + - Add warning when source and destination are the same path ## v2.2.0 - rc10 - 30/03/2023 - Add arm/arm64 compilation support