Rucaptcha Versions Save

Captcha Gem for Rails, which generates captcha image by Rust.

v3.2.3

4 months ago

What's Changed

  • Release new version for support Ruby 3.3.

v3.2.2

7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/huacnlee/rucaptcha/compare/v3.2.1...v3.2.2

v3.2.1

11 months ago

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

1 year ago
  • Bump binary for x86_64-linux-musl for support use on Alpine Linux.

Full Changelog: https://github.com/huacnlee/rucaptcha/compare/v3.1.3...v3.1.4

v3.1.3

1 year ago
  • Fix gem release binary for Ruby 3.2.0

Full Changelog: https://github.com/huacnlee/rucaptcha/compare/v3.1.2...v3.1.3

v3.1.0

1 year ago
  • 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

1 year ago
  • Improve image drawing style with draw filled cycle.
  • Add more colors.

v3.0.0

1 year ago

New feature

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

v2.6.1

2 years ago
  • 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.