All Versions
35
Latest Version
Avg Release Cycle
110 days
Latest Release
-

Changelog History
Page 2

  • v0.5.8 Changes

    June 20, 2018
    • โž• Add support for Jinja2 templates (Issue #145, PR #146, thanks @ziima)
    • Cleanup, drop dependency on South (#141, #142 thanks @ziima)
  • v0.5.7 Changes

    May 18, 2018
    • ๐Ÿ‘‰ Use templates for rendering of widgets (Issue #128, #134, PR #133, #139, thanks @ziima)
    • Always defined audio context variable (PR #132, thanks @ziima)
    • โœ… Test against Django 2.1a
    • โšก๏ธ Updated AJAX update docs (PR #140, thanks @CNmanyue)
    • ๐Ÿ›  Fixed a typo in a variable name (PR #130, thanks @galeo)
  • v0.5.6 Changes

    December 02, 2017
    • โšก๏ธ Updated render method to adapt for Django 2.1 (PR #120, thanks @skozan)
    • ๐Ÿ‘Œ Improved compatibility with Django 2.0, tests against Django 2.0a1 (PR #121, thanks @Kondou-ger)
    • โฌ‡๏ธ Dropped support for PIL (use Pillow instead)
    • ๐Ÿ“š Updated documentation (Fixes #122, thanks @claudep)
    • โœ… Test against Django 2.0b1
    • ๐Ÿ›  Return a Ranged Response when returning WAV audio to support Safari (Fixes #123, thanks @po5i)
    • ๐Ÿ›  Optionally inject brown noise into the generated WAV audio file, to avoid rainbow-table attacks (Fixes #124, thanks @appleorange1)
    • โœ… Test against Django 2.0
  • v0.5.5 Changes

    April 05, 2017
    • ๐Ÿš€ I messed the 0.5.4 release, re-releasing as 0.5.5
  • v0.5.4 Changes

    April 05, 2017
    • โœ‚ Removed a couple gremlins (PR #113, thanks @Pawamoy)
    • โž• Added autocapitalize="off", autocorrect="off" and spellcheck="false" to the genreated field (PR #116, thanks @rdonnelly)
    • โœ… Test against Django 1.11
    • โฌ‡๏ธ Drop support of Django 1.7 ("it'll probably still work")
  • v0.5.3 Changes

    October 04, 2016
    • ๐Ÿ›  Ability to pass a per-field challenge generator function (Fixes #109)
    • โž• Added a feature to get captchas from a data pool of pre-created captchas (PR #110, thanks @skozan)
    • ๐Ÿšš Cleanup to remove old code handling timezones for no longer supported Django versions
    • ๐Ÿ›  Fix for "Size must be a tuple" issue with Pillow 3.4.0 (Fixes #111)
  • v0.5.2 Changes

    August 01, 2016
    • ๐Ÿ›  Use any mutliplication uperator instead of "*". (Fixes #77 via PR #104, thanks @honsdomi and @isergey)
    • โœ… Test against Django 1.10
  • v0.5.1 Changes

    • Fine tuning MANIFEST.in
    • ๐Ÿ“ฆ Prevent testproject from installing into site-packages
  • v0.5.0 Changes

    • โž• Adds missing includes in MANIFEST.in
  • v0.4.7 Changes

    • ๐Ÿ‘Œ Supported Django versions are now 1.7, 1.8 and 1.9
    • ๐Ÿ— Trying to fix the TravisCI build errors
    • ๐Ÿ‘‰ Use Django templates to render the individual fields, as well as the assembled Captcha Field (Issue #31)