mirror of
https://github.com/Picocrypt/Picocrypt.git
synced 2025-05-12 05:48:30 +02:00
45 lines
2 KiB
XML
45 lines
2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<component type="desktop-application">
|
|
<id>io.github.picocrypt.Picocrypt</id>
|
|
<name>Picocrypt</name>
|
|
<summary>A very small, very simple, yet very secure encryption tool.</summary>
|
|
<developer id="io.github.picocrypt">
|
|
<name>Evan Su</name>
|
|
</developer>
|
|
<metadata_license>CC0-1.0</metadata_license>
|
|
<project_license>GPL-3.0</project_license>
|
|
<url type="homepage">https://github.com/Picocrypt/Picocrypt</url>
|
|
<url type="bugtracker">https://github.com/Picocrypt/Picocrypt/issues</url>
|
|
<content_rating type="oars-1.1"/>
|
|
<description>
|
|
<p>Visit the project's GitHub repository to learn more.</p>
|
|
</description>
|
|
<categories>
|
|
<category>Utility</category>
|
|
<category>Security</category>
|
|
</categories>
|
|
<launchable type="desktop-id">io.github.picocrypt.Picocrypt.desktop</launchable>
|
|
<screenshots>
|
|
<screenshot type="default">
|
|
<image>https://raw.githubusercontent.com/Picocrypt/Picocrypt/refs/heads/main/images/screenshot.png</image>
|
|
<caption>Main window</caption>
|
|
</screenshot>
|
|
</screenshots>
|
|
<releases>
|
|
<release version="1.48" date="2025-04-18">
|
|
<url type="details">https://github.com/Picocrypt/Picocrypt/blob/main/Changelog.md#v148-released-04182025</url>
|
|
<description>
|
|
<ul>
|
|
<li>Allow pressing 'Enter' key to press Start/Process button</li>
|
|
<li>Update "Encrypt" button to "Zip and Encrypt" if multiple files</li>
|
|
<li>Give user estimated required free disk space in status label</li>
|
|
<li>Encrypt previously unencrypted temporary zip files</li>
|
|
<li>Add `.incomplete` to filenames while work is in progress</li>
|
|
<li>Use `encrypted-*.zip.pcv` output name instead of `Encrypted.zip.pcv`</li>
|
|
<li>Use 0700 permissions when auto unzipping and creating folders</li>
|
|
<li>Handle many more errors in the code where they were ignored previously</li>
|
|
</ul>
|
|
</description>
|
|
</release>
|
|
</releases>
|
|
</component>
|