Skip to content

Commit 60711d0

Browse files
committed
v1.4.8
1 parent 5524909 commit 60711d0

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
@@ -80,6 +80,15 @@
8080
</screenshots>
8181

8282
<releases>
83+
<release version="1.4.8" date="2026-03-16">
84+
<description translate="no">
85+
<ul>
86+
<li>Fix: Correct container selection behavior.</li>
87+
<li>Improved: Disable app shortcuts while integrated terminal is focused.</li>
88+
<li>Changed: Remove privileged container support to restore safer and more predictable container creation behavior.</li>
89+
</ul>
90+
</description>
91+
</release>
8392
<release version="1.4.7" date="2026-02-28">
8493
<description translate="no">
8594
<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.7',
2+
version: '1.4.8',
33
meson_version: '>= 1.0.0',
44
default_options: [ 'warning_level=2', 'werror=false', ],
55
)

0 commit comments

Comments
 (0)