Skip to content

Releases: fire0clop/klio

v1.0.0 — Release — hardening & deploy

Choose a tag to compare

@fire0clop fire0clop released this 01 Jul 15:28

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

Choose a tag to compare

@fire0clop fire0clop released this 01 Jul 15:28

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

Choose a tag to compare

@fire0clop fire0clop released this 01 Jul 15:28

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

Choose a tag to compare

@fire0clop fire0clop released this 01 Jul 15:28

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

Choose a tag to compare

@fire0clop fire0clop released this 01 Jul 15:28

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

Choose a tag to compare

@fire0clop fire0clop released this 01 Jul 15:28

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