forked from PhotoFlare/photoflare
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathio.photoflare.photoflare.appdata.xml
96 lines (91 loc) · 3.8 KB
/
io.photoflare.photoflare.appdata.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2023 Dylan Coakley <[email protected]> -->
<component type="desktop-application">
<id>io.photoflare.photoflare</id>
<metadata_license>FSFAP</metadata_license>
<project_license>GPL-3.0+</project_license>
<name>Photoflare</name>
<summary>Simple but powerful Cross Platform Image Editor</summary>
<description>
<p>
This is an effort to bring quick, simple but powerful image editing to the masses. PhotoFlare is inspired by the image editor currently only available on Microsoft Windows – PhotoFiltre. However, it will not be a straight clone. It is being built from the ground up to be much improved and cross platform too!
</p>
<p>Features:</p>
<ul>
<li>Easy quick cropping tool.</li>
<li>Flip, Rotate and scale images.</li>
<li>Lots of unique image filters.</li>
<li>Batch processing tool with support for all editor features.</li>
<li>Multiple translations are supported.</li>
</ul>
</description>
<launchable type="desktop-id">photoflare.desktop</launchable>
<screenshots>
<screenshot type="default">
<caption>Main Window</caption>
<image>https://photoflare.io/wp-content/uploads/2022/03/crossplatform.png</image>
</screenshot>
</screenshots>
<url type="homepage">https://photoflare.io</url>
<project_group>Photoflare</project_group>
<provides>
<binary>photoflare</binary>
</provides>
<content_rating type="oars-1.1" />
<releases>
<release version="1.6.13" date="2023-10-08">
<description>
<ul>
<li>More Japanese translations.</li>
<li>Added fill rect to selection tool.</li>
<li>Added stroke path to selection tool.</li>
</ul>
</description>
</release>
<release version="1.6.12" date="2023-01-08">
<description>
<ul>
<li>Revert toolsettings spacing change.</li>
<li>Minor spacing update for toolsettings.</li>
</ul>
</description>
</release>
<release version="1.6.11" date="2022-10-22">
<description>
<ul>
<li>Fixed settings overwrite by application restart.</li>
<li>Fixed tool settings layout for top spacing.</li>
<li>Add Japanese Translation by @hmatrjp.</li>
<li>Add Turkish translation by @libreajans.</li>
<li>Update readme and about dialog by @libreajans.</li>
<li>Update spanish translation by @darkshram.</li>
</ul>
</description>
</release>
<release version="1.6.10" date="2022-05-08">
<description>
<ul>
<li>Added fine grained image rotation.</li>
<li>Added unlock ratio feature to resize canvas.</li>
<li>Fixed drawing performance regression caused by canvas shadow effect.</li>
<li>Fixed missing taskbar icon on KDE plasma by @saikat0511.</li>
<li>Updated Dutch translation by @Vistaus.</li>
</ul>
</description>
</release>
<release version="1.6.9" date="2021-06-26">
<description>
<ul>
<li>Fixed TextDialog colour widget missing border around selected colour.</li>
<li>Fixed being able to select a colour outside image bounds.</li>
<li>Fixed show selection not enabled after dragging new selection area.</li>
<li>Fixed the canvas area blending into MdiArea if same bg colour used.</li>
<li>Fixed hiding the toolpalette should also hide the brush options.</li>
<li>Fixed incomplete batch summary information.</li>
<li>Fixed batch rotation incorrectly triggered.</li>
<li>Fixed QMetaObject runtime messages being output to terminal.</li>
</ul>
</description>
</release>
</releases>
</component>