-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create com.github.vikdevelop.photopea_app.metainfo.xml
- Loading branch information
1 parent
5dd4d1d
commit 64fac4f
Showing
1 changed file
with
78 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<component type="desktop"> | ||
<id>com.github.vikdevelop.photopea_app</id> | ||
<launchable type="desktop-id">com.github.vikdevelop.photopea_app.desktop</launchable> | ||
<name>Photopea</name> | ||
<summary>Free alternative for Adobe Photoshop users</summary> | ||
<metadata_license>CC0-1.0</metadata_license> | ||
<project_license>MIT</project_license> | ||
|
||
<description> | ||
<p>Do you have Linux, but depend on Adobe Photoshop? The free (partly open-source) alternative Photopea will solve this problem for you. Photopea has the same layout, keyboard shortcuts and much more, as Adobe Photoshop.</p> | ||
<p>NOTE: This application is WebView wrapper of web application Photopea.</p> | ||
</description> | ||
|
||
<url type="homepage">https://photopea.com</url> | ||
<url type="bugtracker">https://github.com/photopea/photopea/issues</url> | ||
<url type="help">https://www.photopea.com/learn/</url> | ||
|
||
<screenshots> | ||
<screenshot type="default"> | ||
<image>https://raw.githubusercontent.com/vikdevelop/photopea_app/main/screenshots/photopea-default.png</image> | ||
</screenshot> | ||
<screenshot> | ||
<image>https://raw.githubusercontent.com/vikdevelop/photopea_app/main/screenshots/photopea2.png</image> | ||
</screenshot> | ||
<screenshot> | ||
<image>https://raw.githubusercontent.com/vikdevelop/photopea_app/main/screenshots/photopea3.png</image> | ||
</screenshot> | ||
</screenshots> | ||
|
||
<content_rating type="oars-1.1"/> | ||
|
||
<categories> | ||
<category>Graphics</category> | ||
<category>Photography</category> | ||
</categories> | ||
|
||
<releases> | ||
<release version="2.2" date="2022-02-06"> | ||
<description> | ||
<ul> | ||
<li>Updated .desktop file - Comment has been translated into more languages:</li> | ||
<li>French</li> | ||
<li>Slovak</li> | ||
<li>Finnish</li> | ||
<li>Espanöl</li> | ||
<li>Russian</li> | ||
<li>Norwegian</li> | ||
<li>Italian</li> | ||
<li>and more...</li> | ||
</ul> | ||
</description> | ||
</release> | ||
<release version="2.0" date="2021-12-13"> | ||
<description> | ||
<ul> | ||
<li>Edited max. resolution from 1920x1080 px to 3840x2160 px.</li> | ||
</ul> | ||
</description> | ||
</release> | ||
<release version="1.2" date="2021-11-06"> | ||
<description> | ||
<ul> | ||
<li>Updated metainfo file: added App Category, edited description and added help link</li> | ||
</ul> | ||
</description> | ||
</release> | ||
<release version="1.1" date="2021-10-17"> | ||
<description> | ||
<ul> | ||
<li>Added OpenGL rendering permission.</li> | ||
</ul> | ||
</description> | ||
</release> | ||
<release version="1.0" date="2021-09-14"> | ||
</release> | ||
</releases> | ||
</component> |