1<?xml version="1.0" encoding="UTF-8"?>
2<component type="desktop">
3  <id>pinta.desktop</id>
4  <metadata_license>CC0-1.0</metadata_license>
5  <project_license>MIT</project_license>
6  <name>Pinta</name>
7  <summary>Edit images and paint digitally</summary>
8  <description>
9    <_p>
10      Pinta is a image editing, drawing and painting application with a simple
11      yet powerful interface.
12      Pinta has a wide range of drawing tools, including: freehand, rectangles,
13      circles and lines.
14      It also has over 35 effects to apply to your images, and also has the
15      ability to create unlimited layers to help organize your creativity.
16    </_p>
17  </description>
18  <launchable type="desktop-id">pinta.desktop</launchable>
19  <kudos>
20    <kudo>HiDpiIcon</kudo>
21    <kudo>HighContrast</kudo>
22  </kudos>
23  <screenshots>
24    <screenshot type="default">
25      <caption>Main window</caption>
26      <image>https://www.pinta-project.com/theme/images/ss1.png</image>
27    </screenshot>
28  </screenshots>
29  <developer_name>Jonathan Pobst</developer_name>
30  <url type="bugtracker">https://bugs.launchpad.net/pinta</url>
31  <url type="faq">https://communiroo.com/pintaproject/pinta/questions</url>
32  <url type="help">https://www.pinta-project.com/howto</url>
33  <url type="homepage">https://www.pinta-project.com</url>
34  <url type="translate">https://translations.launchpad.net/pinta</url>
35  <content_rating type="oars-1.0" />
36  <translation type="gettext">pinta</translation>
37  <provides>
38    <binary>pinta</binary>
39  </provides>
40  <releases>
41    <release version="1.7.1" date="2021-11-20">
42      <url>https://github.com/PintaProject/Pinta/releases/tag/1.7.1</url>
43      <description>
44        <p>New Features / Improvements</p>
45        <ul>
46          <li>The canvas can now be scrolled horizontally by holding Shift while using the mouse wheel (#141)</li>
47          <li>The primary and secondary palette colors can now be swapped by pressing X (#147)</li>
48          <li>Added a more user-friendly dialog when attempting to open an unsupported file format (#143, #1856821)</li>
49          <li>Zooming in and out can now be done without pressing the Ctrl key (#150)</li>
50          <li>Arrow keys can be used to move by a single pixel in the Move Selected Pixels and Move Selection tools (#1906141)</li>
51          <li>Shift can now be used to constrain to a uniform scale when scaling using the Move Selected Pixels tool (#138)</li>
52          <li>The About dialog now allows easily copying the version information to the clipboard for use when reporting bugs (#1924249)</li>
53        </ul>
54        <p>Changes</p>
55        <ul>
56          <li>Fixed inconsistent behavior when switching between tools that share the same shortcut, such as the selection tools (#144, #1558767)</li>
57          <li>Improved error messages when the user does not have read or write permissions for a file (#1715150)</li>
58          <li>The appdata file is now installed to `/usr/share/metainfo` instead of the legacy path `/usr/share/appdata` (#186)</li>
59          <li>Tooltips for tabs now show the full file path instead of only the file name (#187)</li>
60        </ul>
61        <p>Bug Fixes</p>
62        <ul>
63          <li>Fixed a bug where Auto Crop could incorrectly remove an additional pixel on the bottom and right side of the image. (#1191390)</li>
64          <li>Fixed a bug where drawing a single pixel with the Pencil tool used black instead of the palette color (#1897245)</li>
65          <li>Fixed issues with the zoom controls when using a French locale (#1464855)</li>
66          <li>Fixed invalid URLs in `pinta.appdata.xml` (#140, #145)</li>
67          <li>Added missing release notes to `pinta.appdata.xml` (#142)</li>
68          <li>Fixed a regression introduced in Pinta 1.7 that could produce blurred pixels when using the Move Selected Pixels tool (#1904304).</li>
69          <li>Fixed a bug where the Rotate / Zoom Layer dialog could leave the layer in a state where all future actions were also transformed (#1905176).</li>
70          <li>Fixed a bug where the document might not be marked as modified after certain undo / redo actions (#1905165).</li>
71          <li>Fixed a bug where the Move Selected Pixels tool did not handle transparent pixels correctly (#1905706).</li>
72          <li>Fixed a bug where deselecting via a single click in the select tool could cause bugs with undoing earlier history items (#1905719).</li>
73          <li>Fixed a bug where the initial corner of a rectangle shape could be cut off (#1922470).</li>
74          <li>Fixed a bug where the text tool was not correctly clipped against the selection (#1910511).</li>
75          <li>Improved handling of memory allocation failures for large images (#776346).</li>
76          <li>Fixed a bug where the shape tools did not redraw after changes to the fill style until the cursor entered the canvas (#1937921).</li>
77          <li>Fixed a crash when opening an invalid palette file (#146, #1890450).</li>
78        </ul>
79      </description>
80    </release>
81    <release version="1.7" date="2020-08-04">
82      <url>https://github.com/PintaProject/Pinta/releases/tag/1.7</url>
83      <description>
84        <p>New Features / Improvements</p>
85        <ul>
86          <li>Added a tab view to switch between images. The tabs can
87          also be docked side-by-side or pulled into new
88          windows. (#94).</li>
89          <li>The Rotate / Zoom dialog now supports zooming and
90          panning (#1252756).</li>
91          <li>Added a Smooth Erase tool, which is enabled using the
92          Type menu on the Erase tool's toolbar (#110).</li>
93          <li>The Pencil tool can switch between different blend modes
94          (#124, #1688743).</li>
95          <li>Added support for JASC PaintShop Pro palette files
96          (#126).</li>
97          <li>The transform tools can now rotate in fixed increments
98          by holding Shift (#134).</li>
99          <li>The Move Selected tool can now scale by holding Ctrl
100          (#138).</li>
101          <li>Dragging and dropping a URL (e.g. image from a web
102          browser) to download and open the image is now supported
103          (#80, #644123).</li>
104          <li>Performance improvements when interacting with
105          selections, particularly for large images (#1428740).</li>
106          <li>The Rectangle Select tool now shows different arrow
107          cursors at each corner of the selection (#1188143).</li>
108          <li>A new user guide has been written for the Pinta website!
109          Thanks to @jeneira94, @akaro2424, and @anadvu for their
110          contributions!</li>
111        </ul>
112        <p>Changes</p>
113        <ul>
114          <li>UI improvements to the New Image dialog (#99,
115          [1424547).</li>
116          <li>The Rotate / Zoom dialog now rotates in-place instead of
117          changing the layer's size.</li>
118          <li>Cairo blend operations are now used instead of PDN's
119          managed blend modes (#98, #1248933, #1091910).</li>
120          <li>The tool windows can now only be closed with the View ->
121          Tool Windows menu, as it was easy to accidentally close them
122          without knowing how to recover them (#1428720).</li>
123          <li>The shortcut for the Intersect selection mode is now Alt
124          + Left Click instead of using Shift, which had caused
125          conflicts with holding Shift to constrain the selection to a
126          square (#1426660).</li>
127        </ul>
128        <p>Bug Fixes</p>
129        <ul>
130          <li>Fixed many issues where selection changes did not update
131          correctly (#1438022, #1188924, #1429830, #1098137,
132          #105).</li>
133          <li>Fixed incorrect behaviour when using the Shift key to
134          constrain to a square or circle in the Rectangle and Ellipse
135          tools (#1452607).</li>
136          <li>The option to expand the canvas when pasting an image
137          now only changes the canvas size in the dimension where the
138          pasted image is larger (#1883623).</li>
139          <li>Fixed a bug where Auto Crop used the current layer
140          instead of the entire image when deciding what to crop, and
141          takes the selection into account (#1434928, #1434906).</li>
142          <li>Fixed potential crashes when switching tools without any
143          open documents (#1425612).</li>
144          <li>Fixed a potential bug where the OK button in the New
145          Image dialog could be incorrectly disabled (#1430203).</li>
146          <li>Fixed a crash when clicking on the Open Images pad after
147          closing all images (#1430789).</li>
148          <li>Fixed a bug where the Levels dialog closed unexpectedly
149          when clicking on one of the color checkboxes
150          (#1435045).</li>
151          <li>The outline width settings on the Text Tool''s toolbar
152          now only show up if they are relevant to the stroke style
153          being used (#1426663).</li>
154          <li>Fixed a potential crash creating gradients
155          (#1446217).</li>
156          <li>Fixed issues where the selection handles disappeared
157          after pressing Delete (#1424629).</li>
158          <li>Fixed several transparency-related issues with
159          premultiplied alpha (#109, #113, #114, #117, #125).</li>
160          <li>Corrected display problems in the Move Selected Tool and
161          live previews for effects (#115).</li>
162          <li>Add-ins can now load icons correctly (#116).</li>
163          <li>Fixed strange behaviour when the width or height of a
164          drawn rounded rectangle is 0 (#112).</li>
165          <li>Fixed issues with the text tool on OSX (#1425749).</li>
166          <li>Fixed inconsistent labels in the UI (#1579033).</li>
167          <li>Fixed issues with the zoom tool under certain locales
168          (#139, #133, #1464855).</li>
169          <li>Fixed issues when drawing on very zoomed-in images
170          (#129, #133).</li>
171          <li>Fixed issues where brushes could draw outside the
172          selection (#1775709).</li>
173          <li>Fixed issues with the docking library (#832395).</li>
174          <li>Fixed a bug where undoing a history item could set the
175          background palette color to the foreground color
176          (#1888131).</li>
177          <li>Fixed issues where the zoom level was not maintained
178          when undoing a Crop to Selection (#1888885).</li>
179          <li>Fixed an error on newer Mono versions when opening URLs
180          via the menu items under the Help menu (#1888883).</li>
181          <li>Fixed some occasional crashes on dragging and dropping
182          or pasting into a new image (#1838620, #1508777).</li>
183          <li>Fixed issues where using the Rectangle Select tool after
184          the Move Selection or Move Selected Pixels tools did not
185          update correctly (#1889647, #1473430, #1889774).</li>
186        </ul>
187      </description>
188    </release>
189    <release version="1.6" date="2015-03-01"/>
190  </releases>
191</component>
192