diff --git a/Cargo.lock b/Cargo.lock index 78c5288..2d63d94 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -643,7 +643,7 @@ dependencies = [ [[package]] name = "dragit" -version = "0.5.3" +version = "0.6.0" dependencies = [ "async-std", "bytesize", diff --git a/Cargo.toml b/Cargo.toml index 366166a..c863c0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dragit" -version = "0.5.3" +version = "0.6.0" authors = ["sireliah"] edition = "2018" build = "build.rs" diff --git a/com.sireliah.Dragit.metainfo.xml b/com.sireliah.Dragit.metainfo.xml index 74d6dc2..d7781b1 100644 --- a/com.sireliah.Dragit.metainfo.xml +++ b/com.sireliah.Dragit.metainfo.xml @@ -15,6 +15,19 @@

+ + +

Updated the discovery behaviour to be more resilient to the network/firewall issues

+

+ 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. +

+

+ 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. +

+
+

Updated all major dependencies to the newest versions.