From 653fe8501ebdb522f486c35d1631b73b6f3df64f Mon Sep 17 00:00:00 2001
From: Evan Su <48808396+HACKERALERT@users.noreply.github.com>
Date: Sat, 19 Mar 2022 22:44:41 -0400
Subject: [PATCH] Release v1.23
---
Changelog.md | 23 ++++++++---------------
1 file changed, 8 insertions(+), 15 deletions(-)
diff --git a/Changelog.md b/Changelog.md
index 28e280a..0e711b4 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,27 +1,20 @@
-# Features Under Consideration
-
- - CLI (thanks u/your_username)
-
-
-# v1.25 (A future release)
+# v1.24 (A future release)
- Improve Reed-Solomon performance
Remove EXIF data from keyfiles (there is no native or "official" EXIF stripper, and existing implementations are either not written in Go, or experimental)
- Finish adding tooltips
- Improve Internals documentation (header format, etc.)
-
-
-# v1.24 (ETA: Unknown)
-
- Bug: Progressbar modal moves around weirdly sometimes
- Show compression speed and percentage
- - ✓ Split source code into multiple files for easier reading and maintenance
- - ✓ Optimize checksum generator (~100 lines of code saved!)
- - Associate .pcv file extension with Picocrypt
-# v1.23
-Minor optimizations and compiled with the latest dependencies and Go 1.18.
+# v1.23 (Release 03/19/2022)
+
+ - ✓ Removed the checksum generator to get back on track with original Picocrypt ideology
+ - ✓ Cleaned up and optimized code
+ - ✓ Compiled with MinGW GCC11 instead of TDM-GCC, Go 1.18 instead of Go 1.17
+ - ✓ Picocrypt no longer checks for new versions, so no network requests are ever made
+
# v1.22 (Released 12/22/2021)