Skip to content

Commit df2243d

Browse files
committed
v1.1.0
1 parent 5631c02 commit df2243d

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

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

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

7373
<releases>
74+
<release version="1.1.0" date="2025-11-19">
75+
<description translate="no">
76+
<ul>
77+
<li>Show container resource usage (CPU and Memory)</li>
78+
<li>New image picker view with custom image support</li>
79+
<li>Indicate already downloaded images in the picker</li>
80+
<li>Add UI for cloning containers</li>
81+
<li>Add integrated VTE terminal</li>
82+
<li>Listen to podman events for real-time updates</li>
83+
<li>Fix issues with loading apps by adding timeouts and retries</li>
84+
</ul>
85+
</description>
86+
</release>
7487
<release version="1.0.15" date="2025-10-22">
7588
<description translate="no">
7689
<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.0.15',
2+
version: '1.1.0',
33
meson_version: '>= 1.0.0',
44
default_options: [ 'warning_level=2', 'werror=false', ],
55
)

0 commit comments

Comments
 (0)