Skip to content

Commit 511a022

Browse files
committed
v1.2.0
1 parent bdad438 commit 511a022

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

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

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

7373
<releases>
74+
<release version="1.2.0" date="2025-12-02">
75+
<description translate="no">
76+
<ul>
77+
<li>Support for a bundled Distrobox: download, verify and use a bundled distrobox executable from the app.</li>
78+
<li>Initial support for launching flatpak terminals</li>
79+
<li>Refactor: move distrobox implementation into a `backends` module and introduce a `ContainerRuntime` abstraction (Podman / Docker) with automatic detection.</li>
80+
<li>Welcome page and system checks: new page shows runtime and Distrobox status, with actions to fetch or use a bundled Distrobox.</li>
81+
<li>Desktop file parsing and app export: safer parsing (hex-encoded payloads) and include user .local apps when home differs.</li>
82+
<li>UI polish: updated window switcher, responsive improvements and task manager error/status UI updates.</li>
83+
<li>Translations: 7+ translations added.</li>
84+
<li>Misc: dependency updates, various bug fixes, test adjustments and small typos corrected.</li>
85+
</ul>
86+
</description>
87+
</release>
7488
<release version="1.1.0" date="2025-11-19">
7589
<description translate="no">
7690
<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.1.0',
2+
version: '1.2.0',
33
meson_version: '>= 1.0.0',
44
default_options: [ 'warning_level=2', 'werror=false', ],
55
)

0 commit comments

Comments
 (0)