Skip to content

Version: 0.17.1

Choose a tag to compare

@GZTimeWalker GZTimeWalker released this 02 Sep 20:59
· 1387 commits to develop since this release
866f2e9

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