Releases: boypt/simple-torrent
1.2.23
1.2.22
Cloud-torrent is actually quite a CPU consuming program, embed MCU like arm7, mips can hardly work normally. So most of those ARCH release are removed from released.
Those binary with _static
suffix are compiled with CGO_ENABLED=0
, for some dependencies can work on both pure go implemention and native-binded. If your distro complains the binary "version GLIBC_2.29 not found"
as in #118 , try the static version.
1a095ca fix: github action have not arm64 chain
ee6c4f1 rewrite github action script
a087c55 script add purego option
ff226c0 update anacrolix/[email protected]
ceb2447 use Tick instead of Sleeps
2cfd6a3 seed ratio: use actual data transfer
1.2.21
c1a9e8d ui: move seeding status
248345b add comment note on panic recover
ac9c4d9 Merge branch 'master' of github.com:boypt/simple-torrent
6bf92df fix panic when loading malformed torrent (#115)
6683c07 ui: move seeding tag inside ex ratio
cd16a5a ui: download data label
3895a0c ui: lable details
6c1b5d1 fix: seeding status
8a34a5d ui change: task botton logic optimiz
bfedfa1 add: task ui turn green when is seeding
1.2.20
1.2.19
1.2.18
FIX: Stop/Start Button finally works as expected, the previous implementation were incorrect. (fix #58 )
ADD: Shows total transferred data at right bottom conner.
5273604 minor word adjust
5304d3b fix: total transfer upload
5a9b856 add conn stat info, minor ui change
0e170de fix: minor rearrange
88461da fix: stopped task still uploading
c1f4e48 fix: stop/start button cannot resume task
1.2.17
If you're experiencing high CPU usage in recent versions, set DisableUTP:true
in this version.
1b0ce71 add switch config: DisableUTP / NoDefaultPortForwarding
a1eb70a use torrent 1.25.1
df46bd5 fix: embed static file path
7c4c300 up go.mod
edde5e5 use go:embed instead of bindata
56a0cf5 get ready for next lib version
8f2a684 update magnet method
1.2.16
fd0c6fa Merge branch 'master' of github.com:boypt/simple-torrent
a6d2d48 fix: CGO_ENABLE=0 may cause high CPU usage
ae04f8b add -trimpath
aae3dad Docker usage: torrent port forwarding and UPNP IGD. (#92)
this release still has high CPU usage issue on Windows, it's related to the DHT process, right after an error message like this.
2021/03/19 09:27:21 error reading Socket PacketConn: read udp4 0.0.0.0:50007: wsarecvfrom: The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.
related issue: #102
1.2.15
2182643 fix: remove donecmd threshold
8dd7da5 fix: clearer log
Note: the DoneCmdThreshold
config and mechanism is now removed, the logic is too buggy and is inappropriate to implement in the program. As the CLD_STARTTS
env variable already set for doneCMD
, the called program is able to calculate the time and decide whether accepting the task.