100 lines
3.6 KiB
XML
100 lines
3.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>A desktop client for ntfy.</p>
|
|
<ul>
|
|
<li>Receive and send notifications with ntfy.sh or a self hosted ntfy server</li>
|
|
<li>View past notifications</li>
|
|
<li>Runs automatically at startup and receives notifications in the background</li>
|
|
</ul>
|
|
<p>ntfy allows you to send notifications to your phone or desktop via scripts from any computer and/or using a REST API.</p>
|
|
<p>You can set up notifications to monitor disk space, ssh logins, weather forecasts, or any number of creative scenarios.</p>
|
|
</description>
|
|
<categories>
|
|
<category>Network</category>
|
|
<category>Utility</category>
|
|
</categories>
|
|
<keywords>
|
|
<keyword translate="no">GTK</keyword>
|
|
<keyword translate="no">GNOME</keyword>
|
|
</keywords>
|
|
<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">
|
|
<description>
|
|
<p>Lorem ipsum</p>
|
|
<ul>
|
|
<li>Fixed issue handling custom local certificates with https</li>
|
|
<li>Updated GNOME sdk</li>
|
|
</ul>
|
|
</description>
|
|
</release>
|
|
<release version="0.1.5" date="2024-01-03">
|
|
<description>
|
|
<p>Lorem ipsum</p>
|
|
<ul>
|
|
<li>Fixed about window crashing</li>
|
|
</ul>
|
|
</description>
|
|
</release>
|
|
<release version="0.1.4" date="2023-11-27">
|
|
<description>
|
|
<p>Lorem ipsum</p>
|
|
<ul>
|
|
<li>Various bugfixes</li>
|
|
</ul>
|
|
</description>
|
|
</release>
|
|
<release version="0.1.3" date="2023-11-16">
|
|
<description>
|
|
<p>Lorem ipsum</p>
|
|
<ul>
|
|
<li>Support for basic authentication with custom accounts</li>
|
|
<li>Custom server field is now prefilled when appropriate</li>
|
|
</ul>
|
|
</description>
|
|
</release>
|
|
<release version="0.1.2" date="2023-11-07">
|
|
<description>
|
|
<p>Lorem ipsum</p>
|
|
<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>
|
|
</description>
|
|
</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>
|