* Fixed md5 hash format (https://github.com/resync/resync/issues/25) * Added support for sha-1 and sha-256 hashes
1.0.5
* Fixed to support non-ASCII URIs/filenames (https://github.com/resync/resync/issues/22) * Added tests for Python 3.6 * Temporarily disabled tests for Python 2.6 due to problems with coverage (https://github.com/resync/resync/issues/23)
1.0.4
* pep8 formatting * Added contributing note
1.0.3
* drop python 3.3 support in favor of 3.4+ (and 2.7) because Tornado requires a more up-to-date SSL module than 3.3
1.0.2
* Python 3 fixes in resync-explorer * Improved test coverage * pep257 formatting
1.0.1
* Work with Python 2 (2.6/2.7) and Python 3 (3.3/3.4/3.5) * Improved test coverage * Use defusedxml for safer XML parsing * Changed parameter str to str_data in ListBase.parse(), str still supported but deprecated. Issue pointed out by uweschmitt