summarylogtreecommitdiffstats
path: root/CHANGES
blob: c143312f36ada52cc9ea4ca5968d8accb468d58d (plain)
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Changlog
========

The changelog of Captcha.

Version 0.4
-----------

Released on Mar 15, 2022

- Fix "'float' object cannot be interpreted as an integer" in Python 3.10.0


Version 0.3
-----------

Released on Nov 6, 2018

- Support Python 3.5, 3.6, 3.7

Version 0.2.4
-------------

Released on Jul 14, 2017

- Fix compatibility with PIL

https://github.com/lepture/captcha/pull/18

Version 0.2.3
-------------

Released on Jun 21, 2017

- Fix image width bug
- Fix non-integer error

Version 0.2.2
-------------

Released on Mar 17, 2017

- Fix memory leak


Version 0.2.1
-------------

Released on Oct 4, 2015.

- Fix AudioCaptcha in Python 3
- Improve ImageCaptcha


Version 0.2
-----------

Released on Aug 12, 2015.

- File format of Image CAPTCHA can be specified


Version 0.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


Version 0.1
-----------

Released on Nov 27, 2014, the very first release.