Skip to content

Commit cd75a16

Browse files
author
GitHub Actions
committed
Add automatically parsed data (test)
[ci skip]
1 parent 4444e27 commit cd75a16

File tree

3 files changed

+36
-5
lines changed

3 files changed

+36
-5
lines changed

apps/nbrsync.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ appdata:
6969
Url:
7070
homepage: https://trixon.se/projects/nbrsync/
7171
bugtracker: https://github.com/trixon/nbrsync/issues
72-
donation: https://github.com/sponsors/trixon
72+
donation: https://buymeacoffee.com/trixon
7373
Launchable:
7474
desktop-id:
7575
- se.trixon.nbrsync.desktop
@@ -106,8 +106,24 @@ appdata:
106106
url: https://trixon.se/files/screenshots/nbrsync_appstream05.png
107107
lang: C
108108
Releases:
109-
- version: 0.7.0
110-
unix-timestamp: 1722729600
109+
- version: '24.12'
110+
unix-timestamp: 1734134400
111+
description:
112+
C: >-
113+
<p>Rebuild with updated dependencies</p>
114+
- version: 24.09.0
115+
unix-timestamp: 1726963200
116+
description:
117+
C: >-
118+
<p>Small update</p>
119+
120+
<ul>
121+
<li>Fixed minor bugs</li>
122+
<li>Added a stopwatch</li>
123+
<li>Bundled Java 23</li>
124+
</ul>
125+
- version: 24.08.0
126+
unix-timestamp: 1723939200
111127
description:
112128
C: >-
113129
<p>Initial release with the new base</p>

database/nbrsync/screenshot.png

180 Bytes
Loading

database/nbrsync/se.trixon.nbrsync.appdata.xml

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<launchable type="desktop-id">se.trixon.nbrsync.desktop</launchable>
1919
<url type="homepage">https://trixon.se/projects/nbrsync/</url>
2020
<url type="bugtracker">https://github.com/trixon/nbrsync/issues</url>
21-
<url type="donation">https://github.com/sponsors/trixon</url>
21+
<url type="donation">https://buymeacoffee.com/trixon</url>
2222
<provides>
2323
<id>nbrsync.desktop</id>
2424
</provides>
@@ -59,7 +59,22 @@
5959
</screenshots>
6060

6161
<releases>
62-
<release version="0.7.0" date="2024-08-04">
62+
<release version="24.12" date="2024-12-14">
63+
<description>
64+
<p>Rebuild with updated dependencies</p>
65+
</description>
66+
</release>
67+
<release version="24.09.0" date="2024-09-22">
68+
<description>
69+
<p>Small update</p>
70+
<ul>
71+
<li>Fixed minor bugs</li>
72+
<li>Added a stopwatch</li>
73+
<li>Bundled Java 23</li>
74+
</ul>
75+
</description>
76+
</release>
77+
<release version="24.08.0" date="2024-08-18">
6378
<description>
6479
<p>Initial release with the new base</p>
6580
<ul>

0 commit comments

Comments
 (0)