Skip to content

Releases: huacnlee/rucaptcha

v3.2.3

04 Jan 02:22
Compare
Choose a tag to compare

What's Changed

  • Release new version for support Ruby 3.3.

v3.2.2

16 Oct 09:39
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.1...v3.2.2

v3.2.1

09 Jun 07:39
Compare
Choose a tag to compare

Changes

  • Add line, noise options for allows to enable or disable line and noise.
  • Add format option (default: png) for config image format.

Now, noise default is disabled, and default image format changed from jpeg to png.

v3.1.4

11 Jan 10:51
Compare
Choose a tag to compare
  • Bump binary for x86_64-linux-musl for support use on Alpine Linux.

Full Changelog: v3.1.3...v3.1.4

v3.1.3

10 Jan 02:44
Compare
Choose a tag to compare
  • Fix gem release binary for Ruby 3.2.0

Full Changelog: v3.1.2...v3.1.3

v3.1.0

05 Nov 16:19
Compare
Choose a tag to compare
  • Reduce default image size to 220x70 for performance, and let read more complex.
  • Change output from PNG to JPEG.

Improve performance:

  • RuCaptcha v3.0.3 - 3.181.238 i/s
  • RuCaptcha v3.1.0 - 526.350 i/s

New image example

rucaptcha-test rucaptcha-test rucaptcha-test

v3.0.2

18 Oct 04:46
Compare
Choose a tag to compare
  • Improve image drawing style with draw filled cycle.
  • Add more colors.

v3.0.0

13 Oct 13:56
Compare
Choose a tag to compare

New feature

  • Switch to use Rust as Backend and precompile native gem.

v2.6.1

09 Feb 09:21
Compare
Choose a tag to compare
  • Use a RuCaptcha special session_id by self generated in cookie for store the captcha, avoid Rails session dependency.

This change for avoid Rails session.id incorrect effect Captcha validation fail.