From afb98f8bb35f633514822c7e14d1b5609a9e5902 Mon Sep 17 00:00:00 2001
From: Evan Su <48808396+HACKERALERT@users.noreply.github.com>
Date: Sun, 28 Mar 2021 13:44:10 -0400
Subject: [PATCH] Update Changelog.md
---
Changelog.md | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/Changelog.md b/Changelog.md
index 8a3036a..fbe8daa 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,11 +1,12 @@
# v1.12 (soon to be released)
+ - Beautiful UI
- Add cancel button to cancel encryption/decryption
- (Bug) Delete existing file only if password is correct
- Minor aesthetic fixes
- - Complete rewrite from scratch, implementing the audited Monocypher library instead of Pycryptodome, which is not audited
- - Better anti-corruption
- - Switch to BLAKE2b and Argon2d instead of Keccak and Argon2id for better security
+ - Complete rewrite from scratch, to ensure reliability and security
+ - Better anti-corruption (re-defined header format)
+ - Switch to Argon2d instead Argon2id for better security
Note: v1.12 will be INCOMPATIBLE with all previous releases!