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.tsxwith 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 animatedChevronUp). - 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]:).
- Version selector now allows inspecting older release changelogs in read-only mode (
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.