1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
srptools changelog
==================
v1.0.1 [2020-09-12]
-------------------
! Dropped QA for Python 2.
* Now context.get_common_password_hash handles inner hashes with leading zeros correctly.
v1.0.0
------
! Dropped QA for Python 3.3 and 3.4.
* No functional changes. Celebrating 1.0.0.
v0.2.0
------
* Fixed unable to install into envs with 'six' unavailable
+ Added 'preset' CLI option
* Improved compatibility with other implementations.
v0.1.1
------
* Hex strings are now even-length.
* Fixed shareable hashed values with leading zeros issue.
v0.1.0
------
+ Basic functionality.
|