Releases: rumanzo/bt2qbt
Releases · rumanzo/bt2qbt
v1.12 Release
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
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
Fix:
- Fix for remaining size and size (corrent filling piecepriority field)
Other:
- Update Readme
- Golang 1.16.2 build
v1.9 Release
v1.8 Release
Fix:
- Fix regex. #21
v1.7 Release
v1.6 Release
v1.5 Release
Stable version
Fix:
- piece_priority field fix for fastresume
v1.4 Release
Stable version
Feature:
- Adapt for new libtorrent 1.2.5.0 version ( qBittorrent v4.2.0+)
- go 1.14.2 build
v1.3 Release
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