Skip to content

v10.0.0

Choose a tag to compare

@guasam guasam released this 28 Feb 02:20
· 99 commits to main since this release

v10.0.0

  • πŸš€ Major overhaul: Complete migration from Webpack to Vite
  • ⚑ Significantly improved build times and development experience
  • 🎨 Added TailwindCSS integration for modern styling
  • πŸ—οΈ Restructured project files for better organization:
    • Moved renderer code to app/ folder
    • Consolidated shared code in lib/ folder
    • Moved main process code to lib/main folder
    • Moved preload code to lib/preload folder
  • πŸ’… Refreshed UI with new design system and components
  • πŸŒ“ Enhanced dark/light mode implementation with smoother transitions
  • πŸ“¦ Updated IPC communication system for better security
  • πŸ”„ Added new welcome kit with interactive tutorial
  • βš™οΈ Simplified configuration files and build scripts
  • πŸ“Š Improved logging and error handling
  • πŸ› οΈ Updated Electron to latest version v31.2.2
  • πŸ“ˆ Upgraded dependencies to latest versions:
Package Version
electron ^34.3.0
react ^19.0.0
react-dom ^19.0.0
typescript ^5.7.3
vite ^6.2.0
tailwindcss ^4.0.9
electron-vite ^3.0.0
electron-builder ^25.1.8
@vitejs/plugin-react ^4.3.4