1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-09-24 03:18:28 +02:00
upscayl/flatpak/org.upscayl.Upscayl.metainfo.xml

97 lines
3.8 KiB
XML
Raw Normal View History

2023-05-09 15:08:03 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
2023-05-09 15:13:00 +02:00
<id>org.upscayl.Upscayl</id>
2023-05-09 15:08:03 +02:00
<name>Upscayl</name>
<summary>Free and Open Source AI Image Upscaler</summary>
2023-05-09 15:08:03 +02:00
2023-05-09 15:13:00 +02:00
<url type="homepage">https://upscayl.org</url>
2023-05-09 15:08:03 +02:00
<url type="bugtracker">https://github.com/upscayl/upscayl/issues</url>
<url type="donation">https://buymeacoffee.com/fossisthefuture</url>
2023-06-04 10:44:25 +02:00
<metadata_license>FSFAP</metadata_license>
2023-05-09 15:08:03 +02:00
<project_license>AGPL-3.0</project_license>
2023-06-04 10:44:25 +02:00
2023-05-09 15:08:03 +02:00
<description>
<p>
Upscayl is a free and open source AI Image Upscaler.
</p>
2023-05-09 15:08:03 +02:00
</description>
2023-06-04 10:44:25 +02:00
2023-05-09 15:08:03 +02:00
<content_rating type="oars-1.1" />
2023-06-04 10:44:25 +02:00
2023-05-09 15:13:00 +02:00
<launchable type="desktop-id">org.upscayl.Upscayl.desktop</launchable>
2023-05-09 15:08:03 +02:00
<screenshots>
<screenshot>
<caption>Banner</caption>
2023-06-04 10:44:25 +02:00
<image>https://raw.githubusercontent.com/upscayl/upscayl/main/1080p_banner.jpg</image>
</screenshot>
<screenshot type="default">
<caption>Explainer</caption>
<image>
https://raw.githubusercontent.com/upscayl/upscayl/main/1080p_explainer.jpg</image>
</screenshot>
<screenshot type="default">
<caption>Regular Screenshot</caption>
<image>
https://raw.githubusercontent.com/upscayl/upscayl.github.io/main/static/upscayl-desktop.png</image>
2023-05-09 15:08:03 +02:00
</screenshot>
</screenshots>
<releases>
<release version="v2.8.1" date="2023-06-13">
<description>
<p>Changes</p>
<ul>
<li>We're introducing MacOS Apple Chip support in v2.8.1 🥳</li>
<li>HUGE codebase refactor, to save us devs some time 🥇</li>
<li>Batch upscale will now show you progress 💯</li>
<li>We've integrated better compression and scaling ♻️</li>
<li>Fixed the empty upscaled image bug 🗑️</li>
<li>Added helpful tips for Upscayl options in settings 💁🏻‍♀️</li>
<li>Added performance mode reminder for Windows users 🏇🏻</li>
<li>Fix large image upscale performance bug 🐌</li>
<li>Auto-update for MacOS, sorry for ignoring for so long 😅</li>
<li>Fixed the annoying Upscayl Cloud bug. It won't appear again and again and you can make it disappear like it's MAGIC! 🪄</li>
<li>Fix re-upscayl folder progress bug 🐞</li>
</ul>
</description>
</release>
2023-06-04 10:44:25 +02:00
<release version="v2.5.5" date="2023-06-04">
<description>
<p>Changes</p>
<ul>
<li>Added wiki option in the settings 📚</li>
<li>Added warnings for Scale issue ⚠</li>
<li>Fixed upscale resolution warning above 32k 🧐</li>
<li>Fixed batch folder output folder bug 📁</li>
<li>Disabled auto install on new updates ⚡</li>
</ul>
</description>
</release>
2023-05-09 15:13:00 +02:00
<release version="v2.5.1" date="2023-05-09">
2023-06-04 10:44:25 +02:00
<description>
<p>Changes</p>
<ul>
<li>New Settings tab!</li>
<li>Upscayl now allows you to import your own models! (Refer GitHub Wiki)</li>
<li>Reduced size since v2.0.1</li>
<li>Updated Ultrasharp model</li>
<li>Added FAST Real-ESRGAN Model</li>
<li>A cancel upscaling button, finally!</li>
<li>More visible progress bar</li>
<li>New log area. Now you can directly see the logs and report bugs.</li>
<li>Batch Mode is now persisted across sessions.</li>
<li>Output Folder is now persisted across sessions.</li>
<li>New experimental scale option.</li>
<li>Removed sharpen option (it was useless tbh)</li>
<li>Fixed issue with upscaling images with special characters in their name.</li>
<li>Massively improved logging.</li>
<li>Bug fixes</li>
<li>Bug additions</li>
</ul>
</description>
</release>
2023-05-09 15:08:03 +02:00
</releases>
</component>