Skip to content

Commit cbbc012

Browse files
committed
v1.0.14
1 parent 56b3fef commit cbbc012

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

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

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

7373
<releases>
74+
<release version="1.0.14" date="2025-10-19">
75+
<description translate="no">
76+
<ul>
77+
<li>Improve lscpi handling with a timeout to avoid blocking operations</li>
78+
<li>Reduce terminal repository lookup errors from fatal to warnings</li>
79+
<li>Added keyboard shortcuts for common actions</li>
80+
<li>Switch to GIO actions for window-level commands</li>
81+
<li>Ignore the development "plans/" folder from distribution</li>
82+
<li>Refactor dialogs: add and reorganize various dialog modules (create, exportable apps, preferences, task manager)</li>
83+
</ul>
84+
</description>
85+
</release>
7486
<release version="1.0.13" date="2025-08-08">
7587
<description translate="no">
7688
<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.13',
2+
version: '1.0.14',
33
meson_version: '>= 1.0.0',
44
default_options: [ 'warning_level=2', 'werror=false', ],
55
)

0 commit comments

Comments
 (0)