From bce92af44dc942854a719960d0480d9b022ebbfc Mon Sep 17 00:00:00 2001 From: xin Date: Thu, 18 Jun 2026 10:53:55 +0800 Subject: [PATCH] chore: bump to v0.0.2 --- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- update.md | 13 +++++++++++++ 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 1edfff2..158821e 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spectral-insight-mission-plan" -version = "0.0.1" +version = "0.0.2" description = "Spectral Insight Mission Plan" authors = ["you"] edition = "2021" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 92c6f5c..b7c8711 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "Spectral Insight Mission Plan", - "version": "0.0.1", + "version": "0.0.2", "identifier": "com.spectral-insight.mission-plan", "build": { "beforeDevCommand": "npm run dev", diff --git a/update.md b/update.md index dadece1..3850cb3 100644 --- a/update.md +++ b/update.md @@ -1,5 +1,18 @@ # Spectral Insight Mission Plan - 更新日志 +## v0.0.2 + +- 路径查看弹窗改为全屏双栏布局(左侧表格 + 右侧 Canvas 画布) +- 画布预览支持显示扫描区域虚线框、路径扫描线箭头、背景图 +- 工具栏新增"查看路径"按钮 +- 子任务航线文件行新增"查看"按钮(空路径时禁用) +- 新建任务默认时间改为留空(2000-01-01T00:00:00) +- 任务标题显示自定义时间 +- 布局优化:单栏编辑器、中文标签、并排表单字段 +- 多矩形框路径规划支持 +- NSIS Windows 安装包构建配置 +- 默认值持久化(运行目录) + ## v0.0.1 - 初始版本