Commit Graph

168 Commits

Author SHA1 Message Date
lanrtop
be7db96d48 release: v0.1.11 2026-04-02 14:50:53 +09:00
lanrtop
4d3dd66afc fix: add updater/process capabilities and improve update error display 2026-04-02 14:50:19 +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
f41e3c0ae6 fix: restore correct updater pubkey 2026-04-02 02:44:17 +09:00
lanrtop
27b39a128e fix: enable createUpdaterArtifacts for tauri updater 2026-04-02 02:19:33 +09:00
lanrtop
7269f07a18 fix: update signing pubkey 2026-04-02 02:02:10 +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
lanrtop
93617565bf feat: update commit handling in PublishModal for new projects and uncommitted changes 2026-04-01 02:34:38 +09:00
lanrtop
b067c1f348 feat: add WSL git support and improve commit message handling in PublishModal 2026-04-01 02:20:14 +09:00
lanrtop
0baa304fbe feat: WSL路径支持、项目发布到GitHub、三灯状态指示
- 新增发布到GitHub功能(scan/init/commit/push/register全流程)
- 新增WSL发行版检测与UNC路径自动转换,路径存储改为Windows可访问格式
- 修复libgit2访问WSL UNC路径的owner验证问题(启动时全局禁用)
- ProjectCard新增本地项目/本地仓库/远程仓库三灯状态指示
- ProjectModal重构为基本信息+部署信息双标签页,固定高度稳定切换
- 添加项目支持顶部快速选择文件夹并自动填充ID和名称
- 设置页WSL区块改为下拉检测选择发行版
- Dialog组件支持fixedHeight固定高度模式
2026-04-01 01:36:21 +09:00