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

1.3.5

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Aug 06:01
· 34 commits to master since this release

Breaking Change (or BUG):

  • config file will be written as a yaml format, no matter the origin format. JUST rename the origin config file to a .yml extention.

Fixes

  • Runtime saved config will keep the yaml keys with cases, as described in the document.
  • Accepts more environment variables (see -h)
  • Start/Stop torrent will set priorities by Pieces, setting each file may slow on torrents with a lot of files.

246f012 torrentStat hold the pointer instead the object, avoid mem align.
f025890 adjust some cmdline arg, accepts more env variables
5aa6e03 fix: set prio. per file too slow; use last stat; engdebug
28fec4d fix: exit on config under not exists dir
9b6d031 optimize config path detect
7d8ff47 fix --conv-yaml func
94e222a update mod
5302556 saved config will now keep keys cases