Skip to content

Commit d77f5f4

Browse files
committed
v1.0.3
1 parent 2b78bd7 commit d77f5f4

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
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.3" date="2025-04-25">
75+
<description translate="no">
76+
<ul>
77+
<li>Wait for export commands to finish before reloading app list</li>
78+
<li>Close selected task when closing the entire task dialog</li>
79+
<li>Remove main view of container actions after container is deleted</li>
80+
</ul>
81+
</description>
82+
</release>
7483
<release version="1.0.2" date="2025-04-25">
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.2',
2+
version: '1.0.3',
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.2";
1+
pub static VERSION: &str = "1.0.3";
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)