Improve app metadata
This commit is contained in:
@ -4,7 +4,7 @@ Comment=ntfy.sh client application to receive everyday's notifications
|
|||||||
Type=Application
|
Type=Application
|
||||||
Exec=notify
|
Exec=notify
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Categories=GNOME;GTK;
|
Categories=GNOME;GTK;Internet;Utility;
|
||||||
# Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon!
|
# Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon!
|
||||||
Keywords=Gnome;GTK;
|
Keywords=Gnome;GTK;
|
||||||
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
|
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
|
||||||
|
|||||||
@ -10,6 +10,12 @@
|
|||||||
<description>
|
<description>
|
||||||
<p>Versatile GTK4 client designed to seamlessly interface with the ntfy.sh notification service</p>
|
<p>Versatile GTK4 client designed to seamlessly interface with the ntfy.sh notification service</p>
|
||||||
</description>
|
</description>
|
||||||
|
<categories>
|
||||||
|
<category>Internet</category>
|
||||||
|
<category>Utility</category>
|
||||||
|
<category>GTK</category>
|
||||||
|
<category>GNOME</category>
|
||||||
|
</categories>
|
||||||
<screenshots>
|
<screenshots>
|
||||||
<screenshot type="default">
|
<screenshot type="default">
|
||||||
<image>https://raw.githubusercontent.com/ranfdev/Notify/main/data/screenshots/1.png</image>
|
<image>https://raw.githubusercontent.com/ranfdev/Notify/main/data/screenshots/1.png</image>
|
||||||
@ -27,28 +33,37 @@
|
|||||||
<content_rating type="oars-1.0" />
|
<content_rating type="oars-1.0" />
|
||||||
<releases>
|
<releases>
|
||||||
<release version="0.1.6" date="2024-11-24">
|
<release version="0.1.6" date="2024-11-24">
|
||||||
|
<description>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Fixed issue handling custom local certificates with https</li>
|
<li>Fixed issue handling custom local certificates with https</li>
|
||||||
<li>Updated GNOME sdk</li>
|
<li>Updated GNOME sdk</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
</description>
|
||||||
</release>
|
</release>
|
||||||
<release version="0.1.5" date="2024-01-03">
|
<release version="0.1.5" date="2024-01-03">
|
||||||
|
<description>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Fixed about window crashing</li>
|
<li>Fixed about window crashing</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
</description>
|
||||||
</release>
|
</release>
|
||||||
<release version="0.1.4" date="2023-11-27">
|
<release version="0.1.4" date="2023-11-27">
|
||||||
|
<description>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Various bugfixes</li>
|
<li>Various bugfixes</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
</description>
|
||||||
</release>
|
</release>
|
||||||
<release version="0.1.3" date="2023-11-16">
|
<release version="0.1.3" date="2023-11-16">
|
||||||
|
<description>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Support for basic authentication with custom accounts</li>
|
<li>Support for basic authentication with custom accounts</li>
|
||||||
<li>Custom server field is now prefilled when appropriate</li>
|
<li>Custom server field is now prefilled when appropriate</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
</description>
|
||||||
</release>
|
</release>
|
||||||
<release version="0.1.2" date="2023-11-07">
|
<release version="0.1.2" date="2023-11-07">
|
||||||
|
<description>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Introduced dialog to write advanced messages</li>
|
<li>Introduced dialog to write advanced messages</li>
|
||||||
<li>Automatic download of attached images</li>
|
<li>Automatic download of attached images</li>
|
||||||
@ -58,6 +73,7 @@
|
|||||||
<li>Improved design for the message bar</li>
|
<li>Improved design for the message bar</li>
|
||||||
<li>Various bug fixes</li>
|
<li>Various bug fixes</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
</description>
|
||||||
</release>
|
</release>
|
||||||
<release version="0.1.1" date="2023-10-24" />
|
<release version="0.1.1" date="2023-10-24" />
|
||||||
<release version="0.1.0" date="2023-10-13" />
|
<release version="0.1.0" date="2023-10-13" />
|
||||||
|
|||||||
Reference in New Issue
Block a user