File tree Expand file tree Collapse file tree 3 files changed +39
-1
lines changed Expand file tree Collapse file tree 3 files changed +39
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.24)
22
33project (
44 ktailctl
5- VERSION 0.21.2
5+ VERSION 0.21.3
66 LANGUAGES C CXX)
77
88option (KTAILCTL_FLATPAK_BUILD "Build for Flatpak" OFF )
Original file line number Diff line number Diff line change 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 `
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments