ethanfly
  • Joined on 2025-12-03
ethanfly pushed to main at ethanfly/weekreport 2026-01-09 11:28:07 +08:00
ethanfly created branch zs96 in ethanfly/weekreport 2026-01-09 11:27:38 +08:00
ethanfly pushed to zs96 at ethanfly/weekreport 2026-01-09 11:27:38 +08:00
25210ff20b Implement ZenTao integration for task import and enhance week report generation. Added ZenTao database connection settings, UI for importing tasks, and updated report generation logic for improved clarity and execution time. Adjusted PDF generation styles and added error handling for task loading.
98e2950b2e Sure! Pl
ethanfly created repository ethanfly/weekreport 2026-01-09 11:25:31 +08:00
ethanfly pushed to main at ethanfly/easyremote 2026-01-06 10:27:20 +08:00
0ad21a24b0 Implement P2P connection features, including local IP retrieval, P2P address exchange, and connection readiness handling. Enhance input control testing functionality and improve WebSocket message handling for P2P events. Update UI to support local input control testing and display results. Adjust connection state management for P2P scenarios.
ethanfly pushed to main at ethanfly/easyremote 2026-01-05 15:33:21 +08:00
fd34c415f5 Enhance server and client functionality by adding support for display management, including fetching and switching displays. Update README with build instructions for Linux and Windows. Improve UI styles and integrate a setup page for initial configuration. Update server port to 9099 and adjust client-server communication for new features.
ethanfly pushed to main at ethanfly/easyshell 2026-01-05 15:31:34 +08:00
29b41568dc chore: release v1.0.5
4982228474 feat: replace floating suggestions with fixed right-side panel
Compare 2 commits »
ethanfly pushed to main at ethanfly/easyshell 2026-01-05 14:13:31 +08:00
068efe3d47 chore: release v1.0.4
2f42414e20 fix: smart position for command suggestions - show above cursor when near bottom
Compare 2 commits »
ethanfly pushed tag v1.0.4 to ethanfly/easyshell 2026-01-05 14:13:31 +08:00
ethanfly pushed to main at ethanfly/easyshell 2026-01-05 14:04:30 +08:00
9dee5c9e96 fix: disable electron-builder auto-publish, let release job handle it
ethanfly pushed to main at ethanfly/easyshell 2026-01-05 14:00:38 +08:00
d228a87777 fix: upgrade Node.js to v20 and use npm install in CI
ethanfly pushed tag v1.0.3 to ethanfly/easyshell 2026-01-05 13:55:03 +08:00
ethanfly pushed to main at ethanfly/easyshell 2026-01-05 13:55:02 +08:00
2f15cb0909 chore: release v1.0.3
ethanfly pushed to main at ethanfly/easyshell 2026-01-05 13:53:53 +08:00
468e05f7cc feat: add GitHub Actions auto-release workflow
13f9e5b71c feat: optimize command suggestions - cursor position, Tab only selection, no placeholder args
Compare 2 commits »
ethanfly pushed to main at ethanfly/easyremote 2026-01-04 18:53:56 +08:00
8e6862dcb6 Add stream settings feature with resolution, fps, and quality adjustments; enhance system tray functionality; update dependencies and UI styles
ethanfly created branch main in ethanfly/easyremote 2026-01-04 18:15:22 +08:00
ethanfly pushed to main at ethanfly/easyremote 2026-01-04 18:15:22 +08:00
cc6054b3f7 first commit
ethanfly created repository ethanfly/easyremote 2026-01-04 18:14:32 +08:00
ethanfly pushed to main at ethanfly/easysql 2026-01-04 13:08:48 +08:00
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.
ethanfly pushed to main at ethanfly/easysql 2026-01-04 11:58:41 +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.