Skip to content

Releases: jslay88/qbt_migrate

2.3.2

28 Dec 15:31
597ef9a
Compare
Choose a tag to compare
2.3.2 (#64)

* Fix qBt-savePath, again #61 
* Update Docker image to Python 3.11
* Update tests to Python 3.11

2.3.1

03 Jun 09:19
d8df9a8
Compare
Choose a tag to compare
2.3.1 (#56)

* Update README
  * Changed description
  * Added "quit qBittorrent" note
  * Added Docker `BT_backup` path
* Added support for `qBt-downloadPath` (#59 ) (#58 )
* Fixed `bt-backup-path` CLI (#60 ) (#57 )

2.3.0

02 May 07:41
a57b15d
Compare
Choose a tag to compare
2.3.0 (#54)

* Replaces `os` with `pathlib.Path` for disk level actions.
* Adds `enums.TargetOS`
* Bump testing and development to 3.10
* Add development requirements to `pyproject.toml`
* Replaces `re.match` with `re.search` for `fastresume` discovery when using Regex patterns 
* Adds emojis and cleans up INFO and DEBUG log outputs.
* Adds `-v` and `--version` for version print.

2.2.1

17 Apr 08:57
6592095
Compare
Choose a tag to compare
2.2.1 (#46)

* Add regex help info to README (#45)

* Added usage example for regex (#47)

* Fix more issues when save_path or qBt-savePath keys are missing from fastresume (#44)

* Fixes #43 - Handle fastresume files when one of the save_path or qBt-savePath keys are missing, and set both keys using the value from the available key.

2.2.0

16 Apr 03:13
e11bbf3
Compare
Choose a tag to compare
2.2.0 (#42)

* Regex Support #29 #23

2.1.6

15 Apr 08:32
98caa3b
Compare
Choose a tag to compare
2.1.6 (#40)

* Fixes #32 with #33
* Fixes `BT_Backup` -> `BT_backup` in docs and strings.

v2.1.5

12 Apr 04:57
8a9e84d
Compare
Choose a tag to compare
  • Adds unit tests for better stability between updates
  • Fixes backup archive
  • Fixes path replacement within mapped_files

v2.1.4

21 Feb 10:25
Compare
Choose a tag to compare
  • Only archive/backup fastresume and torrent files.

v2.1.3

21 Feb 09:58
b378cc0
Compare
Choose a tag to compare
  • Better code around backup_directory
  • fastresume backup zip now stores inside BT_BACKUP_PATH

v2.1.2

13 Feb 06:00
c5949df
Compare
Choose a tag to compare

Fixes:

  • #16

  • #14

  • #12

  • #11

  • #10

  • Adds more information about escape characters and Windows paths when using a Linux/Mac shell

  • Adds information about trailing slashes when moving Windows <-> Linux.