-
Notifications
You must be signed in to change notification settings - Fork 4
/
com.sireliah.Dragit.metainfo.xml
74 lines (74 loc) · 3.05 KB
/
com.sireliah.Dragit.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
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>com.sireliah.Dragit</id>
<name>Dragit</name>
<summary>Intuitive file sharing app for local network</summary>
<metadata_license>MIT</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
<url type="homepage">https://github.com/sireliah/dragit</url>
<description>
<p>
Dragit is an application for intuitive file sharing between devices. Useful when you want to send file from one computer to another with minimal effort. No need to sign-up, create configuration or look up the IP address of the target device. The application automatically detects devices in the local network with help of mDNS protocol and allows you to send file immediately.
</p>
<p>
The file transfer is encrypted and there are no external servers involved - Dragit was designed with privacy in mind.
</p>
</description>
<releases>
<release version="0.7.1" date="2023-07-30">
<description>
<p>Improved handling of already existing files</p>
</description>
</release>
<release version="0.7.0" date="2022-09-24">
<description>
<p>Made it possible to send folders.</p>
</description>
</release>
<release version="0.6.3" date="2022-06-27">
<description>
<p>Reduced the memory usage when sending large files.</p>
<p>Updated the icon to match GNOME standards.</p>
</description>
</release>
<release version="0.6.2" date="2022-05-26">
<description>
<p>Updated dependencies.</p>
</description>
</release>
<release version="0.6.1" date="2021-06-27">
<description>
<p>Made Dragit check firewalld config when the application is started.</p>
</description>
</release>
<release version="0.6.0" date="2021-06-02">
<description>
<p>Updated the discovery behaviour to be more resilient to the network/firewall issues.</p>
<p>
Fixed the bug with connection hanging when you rejected the file.
Watch out, this change is not backward compatible, so make sure to update Dragit on all of your devices.
</p>
<p>
Added notification when Dragit is waiting for the file to be accepted.
This was indeed required, because one might have wondered if the program got the file or not.
</p>
</description>
</release>
<release version="0.5.3" date="2021-04-28">
<description>
<p>Updated all major dependencies to the newest versions.</p>
<p>This includes libp2p, gtk and several others.</p>
</description>
</release>
<release version="0.5.0" date="2021-03-06">
<description>First release in Flatpak</description>
</release>
</releases>
<launchable type="desktop-id">com.sireliah.Dragit.desktop</launchable>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/sireliah/dragit/master/static/dragit_screen.png</image>
</screenshot>
</screenshots>
<content_rating type="oars-1.1"/>
</component>