Releases: fire0clop/klio
Releases · fire0clop/klio
Release list
v1.0.0 — Release — hardening & deploy
Release — hardening & deploy
- fix: harden social-auth issuer/audience checks and JWKS rotation handling
- docs: add deployment guide, social-auth setup and public README with screenshots
- chore: finalize Caddy TLS reverse proxy and production docker-compose for v1.0 release
v0.8.0 — Multilingual & Localized
Multilingual & Localized
- feat: drive all AI output in ru/en/es via a single language directive
- feat: add runtime UI localization with LocaleManager and ru/en/es string catalogs
- feat: schedule background daily reactions and sphere updates via APScheduler
v0.6.0 — AI Coach — Anthropic Claude
AI Coach — Anthropic Claude
- feat: integrate Anthropic Claude for the guided goal-creation dialog
- feat: generate multilingual daily reaction cards and weekly correlation insights
- feat: add AI-maintained development spheres with realistic adherence dynamics
- feat: expose analytics endpoints for streaks, effect trajectories and timelines
v0.4.0 — Goals, Tracking & Diary
Goals, Tracking & Diary
- feat: model goal taxonomy (horizon, measure, direction, baseline/target, cadence)
- feat: add flexible scheduling service with streaks over planned days only
- feat: implement daily check-in with binary and quantitative goal entries
- feat: add universal daily log for weight, sleep, energy and mood
- feat: build Today grid, dashboard and goal-creation screens in SwiftUI
v0.2.0 — Accounts & Sign-In — Apple/Google auth
Accounts & Sign-In — Apple/Google auth
- feat: implement email/password auth with JWT access + refresh tokens
- feat: add Sign in with Apple via JWKS identity-token verification
- feat: add Google Sign-In with server-side id_token verification and account linking
- feat: build SwiftUI auth flow with Apple/Google coordinators and Keychain session
v0.1.0 — Foundation — backend & schema
Foundation — backend & schema
- chore: scaffold FastAPI backend with async SQLAlchemy 2.0, Alembic and Docker Compose
- feat: add core schema (users, profiles, goals, entries, daily logs) in initial migration
- feat: add /health probe, locked-down CORS and SlowAPI rate limiting