Skip to content

Commit

Permalink
Bump the version to the 0.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
sireliah committed Jun 1, 2021
1 parent 92db12b commit 5d19b44
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dragit"
version = "0.5.3"
version = "0.6.0"
authors = ["sireliah"]
edition = "2018"
build = "build.rs"
Expand Down
13 changes: 13 additions & 0 deletions com.sireliah.Dragit.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,19 @@
</p>
</description>
<releases>
<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>
Expand Down

0 comments on commit 5d19b44

Please sign in to comment.