Skip to content

Commit d8c4322

Browse files
committed
v1.0.13
1 parent 896a67f commit d8c4322

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

data/com.ranfdev.DistroShelf.metainfo.xml.in

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,15 @@
7171
</screenshots>
7272

7373
<releases>
74+
<release version="1.0.13" date="2025-08-08">
75+
<description translate="no">
76+
<ul>
77+
<li>Fix listing apps with whitespace in the name</li>
78+
<li>Add zh_CN translation</li>
79+
<li>Add qterminal and deepin terminal support</li>
80+
</ul>
81+
</description>
82+
</release>
7483
<release version="1.0.12" date="2025-07-01">
7584
<description translate="no">
7685
<ul>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('distroshelf', 'rust',
2-
version: '1.0.12',
2+
version: '1.0.13',
33
meson_version: '>= 1.0.0',
44
default_options: [ 'warning_level=2', 'werror=false', ],
55
)

0 commit comments

Comments
 (0)