Skip to content

Releases: kychee-com/krello

Krello v1.0.0

16 Mar 20:04
a22c32b

Choose a tag to compare

What's New

Google OAuth Social Login

  • "Continue with Google" button on the landing page (both sign-in and create account)
  • Secure PKCE (S256) flow with sessionStorage verifier
  • Automatic profile creation using Google display name
  • Works alongside existing email/password auth

CLI-Based Deployment

  • deploy.ts rewritten to use the run402 CLI
  • Removed all x402, viem, and dotenv dependencies
  • Uses run402 deploy --manifest for bundle deploys
  • Uses individual CLI commands for existing project updates
  • Uses run402 apps publish for forkable version publishing

Updated API References

  • All endpoint paths updated to latest Run402 API
  • Docs updated to reference CLI commands (run402 apps fork, run402 deploy)

Test Suite

  • 66 tests covering OAuth PKCE, deploy CLI, styles, and docs

Full Changelog

e0f8c15...v1.0.0