Skip to content

Commit c60b0d6

Browse files
committed
release v0.21.3
1 parent df96fdd commit c60b0d6

File tree

3 files changed

+39
-1
lines changed

3 files changed

+39
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.24)
22

33
project(
44
ktailctl
5-
VERSION 0.21.2
5+
VERSION 0.21.3
66
LANGUAGES C CXX)
77

88
option(KTAILCTL_FLATPAK_BUILD "Build for Flatpak" OFF)

changelog/v0.21.3.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# KTailctl v0.21.3
2+
3+
Resolves an issue in other environments than KDE Plasma where KTailctl would not correctly minimize to the tray icon when the window is closed.
4+
Updates some dependencies to their latest versions.
5+
6+
## Fixes
7+
8+
- Do not exit when tray icon is enabled and window is closed (if not in KDE Plasma)
9+
10+
11+
## Chores
12+
13+
Go:
14+
15+
- Update `golang.org/x/net` from `v0.44.0` to `v0.46.0`
16+
- Update `tailscale.com` from `v1.86.5` to `v1.88.3`
17+
18+
Others:
19+
20+
- Update `kirigami-addons` from `1.9.0` to `1.10.0`
21+
- Update Python docker tag from `3.13` to `3.14`

org.fkoehler.KTailctl.metainfo.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,23 @@
4444
</screenshot>
4545
</screenshots>
4646
<releases>
47+
<release version="0.21.3" date="2025-10-12" urgency="low">
48+
<description>
49+
<p>
50+
Resolves an issue in other environments than KDE Plasma where KTailctl would not correctly minimize to the tray icon when the window is closed. Updates some dependencies to their latest versions.
51+
</p>
52+
</description>
53+
<url>https://github.com/f-koehler/KTailctl/releases/tag/v0.21.3</url>
54+
<artifacts>
55+
<artifact type="source">
56+
<location>https://github.com/f-koehler/KTailctl/archive/refs/tags/v0.21.3.tar.gz</location>
57+
</artifact>
58+
<artifact type="source">
59+
<location>
60+
https://github.com/f-koehler/KTailctl/releases/download/v0.21.3/tailwrap-vendor-v0.21.3.tar.gz</location>
61+
</artifact>
62+
</artifacts>
63+
</release>
4764
<release version="0.21.2" date="2025-09-19" urgency="low">
4865
<description>
4966
<p>

0 commit comments

Comments
 (0)