Commit Graph

11 Commits

Author SHA1 Message Date
lanrtop
c598c9b05b feat: add BlueprintPromptModal for blueprint management and sync functionality
- Implemented BlueprintPromptModal component to handle blueprint prompt generation and rule synchronization.
- Added BlueprintStatusBadge to display the current status of blueprints in ProjectCard.
- Integrated blueprint status fetching and synchronization in ProjectCard.
- Enhanced SettingsPage with a new section for MCP service configuration and batch sync for blueprint rules.
- Updated commands to include new blueprint-related functionalities and types.
- Changed application name from "Dev Manager" to "炼境" in various components.
2026-04-04 10:47:27 +09:00
lanrtop
fcdab7f575 release: v0.1.10 2026-04-02 14:19:41 +09:00
lanrtop
f761a0fa69 fix: pre-create release to work around token permission issue 2026-04-02 13:17:29 +09:00
lanrtop
966c593c8a fix: use .exe.sig for tauri v2 updater format 2026-04-02 09:23:29 +09:00
lanrtop
60b42e37c6 fix: add --verbose to tauri build, skip latest.json if no update bundle 2026-04-02 01:24:03 +09:00
lanrtop
371a32b026 fix: add signing key diagnostic 2026-04-02 01:01:54 +09:00
lanrtop
a6f2f607e6 fix: find artifacts directly in OSS upload step 2026-04-02 00:48:21 +09:00
lanrtop
482bc2e6c0 fix: use Where-Object for nsis artifact matching 2026-04-02 00:31:55 +09:00
lanrtop
beef55ff24 fix: use full path for ossutil exe 2026-04-02 00:15:22 +09:00
lanrtop
28d3ff1209 fix: grant write permission for release creation 2026-04-01 23:33:41 +09:00
lanrtop
533c069e43 feat: add WSL editor launch modes and update checking functionality
- Introduced WSL editor launch modes in SettingsPage with options for internal, remote, and UNC path launches.
- Enhanced settings saving to include the new WSL launch mode.
- Added an update section to check for application updates, download, and install them with progress tracking.
- Updated Toast component to handle error messages with a copy button for convenience.
- Expanded commands to include project tags and templates management, along with WSL proxy synchronization features.
2026-04-01 23:12:23 +09:00