Skip to content

Commit b9443e2

Browse files
committed
v1.4.7
1 parent 138cd05 commit b9443e2

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

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

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

7373
<releases>
74+
<release version="1.4.7" date="2026-02-28">
75+
<description translate="no">
76+
<ul>
77+
<li>Fix: Increase exported apps timeout to 10s to prevent timeout errors when having lots of apps</li>
78+
<li>Fix: Prevent crashes in downloader commands due to path UTF-8 handling</li>
79+
<li>Fix: Improve error propagation in distrobox task output handling</li>
80+
<li>Fix: Harden terminal combo row signal handling for better stability</li>
81+
</ul>
82+
</description>
83+
</release>
7484
<release version="1.4.6" date="2026-02-28">
7585
<description translate="no">
7686
<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.4.6',
2+
version: '1.4.7',
33
meson_version: '>= 1.0.0',
44
default_options: [ 'warning_level=2', 'werror=false', ],
55
)

0 commit comments

Comments
 (0)