88 lines
1.1 KiB
ReStructuredText
88 lines
1.1 KiB
ReStructuredText
Changelog
|
|
=========
|
|
|
|
.. rst-class:: lead
|
|
|
|
Here lists the release notes of python captcha library.
|
|
|
|
----
|
|
|
|
|
|
v0.5.0
|
|
------
|
|
|
|
Released on Jul 29, 2023
|
|
|
|
- Fix for ``Pillow >= 10``, via :issue:`63`
|
|
- Drop support for Python bellow 3.8
|
|
- Add type hints
|
|
|
|
v0.4
|
|
----
|
|
|
|
Released on Mar 15, 2022
|
|
|
|
- Fix "'float' object cannot be interpreted as an integer" in Python 3.10.0
|
|
|
|
|
|
v0.3
|
|
----
|
|
|
|
Released on Nov 6, 2018
|
|
|
|
- Support Python 3.5, 3.6, 3.7
|
|
|
|
v0.2.4
|
|
------
|
|
|
|
Released on Jul 14, 2017
|
|
|
|
- Fix compatibility with PIL, via :pull:`18`
|
|
|
|
v0.2.3
|
|
------
|
|
|
|
Released on Jun 21, 2017
|
|
|
|
- Fix image width bug
|
|
- Fix non-integer error
|
|
|
|
v0.2.2
|
|
------
|
|
|
|
Released on Mar 17, 2017
|
|
|
|
- Fix memory leak
|
|
|
|
|
|
v0.2.1
|
|
------
|
|
|
|
Released on Oct 4, 2015.
|
|
|
|
- Fix AudioCaptcha in Python 3
|
|
- Improve ImageCaptcha
|
|
|
|
|
|
v0.2
|
|
----
|
|
|
|
Released on Aug 12, 2015.
|
|
|
|
- File format of Image CAPTCHA can be specified
|
|
|
|
|
|
v0.1.1
|
|
------
|
|
|
|
Released on Dec 2, 2014, this is a bugfix release.
|
|
|
|
- Use cStringIO in Python 2 instead of BytesIO
|
|
- Fix random.randint for Python 3
|
|
- Add font_sizes parameters for ImageCaptcha when width is too small
|
|
|
|
|
|
v0.1
|
|
----
|
|
|
|
Released on Nov 27, 2014, the very first release.
|