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

1.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Jul 07:48
· 90 commits to master since this release

NOTE: Update your Nginx config if deployed
SEE WIKI Page: https://github.com/boypt/simple-torrent/wiki/ReverseProxy#nginx

Add:

  • 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.

Removed:

  • removed PendingBoot mechanism.

Modified:

  • 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.