From ebc2f551b8b3b5b93b73c9a6f72d6c97507f9da5 Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Tue, 29 Mar 2022 23:32:41 -0400 Subject: [PATCH] Improve Reed-Solomon performance --- Changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 7449362..ed3f455 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,8 +1,6 @@ # v1.25 (A future release) @@ -13,6 +11,8 @@
  • ✓ Numerous code and UI optimizations, including better comments
  • ✓ Keyfile modal will recenter automatically upon dropping a keyfile
  • ✓ Fix modals moving around randomly when open and closed numerous times
  • +
  • ✓ Fixed: Progressbar modal moves around weirdly sometimes
  • +
  • ✓ Improve Reed-Solomon performance
  • Save as file dialog now opens in the directory of dropped files
  • Finish adding tooltips