Version: 0.17.1
·
1387 commits
to develop
since this release
What's Changed
- feat: update UX for GameJoinModal by @mnixry in #137
- style(code): use primary constructors dfd0a47
- feat(captcha): add Cloudflare Turnstile support in ccf64b7
"CaptchaConfig": {
"Provider": "None", // or "CloudflareTurnstile" or "GoogleRecaptcha"
"SiteKey": "...",
"SecretKey": "...",
"GoogleRecaptcha": {
"VerifyAPIAddress": "https://www.recaptcha.net/recaptcha/api/siteverify",
"RecaptchaThreshold": "0.5"
}
},New Contributors
Full Changelog: v0.17.0...v0.17.1