Simple Torrent - Package Updates
Pinned
Simple Torrent
-
[2.5.4]
- Update Simple Torrent to 1.2.17
- Full changelog
- add switch config: DisableUTP / NoDefaultPortForwarding
- use torrent 1.25.1
- fix: embed static file path
- up go.mod
- use go:embed instead of bindata
- get ready for next lib version
- update magnet method
-
[2.5.8]
- Update Simple Torrent to 1.2.21
- ui: move seeding status
- add comment note on panic recover
- Merge branch 'master' of github.com:boypt/simple-torrent
- fix panic when loading malformed torrent (#115)
- ui: move seeding tag inside ex ratio
- ui: download data label
- ui: lable details
- fix: seeding status
- ui change: task botton logic optimiz
- add: task ui turn green when is seeding
-
[2.6.0]
- Update Simple Torrent to 1.3.0
- Config option: AllowRuntimeConfigure (default: true)
- Config option: MaxConcurrentTask(default: 0, unlimited)
- Config option: SeedTime(default: 0, unlimited)
- Realtime data can be transfered over Eventstream (original) or Websocket, the lighting bolt button at right top to swith on/off.
- Move torrents to .trashTorrent dir on deleting a task, instead of actually removal
- DoneCmd environment variable add CLD_FILENUM, file number count of the task
- Listening Host aceepts unix sockets(--host=unix:/run/cld.socks) fix #110
- Enable Mmap storage on 64bit machines, could reduce IO pressure.
- DoneCMD process output logs in realtime
- Download section refresh manually
- Optimized UI loading process
- reverted jsonpatch lib which caused high cpu usage.
- Config option: TrackerListURL change to TrackerList, allowing specifying trackers locally.