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 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185
|
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2022 Romain F. T. -->
<component type="desktop">
<id>com.github.maoschanz.drawing</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
<kudos>
<kudo>HiDpiIcon</kudo>
<kudo>ModernToolkit</kudo>
<kudo>UserDocs</kudo>
</kudos>
<custom>
<value key="Purism::form_factor">workstation</value>
<value key="Purism::form_factor">mobile</value>
</custom>
<content_rating type="oars-1.1" />
<name>Drawing</name>
<!-- IMPORTANT: the summarized description of the application. -->
<!-- https://gitlab.gnome.org/GNOME/Initiatives/-/wikis/App-Metadata -->
<summary>Edit screenshots or memes</summary>
<!-- 123456789 123456789 123456789 12345 -->
<description>
<!-- IMPORTANT: complete description of the application (1/3) -->
<p>
This basic image editor can resize, crop, or rotate an image, apply simple
filters, insert or censor text, and manipulate a selected portion of the
picture (cut/copy/paste/drag/…)
</p>
<!-- IMPORTANT: complete description of the application (2/3) -->
<p>
And of course, you can draw! Using tools such as the pencil, the straight
line, the curve tool, many shapes, several brushes, and their various
colors and options.
</p>
<!-- IMPORTANT: complete description of the application (3/3) -->
<p>Supported file types include PNG, JPEG and BMP.</p>
</description>
<releases>
<release version="1.0.2" date="2023-02-25">
<description>
<!-- very generic release notes i use for ALL minor updates, please -->
<!-- translate this one! -->
<p>
Version 1.0.2 features several minor bug fixes, and various new
translations.
</p>
<p>
Saving the image should be more reliable, especially when replacing
the transparent pixels with a solid color. Pictures are now
automatically reloaded from the disk after being saved.
</p>
<p>
The user interface of the "select" tool changed, as well as the
keyboard shortcuts to change tab.
</p>
<p>
A small rendering issue when previewing a blur filter has also been
fixed.
</p>
</description>
</release>
<release version="1.0.1" date="2022-04-09">
<description>
<!-- very generic release notes i use for ALL minor updates, please -->
<!-- translate this one! -->
<p>
Version 1.0.1 features several minor bug fixes, and various new
translations.
</p>
<p>
By popular demand, the "highlighter" tool is now enabled by default,
and the message dialog to warn you about the release notes is less
intrusive.
</p>
<p>
The main improvement in this update is the zoom workflow: since the
version 1.0.0 it's possible to zoom in very deep, but the process was
very slow, and the view didn't stay well centered around the mouse
pointer; and once at 2000%%, scrolling up or down, or left or right,
was quite violent.
These problems should all have disappeared in this new version!
</p>
<p>
Incorrect command line parsing when using the app outside of a
flatpak sandbox has also been fixed.
</p>
<p>
For users on elementary OS, a small issue concerning window resizing
has been mended too.
</p>
</description>
</release>
<release version="1.0.0" date="2022-03-26">
<description>
<p>
Version 1.0.0 improves rendering performance, which is visible when
editing large images with a poor CPU.
</p>
<p>
You can now use the new "skew" tool, to tilt an image from a rectangle
to a parallelogram. Such a deformation can be applied horizontally or
vertically.
</p>
<p>
You can select tools with keyboard accelerators (Alt+letter). This may
not work yet with languages using a non-latin alphabet.
</p>
<p>
Zooming very deep is now possible, and the rendering will be very
crisp, even at 2000%%.
</p>
<p>
Pressing "ctrl" will display the cursor coordinates in a tooltip. If
you do it while using a tool, it may display additional data, for
example the dimensions of the shape you're drawing!
</p>
<p>
Pressing "shift", or "alt" when using a tool enables specific options,
such as locking the direction for the "line" tool, or changing the
filling style of a shape.
</p>
<p>
Using the "scale" tool, you may optionally set the new size as a
relative percentage rather than an absolute value in pixels.
</p>
</description>
</release>
</releases>
<developer_name translatable="no">Romain F. T.</developer_name>
<update_contact>rrroschan@gmail.com</update_contact>
<url type="bugtracker">https://github.com/maoschanz/drawing/issues</url>
<url type="homepage">https://maoschanz.github.io/drawing</url>
<url type="donation">https://paypal.me/maoschannz</url>
<screenshots>
<screenshot type="default">
<image type="source">
https://raw.githubusercontent.com/maoschanz/drawing/master/docs/screenshots/1.0/gnome_menu.png
</image>
<!-- Caption of a screenshot, for appstores -->
<caption>
The window and its primary menu
</caption>
</screenshot>
<screenshot>
<image type="source">
https://raw.githubusercontent.com/maoschanz/drawing/master/docs/screenshots/1.0/gnome_selection.png
</image>
<!-- Caption of a screenshot, for appstores -->
<caption>
The selection and the actions associated with it
</caption>
</screenshot>
<screenshot>
<image type="source">
https://raw.githubusercontent.com/maoschanz/drawing/master/docs/screenshots/1.0/gnome_tools_preview.png
</image>
<!-- Caption of a screenshot, for appstores -->
<caption>
Zooming in various shapes
</caption>
</screenshot>
<screenshot>
<image type="source">
https://raw.githubusercontent.com/maoschanz/drawing/master/docs/screenshots/1.0/gnome_new.png
</image>
<!-- Caption of a screenshot, for appstores -->
<caption>
The "new image" menu opened
</caption>
</screenshot>
</screenshots>
<translation type="gettext">drawing</translation>
<launchable type="desktop-id">com.github.maoschanz.drawing.desktop</launchable>
<provides>
<binary>drawing</binary>
</provides>
</component>
|