Skip to content

Kythia Suite v0.2.0

Latest

Choose a tag to compare

@kenndeclouv kenndeclouv released this 10 Jul 11:20

Kythia Suite v0.2.0

We are excited to announce Kythia Suite v0.2.0! This release brings significant architectural polish, a transition to the ultra-fast Biome toolchain, UI standardization across the suite, and refined component ergonomics.

What's New in v0.2.0

UI Standardization & Component Polish

  • Standardized About Pages: Completely restyled About.tsx with full-width layouts, dynamic version badges, structured Core Specs cards (Core Engine, Platform, Privacy First), and interactive Official Resources link lists.
  • Lucide Icon Integration: Replaced legacy inline SVGs with crisp icons from lucide-react (Download, Pause, Play, WifiOff, and animated ChevronUp).
  • Modular Navigation & Layout: Integrated global sidebar navigation and standardized core UI components across the Kythia ecosystem.
  • Refined App Launcher UX:
    • Version selector now allows inspecting older release changelogs in read-only mode (OLDER VERSION).
    • Improved button feedback states during active tasks (INSTALLING..., UPDATING..., PLAYING...).
    • Zero-overhead 3D push-button press animations driven 100% by pure CSS/Tailwind (active:, data-[popup-open]:).

Biome Toolchain & Code Quality

  • Transition to Biome: Adopted Biome (biome.json) as the unified linter and formatter for blazing-fast code formatting and consistency.
  • Type Safety & Refactoring: Eliminated code smells, cleaned up unused imports, and enforced strict TypeScript formatting rules.