Skip to content

Commit 539ccab

Browse files
committed
Improve app metadata
1 parent af9f34c commit 539ccab

File tree

2 files changed

+40
-24
lines changed

2 files changed

+40
-24
lines changed

data/com.ranfdev.Notify.desktop.in.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Comment=ntfy.sh client application to receive everyday's notifications
44
Type=Application
55
Exec=notify
66
Terminal=false
7-
Categories=GNOME;GTK;
7+
Categories=GNOME;GTK;Internet;Utility;
88
# Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon!
99
Keywords=Gnome;GTK;
1010
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!

data/resources/com.ranfdev.Notify.metainfo.xml.in.in

Lines changed: 39 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
<description>
1111
<p>Versatile GTK4 client designed to seamlessly interface with the ntfy.sh notification service</p>
1212
</description>
13+
<categories>
14+
<category>Internet</category>
15+
<category>Utility</category>
16+
<category>GTK</category>
17+
<category>GNOME</category>
18+
</categories>
1319
<screenshots>
1420
<screenshot type="default">
1521
<image>https://raw.githubusercontent.com/ranfdev/Notify/main/data/screenshots/1.png</image>
@@ -27,37 +33,47 @@
2733
<content_rating type="oars-1.0" />
2834
<releases>
2935
<release version="0.1.6" date="2024-11-24">
30-
<ul>
31-
<li>Fixed issue handling custom local certificates with https</li>
32-
<li>Updated GNOME sdk</li>
33-
</ul>
36+
<description>
37+
<ul>
38+
<li>Fixed issue handling custom local certificates with https</li>
39+
<li>Updated GNOME sdk</li>
40+
</ul>
41+
</description>
3442
</release>
3543
<release version="0.1.5" date="2024-01-03">
36-
<ul>
37-
<li>Fixed about window crashing</li>
38-
</ul>
44+
<description>
45+
<ul>
46+
<li>Fixed about window crashing</li>
47+
</ul>
48+
</description>
3949
</release>
4050
<release version="0.1.4" date="2023-11-27">
41-
<ul>
42-
<li>Various bugfixes</li>
43-
</ul>
51+
<description>
52+
<ul>
53+
<li>Various bugfixes</li>
54+
</ul>
55+
</description>
4456
</release>
4557
<release version="0.1.3" date="2023-11-16">
46-
<ul>
47-
<li>Support for basic authentication with custom accounts</li>
48-
<li>Custom server field is now prefilled when appropriate</li>
49-
</ul>
58+
<description>
59+
<ul>
60+
<li>Support for basic authentication with custom accounts</li>
61+
<li>Custom server field is now prefilled when appropriate</li>
62+
</ul>
63+
</description>
5064
</release>
5165
<release version="0.1.2" date="2023-11-07">
52-
<ul>
53-
<li>Introduced dialog to write advanced messages</li>
54-
<li>Automatic download of attached images</li>
55-
<li>Introduced support for action buttons in the notifications</li>
56-
<li>Improved performance of the message list layout</li>
57-
<li>Improved design for status chips</li>
58-
<li>Improved design for the message bar</li>
59-
<li>Various bug fixes</li>
60-
</ul>
66+
<description>
67+
<ul>
68+
<li>Introduced dialog to write advanced messages</li>
69+
<li>Automatic download of attached images</li>
70+
<li>Introduced support for action buttons in the notifications</li>
71+
<li>Improved performance of the message list layout</li>
72+
<li>Improved design for status chips</li>
73+
<li>Improved design for the message bar</li>
74+
<li>Various bug fixes</li>
75+
</ul>
76+
</description>
6177
</release>
6278
<release version="0.1.1" date="2023-10-24" />
6379
<release version="0.1.0" date="2023-10-13" />

0 commit comments

Comments
 (0)