From 7a271739223b513700e114776ce3576c513a4b42 Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Fri, 19 Aug 2022 23:36:32 -0400 Subject: [PATCH] Many improvements --- Changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changelog.md b/Changelog.md index 951aa36..6e15479 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,12 @@
  • ✓ Add FAQ to README
  • ✓ Fix scaling issue when moving between monitors with different DPIs (on Windows)
  • ✓ Strip periods from custom output filename to prevent file extension problems
  • +
  • ✓ Minor tweaks to keyfile modal
  • +
  • ✓ Use temporary .zip file to prevent overwriting when encrypting
  • +
  • ✓ Check if files already exist when recombining and splitting to prevent overwriting
  • +
  • ✓ Show ".*" in the output box if splitting
  • +
  • ✓ Skip temporary and inaccessible files when combining/compressing
  • +
  • ✓ Improve file scanning performance by precomputing total size
  • # v1.29 (Released 05/23/2022)