Skip to content

Commit f01d729

Browse files
committed
v1.3.0
1 parent d9bb1dc commit f01d729

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

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

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

7373
<releases>
74+
<release version="1.3.0" date="2025-12-07">
75+
<description translate="no">
76+
<ul>
77+
<li>New: Real VTE-based task output terminal — a read-only embedded terminal widget to view command output (ANSI aware), with copy/paste support and color palette matching the theme.</li>
78+
<li>Improved: Integrated terminal now uses a unified ColorPalette for consistent appearance across light/dark themes.</li>
79+
<li>Fix: Prevent creating containers with duplicate names.</li>
80+
<li>Fix: Properly display command stderr output in task output streams.</li>
81+
</ul>
82+
</description>
83+
</release>
7484
<release version="1.2.0" date="2025-12-02">
7585
<description translate="no">
7686
<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.2.0',
2+
version: '1.3.0',
33
meson_version: '>= 1.0.0',
44
default_options: [ 'warning_level=2', 'werror=false', ],
55
)

0 commit comments

Comments
 (0)