Skip to content

Commit f9e98c5

Browse files
committed
v1.4.0
1 parent d14b83c commit f9e98c5

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

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

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

7373
<releases>
74+
<release version="1.4.0" date="2026-02-07">
75+
<description translate="no">
76+
<ul>
77+
<li>New: Added .ini file preview with approval for assembly from URL.</li>
78+
<li>New: Added keyboard shortcuts dialog.</li>
79+
<li>New: Added "Update Distrobox" button in the sidebar when a bundled update is available.</li>
80+
<li>Improved: Task terminal now has a scrolled window.</li>
81+
<li>Improved: Clearer placeholder text in base image search box.</li>
82+
<li>Improved: Export dialog uses alert dialogs with more context instead of toasts.</li>
83+
<li>Improved: Updated bundled Distrobox to latest version.</li>
84+
<li>Fix: Corrected mixed stdout/stderr output in terminals.</li>
85+
<li>Fix: Archlinux binary paths now display correctly.</li>
86+
<li>Fix: Prevented empty dialogs when using bundled Distrobox.</li>
87+
<li>Fix: Added fallback to older bundled Distrobox when latest is not downloaded.</li>
88+
<li>Fix: Restored task detail view clicking in the task manager (regression fix).</li>
89+
<li>i18n: Updated translations for various UI strings.</li>
90+
</ul>
91+
</description>
92+
</release>
7493
<release version="1.3.0" date="2025-12-07">
7594
<description translate="no">
7695
<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.3.0',
2+
version: '1.4.0',
33
meson_version: '>= 1.0.0',
44
default_options: [ 'warning_level=2', 'werror=false', ],
55
)

0 commit comments

Comments
 (0)