From 3d28d517e1d3d3a09ff2fdad5a345ffc6b5fb2e9 Mon Sep 17 00:00:00 2001
From: Evan Su <48808396+HACKERALERT@users.noreply.github.com>
Date: Sun, 27 Mar 2022 12:23:08 -0400
Subject: [PATCH] Update ETA to a few days
---
Changelog.md | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/Changelog.md b/Changelog.md
index c1b953f..9be7edc 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,20 +1,21 @@
# v1.25 (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.)
- Bug: Progressbar modal moves around weirdly sometimes
- Show compression speed and percentage
-# v1.24 (ETA unknown)
+# v1.24 (ETA: a few days)
- - ✓ Fixed layout bug that allowed scrolling within window
+ - ✓ Fixed layout bug that allowed scrolling within window
+ - ✓ Optimize dependencies
# v1.23 (Released 03/19/2022)
+ Remove EXIF data from keyfiles (there is no native or "official" EXIF stripper, and existing implementations are either not written in Go, or experimental)
- ✓ 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