Commit Graph

11 Commits

Author SHA1 Message Date
31de2d79a3 Update 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. 2026-01-04 13:08:37 +08:00
355e1042eb Update 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. 2026-01-04 11:58:29 +08:00
80a70d3120 Update 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. 2026-01-04 11:27:04 +08:00
5591081812 Update 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. 2026-01-04 10:25:39 +08:00
556d81b425 Enhance 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. 2026-01-02 01:12:47 +08:00
719038ee0f fix 2025-12-31 22:36:40 +08:00
e7937e5861 Add 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. 2025-12-31 22:32:07 +08:00
a7876aa90a Add png-to-ico and sharp dependencies; update electron main.js to set dynamic icon path 2025-12-31 12:25:12 +08:00
bfb1d31cb0 update 2025-12-31 12:19:05 +08:00
8761b7cc23 fix 2025-12-30 14:04:10 +08:00
96be70c976 fisrt 2025-12-29 18:35:04 +08:00