Skip to content

Commit 49077d9

Browse files
committed
v1.4.6
1 parent f506f15 commit 49077d9

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

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.4.6" date="2026-02-28">
75+
<description translate="no">
76+
<ul>
77+
<li>Feature: Add --no-entry preference (now enabled by default)</li>
78+
<li>Fix: embed more symbolic icons so that they show correctly on Bazzite</li>
79+
<li>Fix: avoid overwriting preferred flatpak terminal selection on startup</li>
80+
</ul>
81+
</description>
82+
</release>
7483
<release version="1.4.5" date="2026-02-24">
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.4.5',
2+
version: '1.4.6',
33
meson_version: '>= 1.0.0',
44
default_options: [ 'warning_level=2', 'werror=false', ],
55
)

0 commit comments

Comments
 (0)