mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-03 19:59:43 +01:00
5a76917357
The desktop file was renamed in an earlier commit, this value needs to be changed.
52 lines
2.2 KiB
XML
Executable File
52 lines
2.2 KiB
XML
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
||
<!-- Copyright 2017 Martin Rotter <rotter.martinos@gmail.com> -->
|
||
<component type="desktop-application">
|
||
<id>com.github.rssguard.desktop</id>
|
||
<metadata_license>CC0-1.0</metadata_license>
|
||
<project_license>GPL-3.0</project_license>
|
||
<name>RSS Guard</name>
|
||
<update_contact>rotter.martinos_AT_gmail.com</update_contact>
|
||
<summary>Simple (yet powerful) feed reader</summary>
|
||
<translation type="qt">rssguard</translation>
|
||
<description>
|
||
<p>
|
||
RSS Guard is simple (yet powerful) feed reader. It is able to fetch the most known feed formats, including RSS/RDF and ATOM. RSS Guard is developed on top of the Qt library.
|
||
</p>
|
||
</description>
|
||
<launchable type="desktop-id">com.github.rssguard.desktop</launchable>
|
||
<screenshots>
|
||
<screenshot type="default">
|
||
<caption>Linux version</caption>
|
||
<image>https://github.com/martinrotter/rssguard/blob/master/resources/screenshots/screenshot-linux.png?raw=true</image>
|
||
</screenshot>
|
||
<screenshot>
|
||
<caption>Windows version</caption>
|
||
<image>https://github.com/martinrotter/rssguard/blob/master/resources/screenshots/screenshot-windows.png?raw=true</image>
|
||
</screenshot>
|
||
</screenshots>
|
||
<url type="homepage">https://github.com/martinrotter/rssguard</url>
|
||
<url type="bugtracker">https://github.com/martinrotter/rssguard/issues</url>
|
||
<url type="translate">https://www.transifex.com/martinrotter/rssguard/</url>
|
||
<url type="donation">https://martinrotter.github.io/donate/</url>
|
||
<content_rating type="oars-1.1" />
|
||
<releases>
|
||
<release version="3.5.6" date="2018-02-26">
|
||
<description>
|
||
<p>Fixed:</p>
|
||
<ul>
|
||
<li>Some minor stuff fixes.</li>
|
||
<li>Unnecessary "Welcome" notifications. (bug #176)</li>
|
||
<li>Bad handling of null/empty strings when inserting messages into DB. (bug #169)</li>
|
||
<li>Bad conversion of "created on" date/time in TT-RSS plugin. (bug #172)</li>
|
||
<li>Missing obligatory attribute in OPML 2.0 files. (bug #166)</li>
|
||
</ul>
|
||
</description>
|
||
</release>
|
||
<release version="3.5.5" date="2017-11-19"/>
|
||
<release version="3.5.4" date="2017-10-23"/>
|
||
</releases>
|
||
<provides>
|
||
<binary>rssguard</binary>
|
||
</provides>
|
||
</component>
|