Releases: altcha-org/altcha
Releases · altcha-org/altcha
v0.7.0
Changes:
- Added support for ALTCHA Forms Analytics allowing reporting with custom HTML forms (see
analytics
attribute)
v0.6.7
v0.6.6
v0.6.5
v0.6.4
v0.6.3
v0.6.2
v0.6.1
v0.6.0
New features:
- Floating UI allowing for even smoother UX.
- Added
delay
configuration attribute for artificial delays before verification.
0.5.1
Changes:
- Reverted
The email field is now automatically included in the fields for the Spam Filter for easier data verification
due to unexpected behavior with the email field (the email is sent anonymized by default, thus it should not appear in thefields
payload by default). To include the email field intofields
, configure the list of input names using thespamfilter.fields: string[]
option. [#37] - Removed unused iife files from dist directories to reduce package size
- README update