torrt changelog
===============


v0.14.0 [2020-08-01]
--------------------
! Dropped QA for Python 3.5. Added QA for 3.8.
! Dropped support for Python 2.
+ Add --dump switch for 'add_torrent' command.
+ Add mirrors for casstudio and kinozal (see #55).
+ Added tools to extract additional information from torrent pages.
+ RPC. Try to preserve list of excluded files.
* Anilibria. Improved series range picking.
* Fixed automatic PRC enable on configuration.


v0.13.1 [2020-02-16]
--------------------
* Anilibria. Switched to API.
* Fixed Transmission RPC 'add_torrent()' regression.


v0.13.0 [2019-09-22]
--------------------
+ Telegram bots. Batch messages for /list command.
* Anilibria. Qualities picking related changes.
* Py2/3 compat impovements.


v0.12.0
-------
+ New commands for Telegram bot.
* Improved CasStudio tracker support.


v0.11.1
-------
* Fixed CasStudio tracker support.


v0.11.0
-------
+ Added CasStudio tracker support.
+ Bots subsystem added featuring Telegram bot.
+ Public tracker registration made optional.
* AniLibria.tv new page layout adoption and quality picker improvements.
* Telegram notifier improved.


v0.10.1
-------
* Py3 compatibility improvements.


v0.10.0
-------
+ Added AniLibria tracker.


v0.9.1
------
* Py3 compatibility improved.


v0.9.0
------
* Fixed another rutracker login issue.
+ QBittorrent RPC support.


v0.8.0
------
+ Added kinozal.tv tracker.
+ Basic Python 3 support.


v0.7.1
------
* Fixed rutracker login issue.


v0.7.0
------
+ Deluge plugin updated
+ Rutor plugin updated


v0.6.0
------
* rutracker mirror list updated
* nnm club mirror list updated
+ Implemented mirror domain availability discovery


v0.5.0
------
* IMPORTANT: Torrent parsing switched from `libtorrent` to `torrentool`.
+ CLI: launcher script is now crossplatform.
* CLI: `torrt walk` output made less verbose and mode structured.


v0.4.2
------
* Torrents without URL in comment won't issue exceptions anymore.
* Added request timeout, defaults to 10 sec.
* IMPORTANT: HTML parsing now requires `lxml` module.
* `--verbose` option now works with all commands.


v0.4.1
------
* Fixed rutracker torrents download.


v0.4.0
------
+ Implemented tracker mirrors support.
* --version command arg made py3 compatible.
* rutracker.org torrent file download fix.


v0.3.0
------
+ Implemented Notifications subsystem.
* get_registerd_torrents() is deprecated in favor of get_registered_torrents().


v0.2.3
------
* Now removes outdated torrents from torr when walking.


v0.2.2
------
* Now less verbose.
* Now removes outdated torrents from clients when walking from CLI.


v0.2.1
------
+ `list_rpc` console command now shows statuses.
* Fixed nnm-club tracker auth procedures.
* Walk mechanics improved.


v0.2.0
------
+ Implemented uTorrent crippled RPC support.


v0.1.0
------
+ Basic functionality.