Skip to content

Commit b41c864

Browse files
committed
release v0.21.0
1 parent cc0dc9f commit b41c864

File tree

2 files changed

+54
-0
lines changed

2 files changed

+54
-0
lines changed

changelog/v0.21.0.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# KTailctl v0.21.0
2+
3+
Adds basic multi-account/switching support and the option to show tags in the peer list.
4+
Improves readability of tray menu by using country names instead of codes.
5+
Fixes several bugs and updates dependencies to their latest versions.
6+
7+
## Features & Enhancements
8+
9+
- Add basic support for multiple accounts including switching
10+
- Option to show tags on the peer list page
11+
- Use the country name instead of the country code in the tray menu
12+
13+
## Fixes
14+
15+
- Fix peer list becoming empty if peers get removed
16+
- Correctly hide "unset current" button if no exit node set
17+
- Fix warnings about application domain not being set for `ki18n`
18+
- Fix a bug in the classification of Mullvad nodes
19+
20+
## Chores
21+
22+
C++/QML:
23+
24+
- Update `kirigami-addons` from `1.8.1` to `1.9.0`
25+
26+
Go:
27+
28+
- Update `tailscale.com` from `v1.84.1` to `1.86.2`
29+
- Update `golang.org/x/net` from `v0.40.0` to `v0.42.0`
30+
31+
Renovate:
32+
33+
- Update config to new scheme
34+
35+
## Documentation
36+
37+
- Add some instructions for local development on NixOS and Fedora

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.0" date="2025-07-31" urgency="low">
48+
<description>
49+
<p>
50+
Adds basic multi-account/switching support and the option to show tags in the peer list. Improves readability of tray menu by using country names instead of codes. Fixes several bugs and updates dependencies to their latest versions.
51+
</p>
52+
</description>
53+
<url>https://github.com/f-koehler/KTailctl/releases/tag/v0.21.0</url>
54+
<artifacts>
55+
<artifact type="source">
56+
<location>https://github.com/f-koehler/KTailctl/archive/refs/tags/v0.21.0.tar.gz</location>
57+
</artifact>
58+
<artifact type="source">
59+
<location>
60+
https://github.com/f-koehler/KTailctl/releases/download/v0.21.0/tailwrap-vendor-v0.21.0.tar.gz</location>
61+
</artifact>
62+
</artifacts>
63+
</release>
4764
<release version="0.20.2" date="2025-06-02" urgency="low">
4865
<description>
4966
<p>No user-facing changes.</p>

0 commit comments

Comments
 (0)