Releases: kychee-com/krello
Releases · kychee-com/krello
Krello v1.0.0
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.tsrewritten to use therun402CLI- Removed all
x402,viem, anddotenvdependencies - Uses
run402 deploy --manifestfor bundle deploys - Uses individual CLI commands for existing project updates
- Uses
run402 apps publishfor 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