From 7a299c34548228ff1c0f6f8c2877fe16c5f969d6 Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Sat, 7 May 2022 21:39:48 -0400 Subject: [PATCH] Clean up unnecessary files in dependencies --- Changelog.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index b40b36a..994a5ba 100644 --- a/Changelog.md +++ b/Changelog.md @@ -8,8 +8,11 @@
  • ✓ 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
  • -
  • ✓ .deb and AppImage optimizations
  • -
  • ✓ Snapcraft uses software OpenGL rendering as well now, I statically linked libc6 et al for best cross-platform compatibility, also added NO_AT_BRIDGE=1 to fix an issue on Arch Linux (#75)
  • +
  • ✓ .deb and AppImage optimizations, reliability improvements
  • +
  • ✓ Snapcraft uses software OpenGL rendering as well now
  • +
  • ✓ Statically linked libc6, etc. for best cross-platform compatibility for Snapcraft
  • +
  • ✓ Added NO_AT_BRIDGE=1 to Snapcraft to fix an issue on Arch Linux (#75)
  • +
  • ✓ Clean up unnecessary files in dependencies
  • # v1.27 (Released 05/02/2022)