Skip to content

Commit 2515802

Browse files
committed
v1.0.8
1 parent 87b4ec3 commit 2515802

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

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

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

7373
<releases>
74+
<release version="1.0.8" date="2025-05-28">
75+
<description translate="no">
76+
<ul>
77+
<li>Fixed custom home path resolution</li>
78+
<li>Add parsing of volume paths</li>
79+
</ul>
80+
</description>
81+
</release>
7482
<release version="1.0.7" date="2025-05-23">
7583
<description translate="no">
7684
<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.7',
2+
version: '1.0.8',
33
meson_version: '>= 1.0.0',
44
default_options: [ 'warning_level=2', 'werror=false', ],
55
)

src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pub static VERSION: &str = "1.0.7";
1+
pub static VERSION: &str = "1.0.8";
22
pub static GETTEXT_PACKAGE: &str = "distroshelf";
33
pub static LOCALEDIR: &str = "/app/share/locale";
44
pub static PKGDATADIR: &str = "/app/share/distroshelf";

0 commit comments

Comments
 (0)