Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Releases: boypt/simple-torrent

1.2.23

10 May 01:06
Compare
Choose a tag to compare

79db15d fix: #119 embed fs path error

1.2.22

06 May 07:40
Compare
Choose a tag to compare

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

26 Apr 01:08
Compare
Choose a tag to compare

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

21 Apr 06:41
Compare
Choose a tag to compare

f0b898b fix #113 : a malformed magnet may cause lock unreleased

1.2.19

19 Apr 01:30
Compare
Choose a tag to compare

9cc5947 logs at new task
9b9f939 fix #114 , connstat routine sync
f16239e minor simplify
e8baca4 clean vars

1.2.18

15 Apr 01:17
Compare
Choose a tag to compare

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

12 Apr 05:51
Compare
Choose a tag to compare

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

19 Mar 01:24
Compare
Choose a tag to compare

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

05 Mar 06:29
Compare
Choose a tag to compare

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.

1.2.14

23 Feb 06:10
Compare
Choose a tag to compare

b6dc3cb fix: cocorrent req may couse double close of channel
f73f974 go.mod needs deps
cf13ab0 update dep