Files
Notify/data/resources/com.ranfdev.Notify.metainfo.xml.in.in
ranfdev af9f34c71d v0.1.6
2024-11-07 22:51:21 +01:00

70 lines
2.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- ranfdev 2019 <ranfdev@gmail.com> -->
<component type="desktop-application">
<id>@app-id@</id>
<metadata_license>CC0</metadata_license>
<!-- Insert your license of choice here -->
<project_license>GPL-3.0-or-later</project_license>
<name>Notify</name>
<summary>Receive notifications from ntfy.sh.</summary>
<description>
<p>Versatile GTK4 client designed to seamlessly interface with the ntfy.sh notification service</p>
</description>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/ranfdev/Notify/main/data/screenshots/1.png</image>
<caption>Main window, welcome screen</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/ranfdev/Notify/main/data/screenshots/2.png</image>
<caption>Main window, subscription view</caption>
</screenshot>
</screenshots>
<url type="homepage">https://github.com/ranfdev/Notify</url>
<url type="bugtracker">https://github.com/ranfdev/Notify/issues</url>
<url type="donation">https://github.com/sponsors/ranfdev</url>
<content_rating type="oars-1.0" />
<releases>
<release version="0.1.6" date="2024-11-24">
<ul>
<li>Fixed issue handling custom local certificates with https</li>
<li>Updated GNOME sdk</li>
</ul>
</release>
<release version="0.1.5" date="2024-01-03">
<ul>
<li>Fixed about window crashing</li>
</ul>
</release>
<release version="0.1.4" date="2023-11-27">
<ul>
<li>Various bugfixes</li>
</ul>
</release>
<release version="0.1.3" date="2023-11-16">
<ul>
<li>Support for basic authentication with custom accounts</li>
<li>Custom server field is now prefilled when appropriate</li>
</ul>
</release>
<release version="0.1.2" date="2023-11-07">
<ul>
<li>Introduced dialog to write advanced messages</li>
<li>Automatic download of attached images</li>
<li>Introduced support for action buttons in the notifications</li>
<li>Improved performance of the message list layout</li>
<li>Improved design for status chips</li>
<li>Improved design for the message bar</li>
<li>Various bug fixes</li>
</ul>
</release>
<release version="0.1.1" date="2023-10-24" />
<release version="0.1.0" date="2023-10-13" />
</releases>
<developer_name>ranfdev</developer_name>
<update_contact>ranfdev@gmail.com</update_contact>
<translation type="gettext">@gettext-package@</translation>
<launchable type="desktop-id">@app-id@.desktop</launchable>
</component>