Skip to content

Kythia Workspace v0.3.0

Choose a tag to compare

@kenndeclouv kenndeclouv released this 02 Jul 07:53

Kythia Workspace v0.3.0

This major update brings a complete architectural migration to Tauri v2, a unified and premium UI experience, enhanced background service stability, and dynamic new features designed to make managing your workspace smoother than ever.

What's New

  • Lazy-Loaded Routing System: Completely refactored page navigation by integrating react-router-dom with lazy-loaded pages, heavily reducing initial load times.
  • System Monitoring: Added a native system monitoring backend to better keep track of performance.
  • New App Icons: Updated the overall application icons for a fresh look.

UI & UX Improvements

  • Standardized Premium Design: Completely overhauled core components (Sites, Packages, QuickApps) to share a clean, unified, and visually pleasing card/grid aesthetic.
  • Interactive Gamification Badges: The coin/gamification badges have been standardized across the entire ecosystem (Convert, Shell, Data, Suite, Workspace) with consistent hover states and now allow direct click-to-navigate into the /shop.
  • System Tray Loading States: Implemented smooth spinning loader animations in the Tray App when individually toggling services or triggering bulk actions.

Fixes & Optimizations

  • Tray App Overhaul:
    • Added Mailpit to the system tray services list.
    • Added "Start All Services" and "Stop All Services" bulk action buttons.
    • Fixed a critical bug where the Tray App would fail to fetch service versions, settings, and PHP selectors due to missed focus events on Windows.
  • Redis Boot Fix: Fixed an issue where Redis failed to boot within 5 seconds on Windows (MSYS2 port path resolution bug) by intelligently executing relative paths within the correct working directory.
  • Console Spam Reduction: Silenced benign taskkill error outputs ("ERROR: The process not found") from the Rust backend to keep terminal logs pristine.