diff options
| author | Hubert Figuière <hub@figuiere.net> | 2019-09-20 17:23:31 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marcjeanmougin@free.fr> | 2019-09-25 10:25:46 +0000 |
| commit | 5a381305f6427002b9f7b1033608981d5a986286 (patch) | |
| tree | c1ad0497b940fba4b48608c47808b1e51a46f553 /org.inkscape.Inkscape.appdata.xml.in | |
| parent | Update po/ko.po (diff) | |
| download | inkscape-5a381305f6427002b9f7b1033608981d5a986286.tar.gz inkscape-5a381305f6427002b9f7b1033608981d5a986286.zip | |
Fix appdata file to pass Flathub requirements
Diffstat (limited to 'org.inkscape.Inkscape.appdata.xml.in')
| -rw-r--r-- | org.inkscape.Inkscape.appdata.xml.in | 30 |
1 files changed, 17 insertions, 13 deletions
diff --git a/org.inkscape.Inkscape.appdata.xml.in b/org.inkscape.Inkscape.appdata.xml.in index 6e1860f7a..dd8b8158f 100644 --- a/org.inkscape.Inkscape.appdata.xml.in +++ b/org.inkscape.Inkscape.appdata.xml.in @@ -41,57 +41,61 @@ <releases> <release version="1.0-beta" date="2019-09-07"> <description> - <p>Beta package for the next version of Inkscape, for testing. Known issues about text UX.</p> + <p>Beta package for the next version of Inkscape, for testing.</p> </description> </release> <release version="1.0-alpha2" date="2019-06-02"> <description> - <p>This is the second public alpha release of Inkscape 1.0! This package is intended to test against regressions, try new features, and get a taste of the future of Inkscape!</p> + <p>This is the second public alpha release of Inkscape 1.0!</p> </description> </release> <release version="1.0-alpha" date="2019-01-04"> <description> - <p>This is the first public alpha release of Inkscape 1.0! This package is intended to test against regressions, try new features, and get a taste of the future of Inkscape!</p> + <p>This is the first public alpha release of Inkscape 1.0!</p> </description> </release> <release version="0.92.4" date="2019-01-16"> <description> + <p>New 0.92.x bugfix release.</p> <ul> <li>Improvements to the align and distribute tool</li> <li>Support for piping standard input and output</li> <li>The color slider can be constrained to stepped values</li> <li>Performance improvements</li> - <li>Many bugfixes</li> - <li>And many more! See the full list at http://wiki.inkscape.org/wiki/index.php/Release_notes/0.92.4</li> + <li>And many more bugfixes</li> </ul> </description> + <url>http://wiki.inkscape.org/wiki/index.php/Release_notes/0.92.4</url> </release> <release version="0.92.3" date="2018-03-23"> <description> + <p>New 0.92.x bugfix release.</p> <ul> <li>New command-line options to control page size when exporting to SVG</li> <li>Support for left-to-right languages in the text tool</li> <li>Improvements to the circle/ellipse/arc tool</li> <li>Support for multi-line text when exporting to PDF+LaTeX</li> - <li>Many bugfixes</li> - <li>And many more! See the full list at http://wiki.inkscape.org/wiki/index.php/Release_notes/0.92.3</li> + <li>And many more bugfixes</li> </ul> </description> + <url>http://wiki.inkscape.org/wiki/index.php/Release_notes/0.92.3</url> </release> <release version="0.92.2" date="2017-08-07"> <description> + <p>New 0.92.x bugfix release.</p> <ul> - <li>Better importing and exporting of EMF/WMF files, PDF/PDF+Latex documents, Visio Stencil files, and XML files</li> + <li>Better importing and exporting</li> <li>Greater stability when printing on Windows</li> <li>Improved fill and stroke HSL color selection</li> <li>Greater stability when reverting and saving files</li> - <li>An additional handle at the center of rectangles, circles/ellipses, and stars, to allow quick and accurate alignment of these shapes with other objects</li> - <li>A command line option for updating the file's DPI value that allows for easier processing of large file collections</li> - <li>Improvements to user-defined shortcuts, including the acceptance of previously restricted special characters</li> - <li>Migration to Gitlab to make contribution easier. See https://inkscape.org/en/news/2017/06/10/inkscape-moves-gitlab/</li> - <li>And many more! See the full list at http://wiki.inkscape.org/wiki/index.php/Release_notes/0.92.2</li> + <li>An additional handle at the center of shapes</li> + <li>A command line option for updating the file's DPI</li> + <li>Improvements to user-defined shortcuts</li> + <li>Migration to Gitlab to make contribution easier</li> + <li>And many more bugfixes!</li> </ul> </description> + <url>http://wiki.inkscape.org/wiki/index.php/Release_notes/0.92.2</url> </release> </releases> <provides> |
