Skip to content

v1.0.10

Compare
Choose a tag to compare
@alanmcgovern alanmcgovern released this 11 Dec 16:20
· 1103 commits to master since this release

General

  • The correct events are raised when hashing is paused/resumed.
  • When a TorrentManager is stopped all the files associated with it should be reliably closed.
  • The bitfield representing the completion status of a TorrentFile is always accurately refreshed when partial downloading is enabled and that TorrentFile is marked as DoNotDownload.
  • Minor improvements to the SuperSeeding mode.
  • Fixed an issue when downloading torrents using an infohash instead of the full .torrent file. If a peer connection was in the middle of the initial handshake process when the final metadata piece was received, the connection would not be updated appropriately.
  • Small tweaks to EndGame mode to ensure it always respects file prioritisation (i.e. files marked as DoNotDownload).