From a6fdbab2c331bacac3f840770c10a376b1056e88 Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Thu, 31 Jul 2025 22:25:26 -0400 Subject: [PATCH] Update flatpak xml in prep for 1.49 --- .../io.github.picocrypt.Picocrypt.metainfo.xml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/dist/flatpak/io.github.picocrypt.Picocrypt.metainfo.xml b/dist/flatpak/io.github.picocrypt.Picocrypt.metainfo.xml index 05ebab2..be66a62 100644 --- a/dist/flatpak/io.github.picocrypt.Picocrypt.metainfo.xml +++ b/dist/flatpak/io.github.picocrypt.Picocrypt.metainfo.xml @@ -26,18 +26,11 @@ - + https://github.com/Picocrypt/Picocrypt/blob/main/Changelog.md#v148-released-04182025
    -
  • Allow pressing 'Enter' key to press Start/Process button
  • -
  • Update "Encrypt" button to "Zip and Encrypt" if multiple files
  • -
  • Give user estimated required free disk space in status label
  • -
  • Encrypt previously unencrypted temporary zip files
  • -
  • Add `.incomplete` to filenames while work is in progress
  • -
  • Use `encrypted-*.zip.pcv` output name instead of `Encrypted.zip.pcv`
  • -
  • Use 0700 permissions when auto unzipping and creating folders
  • -
  • Handle many more errors in the code where they were ignored previously
  • +
  • TO BE UPDATED