Skip to content

Commit ca29f1f

Browse files
committed
v1.5.0
1 parent e681b0b commit ca29f1f

2 files changed

Lines changed: 29 additions & 1 deletion

File tree

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

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,34 @@
8080
</screenshots>
8181

8282
<releases>
83+
<release version="1.5.0" date="2026-07-19">
84+
<description translate="no">
85+
<ul>
86+
<li>New: Container list can now be sorted by creation date and last-used date.</li>
87+
<li>New: Ctrl+Shift+C / Ctrl+Shift+V keyboard shortcuts for copy-paste in the integrated terminal.</li>
88+
<li>Improved: Clearer error reporting in the create container dialog.</li>
89+
<li>Improved: Cleaner Distrobox version display in preferences.</li>
90+
<li>Improved: Reduced unnecessary resource usage fetches on container status changes.</li>
91+
<li>Improved: Migration banner moved below the sidebar headerbar.</li>
92+
<li>Improved: Show a close button when a task ends.</li>
93+
<li>Changed: Renamed the "System" Distrobox source to "Host" for clarity.</li>
94+
<li>Fix: Cloning failing when the source image is missing.</li>
95+
<li>Fix: Container terminal inheriting the host working directory.</li>
96+
<li>Fix: Several previously-untranslated UI messages.</li>
97+
<li>Fix: Container runtime detection ignoring failed version checks.</li>
98+
<li>Fix: Welcome view carousel not resetting to the requirements page when reshown.</li>
99+
<li>Fix: Welcome view requirement status desyncing from underlying query data.</li>
100+
<li>Fix: Default terminal setting preventing terminal detection on first launch.</li>
101+
<li>Fix: Repair stale Distrobox init paths during container migration.</li>
102+
<li>Fix: Repair all Distrobox bind-mount scripts during migration, not just init.</li>
103+
<li>Fix: Last-used-date sorting comparison for Podman running containers.</li>
104+
<li>Fix: Container sort key persistence and action state sync.</li>
105+
<li>Fix: Concurrency bugs in query signals and shared state.</li>
106+
<li>Fix: Centering of Debian and openSUSE distribution icons.</li>
107+
<li>i18n: Added Chinese (Traditional) translation.</li>
108+
</ul>
109+
</description>
110+
</release>
83111
<release version="1.4.8" date="2026-03-16">
84112
<description translate="no">
85113
<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.8',
2+
version: '1.5.0',
33
meson_version: '>= 1.0.0',
44
default_options: [ 'warning_level=2', 'werror=false', ],
55
)

0 commit comments

Comments
 (0)