Build and Release / Build on ${{ matrix.os }} (EasyShell-Linux, npm run build && npx electron-builder --linux, ubuntu-latest) (push) Has been cancelled
Build and Release / Build on ${{ matrix.os }} (EasyShell-Windows, npm run build && npx electron-builder --win, windows-latest) (push) Has been cancelled
- Updated project title and description with a cyberpunk theme.
- Added visual elements including logos and badges for versioning and technology stack.
- Included detailed sections for interface previews, features, project structure, quick start guide, and keyboard shortcuts.
- Improved clarity on mobile deployment and configuration steps.
- Enhanced security and data storage explanations, including MySQL cloud sync support.
- Added SFTP file management capabilities including list, upload, download, delete, and directory operations.
- Integrated SFTP progress callbacks to provide real-time feedback during file transfers.
- Updated the UI to include a dedicated SFTP browser and host information panel.
- Enhanced the sidebar and title bar with improved styling and animations for a cyberpunk theme.
- Refactored host management to support editing and connecting to hosts with a more intuitive interface.
- Updated package dependencies to support new features and improve performance.
- Implemented configuration storage for MySQL settings using electron-store.
- Added automatic MySQL connection on app startup if a saved configuration exists.
- Enhanced the shutdown process to sync data to the remote database before closing.
- Introduced smart sync functionality to handle bidirectional synchronization based on the latest updated_at timestamps.
- Updated IPC methods for saving and retrieving MySQL configurations.
- Modified the Settings component to load and save MySQL configurations, and trigger host list refresh after connection.