- db6ac6d Go back to using cryptography due to https://www.cvedetails.com/cve/CVE-2013-7459/ - c70ad51 Allow users to override password (thanks alairock)
0.4.4
- Optionally outputs cookies to a file compatible with cURL (thanks to Muntashir Al-Islam!)
0.4.3
Not secure
- Consistently use Chrome as default across platforms, allow user to specify Chromium as desired (thanks jtbraun)
0.4.0
Not secure
- Remove compatibility for Python <3.5 - Add type hints - Refactor for smaller functions - Expand docstrings - Revert from `cryptography` back to `PyCrypto` and `hashlib` for easier installation.
0.3.4
Not secure
- Add support for new Ubuntu keyring / libsecret - See <https://github.com/n8henrie/pycookiecheat/issues/12> for details - Many thanks to stat1c1c3au and trideceth12 for contributions
0.3.0
- Use [`cryptography`](https://cryptography.io/en/latest/) instead of `pycrypto` (thanks to [Taik](https://github.com/Taik)!) - Seems to be [significantly faster](https://github.com/n8henrie/pycookiecheat/pull/11#issuecomment-221950400) - Works with PyPy >= 2.6.0 (no support for PyPy3 yet)