31de2d79a3Update package version to 2.0.15 and enhance connection management in main.js by improving the ensureConnection function to handle connection checks more efficiently. Refactor App component to fetch table columns on demand, optimizing data retrieval during user interactions. Update SqlEditor to support automatic fetching of referenced table columns for better SQL completion experience.
main
Ethanfly2026-01-04 13:08:37 +0800
355e1042ebUpdate package version to 2.0.13 and enhance connection management in main.js with improved logging for connection status and query execution. Refactor scrollbar styles in index.css for better usability and update ConnectionModal and Sidebar components for improved UI and database handling.Ethanfly2026-01-04 11:58:29 +0800
80a70d3120Update package version to 2.0.12 and enhance SSH tunnel management in main.js by implementing a function to find available ports. Refactor App component to improve connection state management and caching for database tables and columns. Update Sidebar component to handle database state using connectionId and database name as keys, ensuring better separation of data across connections.Ethanfly2026-01-04 11:27:04 +0800
5591081812Update package.json for version bump to 2.0.3, add postinstall script, and include new ssh2 dependency. Enhance main.js with SSH tunnel management for database connections, including creation and closure of tunnels, and update connection handling to support SSH-enabled configurations.Ethanfly2026-01-04 10:25:39 +0800
6c3f680ae6Update version numbers in package.json and package-lock.json; modify .gitignore to exclude release files; adjust script references in index.html; remove unused assets and files from dist directory; enhance connection modal for SSH key file selection.
newUi
Ethanfly2026-01-04 10:10:22 +0800
d5546b524cUpdate README.md to enhance project description, improve feature list clarity, and add interface previews. Adjusted installation instructions and included a new license badge for better visibility.ethan2026-01-02 02:10:15 +0800
92207aaf8cUpdate assets and release files; optimize build configuration and include new locales for better internationalization support.ethan2026-01-02 02:05:51 +0800
556d81b425Enhance Electron app configuration with NSIS installer options and improve window management in main.js. Added support for installation directory changes, desktop/start menu shortcuts, and refined loading behavior to prevent flickering during startup.Ethanfly2026-01-02 01:12:47 +0800
e7937e5861Add blowfish-node dependency and implement Navicat password decryption functionality in the Electron app. Enhanced main.js and preload.js for cryptographic operations, updated UI components to support new features, and improved database connection handling.Ethanfly2025-12-31 22:32:07 +0800
bca7eff0cdRefactor UI components and enhance functionality with a new clean light theme. Updated Tailwind configuration for colors, shadows, and animations. Improved connection and database modals with better state management and error handling. Added hooks for connection management and query operations. Enhanced sidebar and main content for better user experience.Ethanfly2025-12-31 15:58:26 +0800