-
Notifications
You must be signed in to change notification settings - Fork 139
/
me.kozec.syncthingtk.appdata.xml
116 lines (116 loc) · 3.91 KB
/
me.kozec.syncthingtk.appdata.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
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2018-2019 kozec -->
<component type="desktop-application">
<id>me.kozec.syncthingtk</id>
<translation type="gettext">syncthing-gtk</translation>
<name>Syncthing GTK</name>
<summary>GUI and notification area icon for Syncthing</summary>
<developer_name>kozec</developer_name>
<description>
<p>
Supported Syncthing features:
</p>
<ul>
<li>Everything what WebUI can display</li>
<li>Adding/editing/deleting nodes</li>
<li>Adding/editing/deleting repositories</li>
<li>Restart/shutdown server</li>
<li>Editing daemon settings</li>
</ul>
<p>
Additional features:
</p>
<ul>
<li>First run wizard for initial configuration</li>
<li>Running Syncthing daemon in background</li>
<li>Half-automatic setup for new nodes and repositories</li>
<li>Nautilus (a.k.a. Files), Nemo and Caja integration</li>
<li>Desktop notifications</li>
</ul>
</description>
<kudos>
<kudo>ModernToolkit</kudo>
</kudos>
<project_license>GPL-2.0</project_license>
<metadata_license>CC0-1.0</metadata_license>
<url type="homepage">https://github.com/syncthing/syncthing-gtk/</url>
<url type="bugtracker">https://github.com/syncthing/syncthing-gtk/issues</url>
<url type="donation">https://liberapay.com/kozec</url>
<url type="translate">https://www.transifex.com/syncthing-gtk/syncthing-gtk/</url>
<screenshots>
<screenshot type="default">
<caption>Main Application Window</caption>
<image height="483" width="987">http://i.imgur.com/RTRgRdC.png</image>
</screenshot>
</screenshots>
<content_rating type="oars-1.1">
<content_attribute id="social-info">moderate</content_attribute>
</content_rating>
<releases>
<release date="2018-11-13" version="v0.9.4.3">
<description>
<p>
Changes:
</p>
<ul>
<li>Fixed support for write-only folder :)</li>
</ul>
</description>
</release>
<release date="2018-09-23" version="v0.9.4.2">
<description>
<p>
Changes:
</p>
<ul>
<li>Added support for write-only folder</li>
</ul>
</description>
</release>
<release date="2018-09-11" version="v0.9.4.1">
<description>
<p>
Changes:
</p>
<ul>
<li>Improved desktop notifications and added buttons for quick responses (thanks @bebehei)</li>
<li>Improved display on small displays</li>
</ul>
<p>
Fixes:
</p>
<ul>
<li>Fixes for better compatibility with NixOS</li>
<li>Added missing dependencies to AppImage</li>
</ul>
</description>
</release>
<release date="2018-06-05" version="v0.9.4">
<description>
<p>
Syncthing v0.14.47 and later supports filesystem monitoring by itself, so monitoring by Syncthing-GTK is no longer needed and got removed.
</p>
<p>
Your setting should be converted automatically when Syncthing-GTK starts up and you can configure monitoring done by Syncthing in same dialog as monitoring done by Syncthing-GTK before. In other words, it's a change you shouldn't notice.
</p>
<p>
Changes:
</p>
<ul>
<li>Warning message is displayed in terminal when status icon cannot be used</li>
<li>Added --nofinddaemon option to setup.py</li>
<li>Removed Autostart option on Gnome</li>
</ul>
<p>
Fixes:
</p>
<ul>
<li>Replaced deprecated configuration values (thanks @AudriusButkevicius)</li>
<li>Missing icons when starting from syncthing-gtk.py script.</li>
<li>AppImage now includes everything...</li>
</ul>
</description>
</release>
</releases>
<launchable type="desktop-id">syncthing-gtk.desktop</launchable>
</component>