Releases: huacnlee/rucaptcha
Releases · huacnlee/rucaptcha
v3.2.4
- Release for
aarch64-linux-musl
platform.
v3.2.3
What's Changed
- Release new version for support Ruby 3.3.
v3.2.1
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
- Bump binary for
x86_64-linux-musl
for support use on Alpine Linux.
Full Changelog: v3.1.3...v3.1.4
v3.1.0
- 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
v3.0.2
- Improve image drawing style with draw filled cycle.
- Add more colors.
v3.0.0
New feature
- Switch to use Rust as Backend and precompile native gem.
v2.6.1
- 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.