From b4f33fde95aa8a6a4e287503677c06f67bc13db8 Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Sat, 7 May 2022 00:23:19 -0400 Subject: [PATCH] Fix focus state bug --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index 0132c05..754b279 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,7 @@
  • Improve Reed-Solomon performance
  • Review/improve Internals.md
  • ✓ Fix bad pointer issue when running with `-race`
  • +
  • ✓ Fix focus bug where input boxes are not cleared if they are focused when file is dropped
  • ✓ Fix bug on Windows where copying from the password field using Ctrl+C and then pasting with the "Paste" button would cause a crash
  • ✓ Make sure at least one password characters category is checked when generating
  • ✓ Use `desktop-file-validate` to find and remove deprecated fields and fix invalid ones in the .desktop for .deb and AppImage