-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathorg.fkoehler.KTailctl.metainfo.xml
696 lines (696 loc) · 28.1 KB
/
org.fkoehler.KTailctl.metainfo.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
<?xml version="1.0" encoding="utf-8"?>
<!--
SPDX-License-Identifier: FSFAP
SPDX-FileCopyrightText: 2023 Fabian Köhler <me@fkoehler.org>
-->
<component type="desktop-application">
<id>org.fkoehler.KTailctl</id>
<name>KTailctl</name>
<summary>Manage and monitor Tailscale</summary>
<metadata_license>FSFAP</metadata_license>
<project_license>GPL-3.0+</project_license>
<developer_name>Fabian Köhler</developer_name>
<content_rating type="oars-1.0" />
<launchable type="desktop-id">org.fkoehler.KTailctl.desktop</launchable>
<url type="homepage">https://github.com/f-koehler/KTailctl</url>
<url type="bugtracker">https://github.com/f-koehler/KTailctl/issues</url>
<url type="vcs-browser">https://github.com/f-koehler/KTailctl</url>
<description>
<p>KTailctl provides a graphical interface for the Tailscale mesh network with easy access to
settings, host information as well as the ability to send/receive files.</p>
<p>⚠️ To get the most out of KTailctl (sending/receiving files, changing Tailscale settings, …)
make sure you are the operator <code>tailscale up --operator=$USER</code>!</p>
</description>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/f-koehler/KTailctl/main/screenshots/peerlist.png</image>
<caption>Tailscale peer list</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/f-koehler/KTailctl/main/screenshots/peerdetails.png</image>
<caption>Detailed peer information</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/f-koehler/KTailctl/main/screenshots/exitnodes.png</image>
<caption>Exit node management</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/f-koehler/KTailctl/main/screenshots/settings.png</image>
<caption>Management of app and Tailscale settings</caption>
</screenshot>
</screenshots>
<releases>
<release version="0.18.2" date="2024-12-09" urgency="low">
<description>
<p>No user-facing changes.</p>
</description>
<url>https://github.com/f-koehler/KTailctl/releases/tag/v0.18.2</url>
<artifacts>
<artifact type="source">
<location>https://github.com/f-koehler/KTailctl/archive/refs/tags/v0.18.2.tar.gz</location>
</artifact>
<artifact type="source">
<location>
https://github.com/f-koehler/KTailctl/releases/download/v0.18.2/tailwrap-vendor-v0.18.2.tar.gz</location>
</artifact>
</artifacts>
</release>
<release version="0.18.1" date="2024-09-29" urgency="medium">
<description>
<p>This release improves taildrop send and exit node integration while also resolving a bug
when trying to use a self-hosted exit node.</p>
</description>
<url>https://github.com/f-koehler/KTailctl/releases/tag/v0.18.1</url>
<artifacts>
<artifact type="source">
<location>https://github.com/f-koehler/KTailctl/archive/refs/tags/v0.18.1.tar.gz</location>
</artifact>
</artifacts>
</release>
<release version="0.18.0" date="2024-09-27" urgency="medium">
<description>
<p>This release fixes various crashes of KTailctl, fixes sendinf of files with Taildrop
send, hides some currently broken features and provides the user with help (e.g. when he
is logged out).</p>
</description>
<url>https://github.com/f-koehler/KTailctl/releases/tag/v0.18.0</url>
<artifacts>
<artifact type="source">
<location>https://github.com/f-koehler/KTailctl/archive/refs/tags/v0.18.0.tar.gz</location>
</artifact>
<artifact type="source">
<location>
https://github.com/f-koehler/KTailctl/releases/download/v0.18.0/tailwrap-vendor-v0.18.0.tar.gz</location>
</artifact>
</artifacts>
</release>
<release version="0.17.2" date="2024-07-23" urgency="low">
<description>
<p>Fix setting exit node from peers page.</p>
</description>
<url>https://github.com/f-koehler/KTailctl/releases/tag/v0.17.2</url>
<artifacts>
<artifact type="source">
<location>https://github.com/f-koehler/KTailctl/archive/refs/tags/v0.17.2.tar.gz</location>
</artifact>
<artifact type="source">
<location>
https://github.com/f-koehler/KTailctl/releases/download/v0.17.2/tailwrap-vendor-v0.17.2.tar.gz</location>
</artifact>
</artifacts>
</release>
<release version="0.17.1" date="2024-07-12" urgency="critical">
<description>
<p>Fix a bug that causes KTailctl to consume a lot of memory over time.</p>
</description>
<url>https://github.com/f-koehler/KTailctl/releases/tag/v0.17.1</url>
<artifacts>
<artifact type="source">
<location>https://github.com/f-koehler/KTailctl/archive/refs/tags/v0.17.1.tar.gz</location>
</artifact>
</artifacts>
</release>
<release version="0.17.0" date="2024-07-10" urgency="medium">
<description>
<p>This update refactors most of the backend of the app and improves the performance of the
main window as well as the tray menu. It also adds a new dedicated page for managing exit
nodes as wel as new colorful tray icons.</p>
</description>
<url>https://github.com/f-koehler/KTailctl/releases/tag/v0.17.0</url>
<artifacts>
<artifact type="source">
<location>https://github.com/f-koehler/KTailctl/archive/refs/tags/v0.17.0.tar.gz</location>
</artifact>
<artifact type="source">
<location>
https://github.com/f-koehler/KTailctl/releases/download/v0.17.0/tailwrap-vendor-v0.17.0.tar.gz</location>
</artifact>
</artifacts>
</release>
<release version="0.16.2" date="2024-06-24" urgency="critical">
<description>
<p>Fixes KTailctl not being able to run at all.</p>
</description>
<url>https://github.com/f-koehler/KTailctl/releases/tag/v0.16.2</url>
<artifacts>
<artifact type="source">
<location>https://github.com/f-koehler/KTailctl/archive/refs/tags/v0.16.2.tar.gz</location>
</artifact>
</artifacts>
</release>
<release version="0.16.1" date="2024-06-24" urgency="low">
<description>
<p>Internal refactoring and a lot of dependency updates.</p>
</description>
<url>https://github.com/f-koehler/KTailctl/releases/tag/v0.16.1</url>
<artifacts>
<artifact type="source">
<location>https://github.com/f-koehler/KTailctl/archive/refs/tags/v0.16.1.tar.gz</location>
</artifact>
<artifact type="source">
<location>
https://github.com/f-koehler/KTailctl/releases/download/v0.16.1/tailwrap-vendor-v0.16.1.tar.gz</location>
</artifact>
</artifacts>
</release>
<release version="0.16.0" date="2024-04-02" urgency="medium">
<description>
<p>Cleanup peer list view a bit and upgrade a lot of underlying software libraries.</p>
</description>
<url>https://github.com/f-koehler/KTailctl/releases/tag/v0.16.0</url>
<artifacts>
<artifact type="source">
<location>https://github.com/f-koehler/KTailctl/archive/refs/tags/v0.16.0.tar.gz</location>
</artifact>
<artifact type="source">
<location>
https://github.com/f-koehler/KTailctl/releases/download/v0.16.0/tailwrap-vendor-v0.16.0.tar.gz</location>
</artifact>
</artifacts>
</release>
<release version="0.15.0" date="2024-02-18" urgency="low">
<description>
<p>Fix right click behavior of tray menu and rework peer list page.</p>
</description>
<url>https://github.com/f-koehler/KTailctl/releases/tag/v0.15.0</url>
<artifacts>
<artifact type="source">
<location>https://github.com/f-koehler/KTailctl/archive/refs/tags/v0.15.0.tar.gz</location>
</artifact>
<artifact type="source">
<location>
https://github.com/f-koehler/KTailctl/releases/download/v0.15.0/tailwrap-vendor-v0.15.0.tar.gz</location>
</artifact>
</artifacts>
</release>
<release version="0.14.1" date="2024-02-02" urgency="medium">
<description>
<p>Fix theming on some window managers (e.g. i3).</p>
</description>
<url>https://github.com/f-koehler/KTailctl/releases/tag/v0.14.1</url>
<artifacts>
<artifact type="source">
<location>https://github.com/f-koehler/KTailctl/archive/refs/tags/v0.14.1.tar.gz</location>
</artifact>
<artifact type="source">
<location>
https://github.com/f-koehler/KTailctl/releases/download/v0.14.0/tailwrap-vendor-v0.14.0.tar.gz</location>
</artifact>
</artifacts>
</release>
<release version="0.14.0" date="2024-01-26" urgency="medium">
<description>
<p>Add logging to file, some tooltips, exit node setting on settings page and fix hostname
setting.</p>
</description>
<url>https://github.com/f-koehler/KTailctl/releases/tag/v0.14.0</url>
<artifacts>
<artifact type="source">
<location>https://github.com/f-koehler/KTailctl/archive/refs/tags/v0.14.0.tar.gz</location>
</artifact>
<artifact type="source">
<location>
https://github.com/f-koehler/KTailctl/releases/download/v0.14.0/tailwrap-vendor-v0.14.0.tar.gz</location>
</artifact>
</artifacts>
</release>
<release version="0.13.0" date="2023-11-09" urgency="low">
<description>
<p>Simplify the exit node submenu of the tray menu.</p>
</description>
<url>https://github.com/f-koehler/KTailctl/releases/tag/v0.13.0</url>
<artifacts>
<artifact type="source">
<location>https://github.com/f-koehler/KTailctl/archive/refs/tags/v0.13.0.tar.gz</location>
</artifact>
<artifact type="source">
<location>
https://github.com/f-koehler/KTailctl/releases/download/v0.13.0/tailwrap-vendor-v0.13.0.tar.gz</location>
</artifact>
</artifacts>
</release>
<release version="0.12.0" date="2023-11-02" urgency="high">
<description>
<p>Show peer tags where applicable and fix a bug that causes extreme memory consumption over
time.</p>
</description>
<url>https://github.com/f-koehler/KTailctl/releases/tag/v0.12.0</url>
<artifacts>
<artifact type="source">
<location>https://github.com/f-koehler/KTailctl/archive/refs/tags/v0.12.0.tar.gz</location>
</artifact>
<artifact type="source">
<location>
https://github.com/f-koehler/KTailctl/releases/download/v0.12.0/tailwrap-vendor-v0.12.0.tar.gz</location>
</artifact>
</artifacts>
</release>
<release version="0.11.0" date="2023-10-22" urgency="low">
<description>
<p>Features:</p>
<ul>
<li>Overhauled peer details page</li>
<li>Add information page about current host</li>
</ul>
</description>
<url>https://github.com/f-koehler/KTailctl/releases/tag/v0.11.0</url>
<artifacts>
<artifact type="source">
<location>https://github.com/f-koehler/KTailctl/archive/refs/tags/v0.11.0.tar.gz</location>
</artifact>
</artifacts>
</release>
<release version="0.10.0" date="2023-10-18" urgency="medium">
<description>
<p>Features:</p>
<ul>
<li>Add filtering of peer list based on DNS name</li>
<li>Add toggle for exit nodes in peer list</li>
<li>Add button to copy Tailscale SSH command to connect to host</li>
<li>Add different styles of tray icon for better integration in different desktop
environments</li>
<li>Add option to disable tray icon</li>
<li>Add option to select tray icon style</li>
<li>Hide Mullvad nodes from peer list in tray icon</li>
<li>Add two separate menus for self-hosted and Mullvad exit nodes</li>
<li>Group Mullvad nodes in tray menu by country</li>
<li>Add country flags to Mullvad nodes in tray menu</li>
</ul>
<p>Fixes:</p>
<ul>
<li>Sort peers by DNS name instead of hostname</li>
<li>Show DNS name instead of hostname in peer list</li>
</ul>
</description>
<url>https://github.com/f-koehler/KTailctl/releases/tag/v0.10.0</url>
<artifacts>
<artifact type="source">
<location>https://github.com/f-koehler/KTailctl/archive/refs/tags/v0.10.0.tar.gz</location>
</artifact>
<artifact type="source">
<location>
https://github.com/f-koehler/KTailctl/releases/download/v0.10.0/tailwrap-vendor-v0.10.0.tar.gz</location>
</artifact>
</artifacts>
</release>
<release version="0.9.2" date="2023-10-10" urgency="low">
<description>
<p>
No user-facing changes.
</p>
</description>
<url>https://github.com/f-koehler/KTailctl/releases/tag/v0.9.1</url>
<artifacts>
<artifact type="source">
<location>https://github.com/f-koehler/KTailctl/archive/refs/tags/v0.9.1.tar.gz</location>
</artifact>
</artifacts>
</release>
<release version="0.9.1" date="2023-10-10" urgency="medium">
<description>
<p>Fixes:</p>
<ul>
<li>Fix crash when a lot of peers are present (e.g. when enabling the Mullvad extension)</li>
</ul>
</description>
<url>https://github.com/f-koehler/KTailctl/releases/tag/v0.9.1</url>
<artifacts>
<artifact type="source">
<location>https://github.com/f-koehler/KTailctl/archive/refs/tags/v0.9.1.tar.gz</location>
</artifact>
</artifacts>
</release>
<release version="0.9.0" date="2023-10-08" urgency="low">
<description>
<p>Features:</p>
<ul>
<li>Set/unset exit node from tray menu/peer details page</li>
</ul>
<p>Fixes:</p>
<ul>
<li>Compilation on 32bit architectures</li>
</ul>
</description>
<url>https://github.com/f-koehler/KTailctl/releases/tag/v0.9.0</url>
<artifacts>
<artifact type="source">
<location>https://github.com/f-koehler/KTailctl/archive/refs/tags/v0.9.0.tar.gz</location>
</artifact>
<artifact type="source">
<location>
https://github.com/f-koehler/KTailctl/releases/download/v0.9.0/tailwrap-vendor-v0.9.0.tar.gz</location>
</artifact>
</artifacts>
</release>
<release version="0.8.0" date="2023-09-15" urgency="low">
<description>
<p>Features:</p>
<ul>
<li>Add much more logging</li>
</ul>
<p>Fixes:</p>
<ul>
<li>Clarify meaning of advertise exit node setting</li>
</ul>
</description>
<url>https://github.com/f-koehler/KTailctl/releases/tag/v0.8.0</url>
<artifacts>
<artifact type="source">
<location>https://github.com/f-koehler/KTailctl/archive/refs/tags/v0.8.0.tar.gz</location>
</artifact>
<artifact type="source">
<location>
https://github.com/f-koehler/KTailctl/releases/download/v0.8.0/tailwrap-vendor-v0.8.0.tar.gz</location>
</artifact>
</artifacts>
</release>
<release version="0.7.1" date="2023-09-13" urgency="low">
<description>
<p>Fixes:</p>
<ul>
<li>Fixes bug tracker and repository links in the about page</li>
<li>Fix clipboard access from tray menu</li>
</ul>
<p>Chores:</p>
<ul>
<li>Update dependencies</li>
</ul>
</description>
<url>https://github.com/f-koehler/KTailctl/releases/tag/v0.7.1</url>
<artifacts>
<artifact type="source">
<location>https://github.com/f-koehler/KTailctl/archive/refs/tags/v0.7.1.tar.gz</location>
</artifact>
<artifact type="source">
<location>
https://github.com/f-koehler/KTailctl/releases/download/v0.7.1/tailctlpp-vendor-v0.7.1.tar.gz</location>
</artifact>
</artifacts>
</release>
<release version="0.7.0" date="2023-08-01" urgency="low">
<description>
<p>Features:</p>
<ul>
<li>Nice UI improvements by @CarlSchwan: refactors the settings and about page as well as
the sidebar</li>
</ul>
<p>Fixes:</p>
<ul>
<li>Fix a bug when retrieving the Tailscale interface name in order to refresh the global
speed statistics</li>
</ul>
</description>
<url>https://github.com/f-koehler/KTailctl/releases/tag/v0.7.0</url>
<artifacts>
<artifact type="source">
<location>https://github.com/f-koehler/KTailctl/archive/refs/tags/v0.7.0.tar.gz</location>
</artifact>
<artifact type="source">
<location>
https://github.com/f-koehler/KTailctl/releases/download/v0.7.0/tailctlpp-vendor-v0.7.0.tar.gz</location>
</artifact>
</artifacts>
</release>
<release version="0.6.0" date="2023-07-02" urgency="low">
<description>
<p>Features:</p>
<ul>
<li>Deactivate parts of the GUI if tailscaled is not running</li>
<li>Warn user about tailscaled not running</li>
</ul>
</description>
<url>https://github.com/f-koehler/KTailctl/releases/tag/v0.6.0</url>
<artifacts>
<artifact type="source">
<location>https://github.com/f-koehler/KTailctl/archive/refs/tags/v0.6.0.tar.gz</location>
</artifact>
</artifacts>
</release>
<release version="0.5.0" date="2023-06-30" urgency="low">
<description>
<p>Features:</p>
<ul>
<li>Deactivate parts of the GUI if the user is not the Tailscale operator</li>
<li>Warn user about limited functionality if he is not the Tailscale operator</li>
</ul>
</description>
<url>https://github.com/f-koehler/KTailctl/releases/tag/v0.5.0</url>
<artifacts>
<artifact type="source">
<location>https://github.com/f-koehler/KTailctl/archive/refs/tags/v0.5.0.tar.gz</location>
</artifact>
</artifacts>
</release>
<release version="0.4.2" date="2023-06-29" urgency="low">
<description>
<p>Fixes:</p>
<ul>
<li>Update screenshot</li>
<li>Fix some minor issues with the AppStream metadata file</li>
</ul>
</description>
<url>https://github.com/f-koehler/KTailctl/releases/tag/v0.4.2</url>
<artifacts>
<artifact type="source">
<location>https://github.com/f-koehler/KTailctl/archive/refs/tags/v0.4.2.tar.gz</location>
</artifact>
<artifact type="source">
<location>
https://github.com/f-koehler/KTailctl/releases/download/v0.4.2/tailctlpp-vendor-v0.4.2.tar.gz</location>
</artifact>
</artifacts>
</release>
<release version="0.4.1" date="2023-06-27" urgency="low">
<description>
<p>Fixes:</p>
<ul>
<li>Fix some minor issues with the Appstream metadata file</li>
</ul>
<p>Chores:</p>
<ul>
<li>Update <code>golang.org/x/net</code> dependency</li>
</ul>
</description>
<url>https://github.com/f-koehler/KTailctl/releases/tag/v0.4.1</url>
<artifacts>
<artifact type="source">
<location>https://github.com/f-koehler/KTailctl/archive/refs/tags/v0.4.1.tar.gz</location>
</artifact>
<artifact type="source">
<location>
https://github.com/f-koehler/KTailctl/releases/download/v0.4.1/tailctlpp-vendor-v0.4.1.tar.gz</location>
</artifact>
</artifacts>
</release>
<release version="0.4.0" date="2023-06-26" urgency="low">
<description>
<p>Features:</p>
<ul>
<li>Implement Tailscale send from peer list and tray icon</li>
<li>Show both total upload and download speed on statistics page</li>
</ul>
<p>Fixes:</p>
<ul>
<li>Make offline tray icon more visible on Mac OS</li>
<li>Fix clipboard access within tray menu</li>
<li>Keep tray menu more compact by putting peers in submenu</li>
<li>Determine tailscale interface at runtime</li>
<li>Add clipboard icons to indicate information that can be copied</li>
<li>Use <code>getenv</code> instead of <code>secure_getenv</code> on Mac OS</li>
</ul>
<p>Chores:</p>
<ul>
<li>Update to tailscale v1.44.0</li>
</ul>
</description>
<url>https://github.com/f-koehler/KTailctl/releases/tag/v0.4.0</url>
<artifacts>
<artifact type="source">
<location>https://github.com/f-koehler/KTailctl/archive/refs/tags/v0.4.0.tar.gz</location>
</artifact>
<artifact type="source">
<location>
https://github.com/f-koehler/KTailctl/releases/download/v0.4.0/tailctlpp-vendor-v0.4.0.tar.gz</location>
</artifact>
</artifacts>
</release>
<release version="0.3.4" date="2023-06-06" urgency="low">
<description>
<p>Correctly determine default taildrop directory.</p>
</description>
<url>https://github.com/f-koehler/KTailctl/releases/tag/v0.3.4</url>
<artifacts>
<artifact type="source">
<location>https://github.com/f-koehler/KTailctl/archive/refs/tags/v0.3.4.tar.gz</location>
</artifact>
</artifacts>
</release>
<release version="0.3.3" date="2023-06-05" urgency="low">
<description>
<p>Fix missing tray icon.</p>
</description>
<url>https://github.com/f-koehler/KTailctl/releases/tag/v0.3.3</url>
<artifacts>
<artifact type="source">
<location>https://github.com/f-koehler/KTailctl/archive/refs/tags/v0.3.3.tar.gz</location>
</artifact>
</artifacts>
</release>
<release version="0.3.2" date="2023-06-02" urgency="low">
<description>
<p>Fix missing desktop icon in flatpak.</p>
</description>
<url>https://github.com/f-koehler/KTailctl/releases/tag/v0.3.2</url>
<artifacts>
<artifact type="source">
<location>https://github.com/f-koehler/KTailctl/archive/refs/tags/v0.3.2.tar.gz</location>
</artifact>
</artifacts>
</release>
<release version="0.3.1" date="2023-05-31" urgency="low">
<description>
<p>Fix flatpak build.</p>
</description>
<url>https://github.com/f-koehler/KTailctl/releases/tag/v0.3.1</url>
<artifacts>
<artifact type="source">
<location>https://github.com/f-koehler/KTailctl/archive/refs/tags/v0.3.1.tar.gz</location>
</artifact>
<artifact type="source">
<location>
https://github.com/f-koehler/KTailctl/releases/download/v0.3.1/tailctlpp-vendor-v0.3.1.tar.gz</location>
</artifact>
</artifacts>
</release>
<release version="0.3.0" date="2023-05-31" urgency="low">
<description>
<p>Provide access to some Tailscale settings in the settings panel.</p>
</description>
<url>https://github.com/f-koehler/KTailctl/releases/tag/v0.3.0</url>
<artifacts>
<artifact type="source">
<location>https://github.com/f-koehler/KTailctl/archive/refs/tags/v0.3.0.tar.gz</location>
</artifact>
<artifact type="source">
<location>
https://github.com/f-koehler/KTailctl/releases/download/v0.3.0/tailctlpp-vendor-v0.3.0.tar.gz</location>
</artifact>
</artifacts>
</release>
<release version="0.2.0" date="2023-05-24" urgency="low">
<description>
<p>Use Tailscale Go code to manage instead of calling the CLI tool.</p>
</description>
<url>https://github.com/f-koehler/KTailctl/releases/tag/v0.2.0</url>
<artifacts>
<artifact type="source">
<location>https://github.com/f-koehler/KTailctl/archive/refs/tags/v0.2.0.tar.gz</location>
</artifact>
<artifact type="source">
<location>
https://github.com/f-koehler/KTailctl/releases/download/v0.2.0/tailctlpp-vendor-v0.2.0.tar.gz</location>
</artifact>
</artifacts>
</release>
<release version="0.1.8" date="2023-05-18" urgency="low">
<description>
<p>Fix XML error in org.fkoehler.KTailctl.metainfo.xml.</p>
</description>
<url>https://github.com/f-koehler/KTailctl/releases/tag/v0.1.8</url>
<artifacts>
<artifact type="source">
<location>https://github.com/f-koehler/KTailctl/archive/refs/tags/v0.1.8.tar.gz</location>
</artifact>
</artifacts>
</release>
<release version="0.1.7" date="2023-05-18" urgency="low">
<description>
<p>Fix XML error in org.fkoehler.KTailctl.metainfo.xml.</p>
</description>
<url>https://github.com/f-koehler/KTailctl/releases/tag/v0.1.7</url>
<artifacts>
<artifact type="source">
<location>https://github.com/f-koehler/KTailctl/archive/refs/tags/v0.1.7.tar.gz</location>
</artifact>
</artifacts>
</release>
<release version="0.1.6" date="2023-05-18" urgency="low">
<description>
<p>Fix case of appid in *.metainfo.xml.</p>
</description>
<url>https://github.com/f-koehler/KTailctl/releases/tag/v0.1.6</url>
<artifacts>
<artifact type="source">
<location>https://github.com/f-koehler/KTailctl/archive/refs/tags/v0.1.6.tar.gz</location>
</artifact>
</artifacts>
</release>
<release version="0.1.5" date="2023-05-18" urgency="low">
<description>
<p>Fix case for AppData metainfo and desktop file.</p>
</description>
<url>https://github.com/f-koehler/KTailctl/releases/tag/v0.1.5</url>
<artifacts>
<artifact type="source">
<location>https://github.com/f-koehler/KTailctl/archive/refs/tags/v0.1.5.tar.gz</location>
</artifact>
</artifacts>
</release>
<release version="0.1.4" date="2023-05-18" urgency="low">
<description>
<p>Move AppData metainfo file.</p>
</description>
<url>https://github.com/f-koehler/KTailctl/releases/tag/v0.1.4</url>
<artifacts>
<artifact type="source">
<location>https://github.com/f-koehler/KTailctl/archive/refs/tags/v0.1.4.tar.gz</location>
</artifact>
</artifacts>
</release>
<release version="0.1.3" date="2023-05-18" urgency="low">
<description>
<p>Remove config option for Tailscale binary path and incorporate `tailscale` client in
flatpak build.</p>
</description>
<url>https://github.com/f-koehler/KTailctl/releases/tag/v0.1.3</url>
<artifacts>
<artifact type="source">
<location>https://github.com/f-koehler/KTailctl/archive/refs/tags/v0.1.3.tar.gz</location>
</artifact>
</artifacts>
</release>
<release version="0.1.2" date="2023-05-16" urgency="low">
<description>
<p>Complete Appdata manifest.</p>
</description>
<url>https://github.com/f-koehler/KTailctl/releases/tag/v0.1.2</url>
<artifacts>
<artifact type="source">
<location>https://github.com/f-koehler/KTailctl/archive/refs/tags/v0.1.2.tar.gz</location>
</artifact>
</artifacts>
</release>
<release version="0.1.1" date="2023-05-16" urgency="low">
<description>
<p>Fix version info display on about page.</p>
</description>
<url>https://github.com/f-koehler/KTailctl/releases/tag/v0.1.1</url>
<artifacts>
<artifact type="source">
<location>https://github.com/f-koehler/KTailctl/archive/refs/tags/v0.1.1.tar.gz</location>
</artifact>
</artifacts>
</release>
<release version="0.1.0" date="2023-05-16" urgency="low">
<description>
<p>Initial release.</p>
</description>
<url>https://github.com/f-koehler/KTailctl/releases/tag/v0.1.0</url>
<artifacts>
<artifact type="source">
<location>https://github.com/f-koehler/KTailctl/archive/refs/tags/v0.1.0.tar.gz</location>
</artifact>
</artifacts>
</release>
</releases>
</component>