2.2 KiB
2.2 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Unreleased
0.2.0 - 2018.5.25
Change
- Just bump version to 0.2.0 to follow semver.
0.1.5rc1 - 2018.4.28
Added
TorrentFileCreator
class andcreate_torrent_file
shortcut function for write back data to a torrent file
0.1.4 - 2018-04-06
Added
encoding
option can beauto
, which will usechardet
package to decide which encoding to use. Ifchardet
is noe installed, will raise a warning and fallback to 'utf-8'. (Thanks to @ltfychrise)- Add changelog.
Change
- Reorganize test codes/files.
Fixed
- Fix integer filed can't be negative bug. (Thanks to @ltfychrise)
- Fix
_seek_back
method not make_pos
back bug. (Thanks to @ltfychrise)
0.1.3 - 2017-06-21
Added
- Now
UnicodeDecodeError
is wrapped inInvalidTorrentDataException
.
Fixed
- Use
IOError
instead ofFileNotFoundError
in Python 2.
Changed
InvalidTorrentFileException
rename toInvalidTorrentDataException
.
0.1.2 - 2017-06-21
Changed
- Emm, I don't know, I just changed the version code...
0.1.1 - 2017-06-20
Added
- CLI add coding
--coding/-c
option for file string filed encoding.
Changed
ed2k
andfilehash
field now use same structure as 'pieces'.
0.1.0 - 2017-05-23
Added
- Parse torrent from file and data into a dict.
- CLI provided.
- Simple tests.
- Available on pip.