-
Notifications
You must be signed in to change notification settings - Fork 8
/
com.github.ztefn.haguichi.metainfo.xml.in.in
124 lines (124 loc) · 7.08 KB
/
com.github.ztefn.haguichi.metainfo.xml.in.in
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
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>@APP_ID@</id>
<metadata_license>CC0</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
<name translate="no">@APP_NAME@</name>
<summary>Manage your Hamachi networks</summary>
<description>
<p>Haguichi makes it a breeze to join, create and administer Hamachi networks.</p>
<p>Features:</p>
<ul>
<li>Searchable, sortable and collapsible network list</li>
<li>Sidebar for easy access to details and actions</li>
<li>Indicator support for quick access to primary actions</li>
<li>Desktop notifications to stay up to date of network events</li>
<li>Commands that can be completely customized</li>
<li>Backup and restore of your Hamachi configuration folder</li>
</ul>
<p><em>Please note: Requires installation of Hamachi on the system in order to use.</em></p>
</description>
<screenshots>
<screenshot type="default">
<caption>View your network list and client information</caption>
<image scale="2">https://haguichi.net/appdata/screenshot-1.png</image>
</screenshot>
<screenshot>
<caption>View selected member details</caption>
<image scale="2">https://haguichi.net/appdata/screenshot-2.png</image>
</screenshot>
<screenshot>
<caption>View selected network details</caption>
<image scale="2">https://haguichi.net/appdata/screenshot-3.png</image>
</screenshot>
<screenshot>
<caption>Search your network list</caption>
<image scale="2">https://haguichi.net/appdata/screenshot-4.png</image>
</screenshot>
<screenshot>
<caption>Join or create networks</caption>
<image scale="2">https://haguichi.net/appdata/screenshot-5.png</image>
</screenshot>
</screenshots>
<supports>
<control>keyboard</control>
<control>pointing</control>
<control>touch</control>
</supports>
<recommends>
<internet>always</internet>
</recommends>
<requires>
<display_length compare="ge">360</display_length>
</requires>
<branding>
<color type="primary" scheme_preference="light">#ffdbbc</color>
<color type="primary" scheme_preference="dark">#910e08</color>
</branding>
<content_rating type="oars-1.1" />
<launchable type="desktop-id">@[email protected]</launchable>
<releases>
<release version="1.5.1" date="2024-12-01">
<url>https://haguichi.net/news/release151/</url>
<description translate="no">
<p>Haguichi 1.5.1 has put on its bow tie and is ready to celebrate the holiday season:</p>
<ul>
<li>Modernized layout for all input dialogs.</li>
<li>Now using Adw.Dialog as base for all dialogs when libadwaita 1.6 is available.</li>
<li>Now using Adw.Spinner instead of Gtk.Spinner when libadwaita 1.6 is available.</li>
<li>Fixed showing commands menu button if there is only one item present.</li>
<li>Added support for Ptyxis.</li>
<li>Added Finnish translation (thanks to Jiri Grönroos).</li>
<li>Updated Indonesian and Russian translation.</li>
<li>Other minor fixes and improvements.</li>
</ul>
</description>
</release>
<release version="1.5.0" date="2024-07-20">
<url>https://haguichi.net/news/release150/</url>
<description translate="no">
<p>Haguichi 1.5.0 has been rebuild completely from the ground up featuring a redesigned user interface that takes advantage of GTK 4 and libadwaita:</p>
<ul>
<li>Implemented Adw.OverlaySplitView to display the network list and sidebar side by side or as an overlay.</li>
<li>Added support for color schemes offering dark, light or system preferred scheme.</li>
<li>Ported the network list from deprecated Gtk.TreeView to Gtk.ListView.</li>
<li>Rearranged "Add Network" and "Refresh" buttons as floating overlay buttons above the network list.</li>
<li>Created new "Change Access" dialog for networks to set lock and approval mode combined.</li>
<li>Improved sidebar layout based on Adw.ActionRows.</li>
<li>Implemented Adw.PreferencesWindow making all preferences searchable.</li>
<li>Moved configuration and nickname settings to preferences window.</li>
<li>Added support for drag and drop to reorder configured commands in preferences window.</li>
<li>Added info button to the "Add Command" and "Edit Command" dialogs to show all available command variables in a popover.</li>
<li>Now making use of Toasts for any in-app notifications.</li>
<li>Utilized Gtk.Builder UI definitions to describe nearly all interface objects and eliminate lots of boilerplate code.</li>
<li>Added support for multiple search terms by separating them using a "⎵" (space) or "+" (plus) to find only results matching both terms and by using a "," (comma) to find results matching either term.</li>
<li>Now displays a message if there are no results found instead of showing an empty network list.</li>
<li>Online and total member count in sidebar now includes the client itself.</li>
<li>Networks are now automatically selected immediately after you create or join them.</li>
<li>Hamachi is now automatically restarted if the hamachi set-pass command hangs when changing the network password.</li>
<li>Reimplemented indicator to communicate with the SNI D-Bus interface directly and drop dependency on appindicator libraries that don't support GTK 4.</li>
<li>Implemented Xdp.Portal to request permission to run in the background and to set background status when doing so.</li>
<li>Renamed --hidden command line option to --background or -b for short.</li>
<li>Changed accelerator to open preferences to Control+, following the GNOME standard for keyboard shortcuts.</li>
<li>Changed default network list update interval to 30 seconds.</li>
<li>Added support for zstd compressed tar archives when saving and restoring configuration backups.</li>
<li>Added line "StartupNotify=true" to .desktop file so that a spinning cursor is shown on launch.</li>
<li>Now using standard GLib functions for message logging so that important errors are written to the system logs.</li>
<li>Updated Brazilian Portuguese, Dutch, Japanese, Lithuanian, Spanish and Ukrainian translations.</li>
</ul>
</description>
</release>
</releases>
<url type="homepage">https://haguichi.net</url>
<url type="bugtracker">https://github.com/ztefn/haguichi/issues</url>
<url type="faq">https://haguichi.net/faq/</url>
<url type="help">https://haguichi.net/tips-and-tricks/</url>
<url type="donation">https://haguichi.net/donate/</url>
<url type="translate">https://translations.launchpad.net/haguichi</url>
<url type="vcs-browser">https://github.com/ztefn/haguichi</url>
<developer id="com.stephenbrandt">
<name translate="no">Stephen Brandt</name>
</developer>
<update_contact>[email protected]</update_contact>
<translation type="gettext">@GETTEXT_PACKAGE@</translation>
</component>