MonoTorrent 3.0.0-beta.rev0157
See the version list below for details.
dotnet add package MonoTorrent --version 3.0.0-beta.rev0157
NuGet\Install-Package MonoTorrent -Version 3.0.0-beta.rev0157
<PackageReference Include="MonoTorrent" Version="3.0.0-beta.rev0157" />
paket add MonoTorrent --version 3.0.0-beta.rev0157
#r "nuget: MonoTorrent, 3.0.0-beta.rev0157"
// Install MonoTorrent as a Cake Addin #addin nuget:?package=MonoTorrent&version=3.0.0-beta.rev0157&prerelease // Install MonoTorrent as a Cake Tool #tool nuget:?package=MonoTorrent&version=3.0.0-beta.rev0157&prerelease
General
This release has several improvements to how IPv6 support is implemented, adding support for IPv6 Tracker Extension and including support for the latest refresh of both BEP 11 and BEP 15.
Additionally, it is now possible to call TorrentManager.MoveFileAsync
while a torrent is actively downloading, and support for dynamically moving files is compatible with EngineSettings.UsePartialFiles
. There are also several tweaks to BEP52/BEP47 support, improving support for hybrid torrents which contain multiple sequential empty files.
What's Changed
- [core] Fix creating ipv6 uris by @alanmcgovern in https://github.com/alanmcgovern/monotorrent/pull/589
- [IPV6] Support setting multiple listeners and reported endpoints by @alanmcgovern in https://github.com/alanmcgovern/monotorrent/pull/590
- [core] Support ipv4 and ipv6 compact addresses by @alanmcgovern in https://github.com/alanmcgovern/monotorrent/pull/592
- [core] Add full ipv6 support for PeerExchange by @alanmcgovern in https://github.com/alanmcgovern/monotorrent/pull/593
- [ipv6] Add ipv6 udp tracker support by @alanmcgovern in https://github.com/alanmcgovern/monotorrent/pull/594
- [PieceWriter] Add a test covering 'unlimited' open files by @alanmcgovern in https://github.com/alanmcgovern/monotorrent/pull/596
- [core] Refresh the 'AmInterested' status regularly by @alanmcgovern in https://github.com/alanmcgovern/monotorrent/pull/601
- [core] Allow moving files at any point by @alanmcgovern in https://github.com/alanmcgovern/monotorrent/pull/604
- [core] Fix several bugs with 'EngineSettings.UsePartialFiles' by @alanmcgovern in https://github.com/alanmcgovern/monotorrent/pull/608
- [core] Fix a BEP52 related regression by @alanmcgovern in https://github.com/alanmcgovern/monotorrent/pull/611
- [bep52|bep47] Fix file ordering sanity check and padding for empty files by @alanmcgovern in https://github.com/alanmcgovern/monotorrent/pull/612
- Integration tests ipv6 by @alanmcgovern in https://github.com/alanmcgovern/monotorrent/pull/614
- [core] Ratelimiters should allow requests larger than chunk size by @alanmcgovern in https://github.com/alanmcgovern/monotorrent/pull/617
- [ipv6] Use the correct prefix for IPv6 non-compact peers by @alanmcgovern in https://github.com/alanmcgovern/monotorrent/pull/616
- [core] Tweak ratelimiting a little better for low rates by @alanmcgovern in https://github.com/alanmcgovern/monotorrent/pull/618
Full Changelog: https://github.com/alanmcgovern/monotorrent/compare/release-v3.0.0-beta-0106...release-v3.0.0-beta-0157
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 is compatible. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETCoreApp 3.0
- Mono.Nat (>= 3.0.0 && < 4.0.0)
- ReusableTasks (>= 2.0.2 && < 3.0.0)
-
.NETStandard 2.0
- Mono.Nat (>= 3.0.0 && < 4.0.0)
- ReusableTasks (>= 2.0.2 && < 3.0.0)
- System.Memory (>= 4.5.1)
-
.NETStandard 2.1
- Mono.Nat (>= 3.0.0 && < 4.0.0)
- ReusableTasks (>= 2.0.2 && < 3.0.0)
-
net5.0
- Mono.Nat (>= 3.0.0 && < 4.0.0)
- ReusableTasks (>= 2.0.2 && < 3.0.0)
-
net6.0
- Mono.Nat (>= 3.0.0 && < 4.0.0)
- ReusableTasks (>= 2.0.2 && < 3.0.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on MonoTorrent:
Package | Downloads |
---|---|
H.Runners.TorrentRunner
Allows you to download torrents. |
|
BitTorrentStorage
Bit Torrent Storage |
GitHub repositories (11)
Showing the top 5 popular GitHub repositories that depend on MonoTorrent:
Repository | Stars |
---|---|
Sonarr/Sonarr
Smart PVR for newsgroup and bittorrent users.
|
|
Radarr/Radarr
Movie organizer/manager for usenet and torrent users.
|
|
Prowlarr/Prowlarr
Prowlarr is an indexer manager/proxy built on the popular *arr .net/reactjs base stack to integrate with your various PVR apps, supporting management of both Torrent Trackers and Usenet Indexers.
|
|
Lidarr/Lidarr
Looks and smells like Sonarr but made for music.
|
|
Readarr/Readarr
Book Manager and Automation (Sonarr for Ebooks)
|
Version | Downloads | Last updated | |
---|---|---|---|
3.0.3-alpha.unstable.rev0049 | 273 | 9/14/2024 | |
3.0.3-alpha.unstable.rev0024 | 77 | 8/28/2024 | |
3.0.3-alpha.unstable.rev0003 | 105 | 8/19/2024 | |
3.0.2 | 2,839 | 8/4/2024 | |
3.0.1 | 183 | 8/2/2024 | |
3.0.0 | 336 | 7/28/2024 | |
3.0.0-beta.rev0264 | 94 | 7/17/2024 | |
3.0.0-beta.rev0240 | 125 | 6/30/2024 | |
3.0.0-beta.rev0159 | 2,304 | 2/1/2023 | |
3.0.0-beta.rev0157 | 157 | 2/1/2023 | |
3.0.0-beta.rev0106 | 760 | 12/23/2022 | |
3.0.0-beta.rev0104 | 135 | 12/15/2022 | |
3.0.0-beta.rev0102 | 403 | 12/6/2022 | |
3.0.0-beta.rev0068 | 250 | 11/12/2022 | |
3.0.0-beta.rev0064 | 147 | 11/6/2022 | |
3.0.0-beta.rev0050 | 135 | 11/2/2022 | |
3.0.0-beta.rev0034 | 184 | 10/18/2022 | |
3.0.0-beta.rev0015 | 183 | 9/26/2022 | |
3.0.0-beta.rev0010 | 253 | 8/7/2022 | |
3.0.0-beta.rev0000 | 213 | 7/10/2022 | |
3.0.0-alpha.unstable.rev0233 | 151 | 7/8/2022 | |
3.0.0-alpha.unstable.rev0217 | 151 | 6/25/2022 | |
2.0.7 | 87,553 | 12/23/2022 | |
2.0.6 | 5,481 | 7/19/2022 | |
2.0.5 | 16,919 | 3/27/2022 | |
2.0.4 | 321,898 | 1/13/2022 | |
2.0.3 | 1,528 | 12/22/2021 | |
2.0.2 | 1,345 | 12/4/2021 | |
2.0.1 | 5,424 | 10/29/2021 | |
2.0.0 | 15,341 | 5/4/2021 | |
2.0.0-alpha.unstable.rev0193 | 243 | 4/3/2021 | |
2.0.0-alpha.unstable.rev0192 | 217 | 4/2/2021 | |
2.0.0-alpha.unstable.rev0167 | 215 | 3/18/2021 | |
2.0.0-alpha.unstable.rev0147 | 223 | 3/13/2021 | |
2.0.0-alpha.unstable.rev0132 | 228 | 2/25/2021 | |
2.0.0-alpha.unstable.rev0123 | 222 | 2/20/2021 | |
2.0.0-alpha.unstable.rev0122 | 197 | 2/18/2021 | |
2.0.0-alpha.unstable.rev0112 | 225 | 2/17/2021 | |
2.0.0-alpha.unstable.rev0107 | 242 | 2/10/2021 | |
2.0.0-alpha.unstable.rev0037 | 290 | 12/19/2020 | |
2.0.0-alpha.unstable.rev0031 | 273 | 12/18/2020 | |
2.0.0-alpha.unstable.rev0017 | 243 | 12/10/2020 | |
2.0.0-alpha.unstable.build1 | 297 | 12/7/2020 | |
1.0.30 | 1,393 | 1/7/2022 | |
1.0.29 | 11,427 | 2/16/2021 | |
1.0.28 | 6,989 | 11/25/2020 | |
1.0.27 | 1,567 | 11/24/2020 | |
1.0.26 | 1,396 | 11/24/2020 | |
1.0.25 | 1,533 | 11/14/2020 | |
1.0.24 | 2,472 | 8/12/2020 | |
1.0.23 | 2,261 | 7/6/2020 | |
1.0.22 | 5,165 | 5/26/2020 | |
1.0.21 | 2,991 | 4/24/2020 | |
1.0.20 | 1,922 | 4/13/2020 | |
1.0.19 | 23,156 | 3/27/2020 | |
1.0.18 | 2,421 | 3/16/2020 | |
1.0.17 | 1,513 | 3/9/2020 | |
1.0.16 | 1,532 | 3/3/2020 | |
1.0.16-alpha | 1,294 | 2/5/2020 | |
1.0.15 | 1,570 | 2/2/2020 | |
1.0.14 | 1,434 | 1/30/2020 | |
1.0.13 | 1,539 | 1/30/2020 | |
1.0.12 | 1,579 | 1/16/2020 | |
1.0.11 | 4,104 | 1/8/2020 | |
1.0.10 | 2,040 | 12/11/2019 | |
1.0.9 | 1,834 | 12/2/2019 | |
1.0.9-beta | 1,214 | 11/28/2019 | |
1.0.8 | 1,554 | 11/19/2019 | |
1.0.7 | 1,571 | 11/2/2019 | |
1.0.6 | 1,489 | 11/1/2019 | |
1.0.5 | 1,444 | 11/1/2019 | |
1.0.4 | 1,517 | 10/30/2019 | |
1.0.3 | 1,608 | 10/16/2019 | |
1.0.2 | 1,581 | 9/27/2019 | |
1.0.1 | 1,590 | 9/6/2019 | |
1.0.0 | 1,689 | 9/6/2019 | |
0.99.136-beta | 1,273 | 9/6/2019 | |
0.99.134-beta | 1,259 | 9/5/2019 | |
0.99.119-alpha | 1,195 | 9/4/2019 | |
0.9.0 | 10,562 | 6/10/2011 |