Skip to content

Releases: huacnlee/rucaptcha

v3.3.0

12 Feb 07:49
Compare
Choose a tag to compare

What's Changed

  • Update doc for added missing config file property self.difficulty by @rautniraj in #112
  • chore: Improve Rust code for a bit of performance improvement. by @huacnlee in #114
  • Add case_sensitive option. by @huacnlee in #113
  • Add circle option to control the circle background. by @huacnlee in #116

Notable changes

The noise config have changed default to false. This is a mistake, the before our document is described of this is default false.

New Contributors

Full Changelog: v3.2.5...v3.3.0

v3.2.5

30 Dec 03:05
c4ee69a
Compare
Choose a tag to compare

What's Changed

v3.2.4

04 Nov 03:01
Compare
Choose a tag to compare
  • Release for aarch64-linux-musl platform.

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.