Skip to content

Releases: rumanzo/bt2qbt

v1.12 Release

30 Mar 21:03
Compare
Choose a tag to compare

New release adapted for qBittorrent 4.4.X
Refactored and covered with tests

Fix:

  • correctly handling saving paths #33
  • respect Caption field of resumeItems #32
  • Realized support for torrent files on windows share and save paths with windows share. described here
  • Many fixes for mappedFiles and subfolder\nosubfolder schemes

Other:

  • Realized support for magnet link
  • Adapted for latest qBittorrent release 4.4.2
  • Support for renamed files inside utorrent (even if they was moved in another directory)
  • Changed replace flag condition
  • About ~2300 rows of tests was introduced
  • Update Readme
  • Introduced version, commit, build date, buid docker container with new flag version
  • Introduced make file for test and build
  • Dockerized build
  • Golang 1.18.0
  • Dropped support for macos (darwin) i386 version

v1.11 Release

07 May 17:23
2ddae8f
Compare
Choose a tag to compare

Fix:

  • Fix incorrect defining qbt-hasRootFolder and trimming file separator from the end of path field in resume.dat file.

Other:

  • Update Readme
  • Add new warning message on start
  • Add ability to transfer torrents with renamed files
  • Golang 1.16.4 build

v1.10 Release

14 Mar 18:03
Compare
Choose a tag to compare

Fix:

  • Fix for remaining size and size (corrent filling piecepriority field)

Other:

  • Update Readme
  • Golang 1.16.2 build

v1.9 Release

10 Jan 13:58
Compare
Choose a tag to compare

Fix:

Improvements:

  • Transfer torrent modified names dc09cc4

Other:

v1.8 Release

27 Oct 06:27
c2359e3
Compare
Choose a tag to compare

Fix:

  • Fix regex. #21

v1.7 Release

26 Oct 20:43
11d34f5
Compare
Choose a tag to compare

Stable version

Fix:

  • Detect abs paths for windows fileshare. #21

v1.6 Release

05 Jul 19:56
885c0ff
Compare
Choose a tag to compare

Stable version

Fix:

  • Correct file priority counting. #16
  • Replace mapped files separator if defined (migration) #17

v1.5 Release

23 Apr 22:59
Compare
Choose a tag to compare

Stable version

Fix:

  • piece_priority field fix for fastresume

v1.4 Release

15 Apr 21:03
ef379f8
Compare
Choose a tag to compare

Stable version

Feature:

  • Adapt for new libtorrent 1.2.5.0 version ( qBittorrent v4.2.0+)
  • go 1.14.2 build

v1.3 Release

04 Apr 14:22
Compare
Choose a tag to compare

Stable version

Feature:

  • Moved to another flags library (go-flags)
  • Split to modules
  • Reworked replace paths logic
  • Add search torrents support
  • Add change separator feature
  • Update help and readme
  • go 1.14.1 build