Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 30 Mar 09:40
· 95 commits to main since this release

v0.3.0 (2026-03-30)

Feat

  • use FoundryContext in all modules (#18) (a99873c)
  • di: drop project_name, use context only (4959a59)
  • foundry: add FoundryContext and set_context() (3cf6f69)
  • gui: add NiceGUI page helpers and nav builder (49e28f6)
  • boot: add parameterised boot() sequence (cb63a75)
  • api: add VersionedAPIRouter, init_api, and api package (b003c21)
  • api: add Auth0 authentication dependencies (47dbd6f)

Fix

  • tests: extract constants, document empty stubs (784af4f)
  • gui: render page content inside frame context (e524978)

Refactor

  • gui: extract helpers to reduce gui_run complexity (5beeaf3)