Releases: liebki/BlazorVerificationCaptcha
Customize captcha length and more..
New Release: Enhanced Captcha Customization
Introducing the latest update to the captcha system, packed with features that put you more in control.
Key Changes:
-
Variable Captcha Length: Customize the length of your captchas, with a minimum of six characters.
-
Image Dimensions: The image dimensions and characters displayed in the captcha should not adjust according to the captcha length.
-
Image Quality Options: Adjust the image quality of your captchas to make them harder or easier to decipher.
-
Refinements and Optimizations: In addition to the main features, you'll find various minor improvements under the hood.
For more informations, read the updated readme!
Release 0.1.1 (kinda a hotfix, because of linux dependencies)
Hi there, the most important thing is the change from generating the captcha by accessing CaptchaBackup
to GenerateCaptchaContent()
and the fact that this is kind of a hotfix, because of the error that you would get when using this on a linux machine because of the missing package I included now.
Changes:
- Include of 'SkiaSharp.NativeAssets.Linux.NoDependencies' for linux
- Moved from property CaptchaBackup, to method GenerateCaptchaContent()
- New option to enable or disable the use of numbers inside the captcha
- Changed the image from png to jpg, to save a tiny bit of image size