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

Update org.upscayl.Upscayl.metainfo.xml

This commit is contained in:
NayamAmarshe 2023-05-11 12:56:29 +05:30 committed by GitHub
parent 30052d7a32
commit 213030421c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
<component type="desktop-application"> <component type="desktop-application">
<id>org.upscayl.Upscayl</id> <id>org.upscayl.Upscayl</id>
<name>Upscayl</name> <name>Upscayl</name>
<summary>Free and Open Source AI Image Upscaler.</summary> <summary>Free and Open Source AI Image Upscaler</summary>
<url type="homepage">https://upscayl.org</url> <url type="homepage">https://upscayl.org</url>
<url type="bugtracker">https://github.com/upscayl/upscayl/issues</url> <url type="bugtracker">https://github.com/upscayl/upscayl/issues</url>
@ -13,7 +13,7 @@
<description> <description>
<p> <p>
Upscayl is a free and open source AI Image Upscaler Upscayl is a free and open source AI Image Upscaler built with linux-first philosophy.
</p> </p>
</description> </description>
@ -24,7 +24,11 @@
<screenshots> <screenshots>
<screenshot type="default"> <screenshot type="default">
<caption>Main Screen</caption> <caption>Main Screen</caption>
<image>https://github.com/upscayl/upscayl/raw/main/screen1.png</image> <image>https://user-images.githubusercontent.com/25067102/237209401-ca4c118b-2b9a-4652-adc3-871e1cd19ecc.jpg</image>
</screenshot>
<screenshot>
<caption>Banner</caption>
<image>https://user-images.githubusercontent.com/25067102/237577889-d552a63c-1ec4-4e2b-9865-73567f3cc42e.jpg</image>
</screenshot> </screenshot>
</screenshots> </screenshots>
@ -33,12 +37,22 @@
<description> <description>
<p>Changes</p> <p>Changes</p>
<ul> <ul>
<li>Fixed model selection issue</li> <li>New Settings tab!</li>
<li>Fixed PNG to JPG preview issue</li> <li>Upscayl now allows you to import your own models! (Refer GitHub Wiki)</li>
<li>Added GPU-ID auto-save</li> <li>Reduced size since v2.0.1</li>
<li>Fixed Image Options to appear on most backgrounds without problems</li> <li>Updated Ultrasharp model</li>
<li>Set default zoom level to 100%</li> <li>Added FAST Real-ESRGAN Model</li>
<li>Added a donate button</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> </ul>
</description> </description>
</release> </release>