From 2ed0ab1457798b420bd1ddf0407e71f664d2a6d7 Mon Sep 17 00:00:00 2001 From: xin Date: Thu, 18 Jun 2026 16:37:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20correct=20update.md=20v0.0.6=20entry=20w?= =?UTF-8?q?ith=20proper=20=E5=94=90=E8=B6=85=20credit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- update.md | 12 +++++++++++- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index cca2636..0a9241c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "happa-mission-plan", "private": true, - "version": "0.0.6", + "version": "0.0.7", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 7fd214e..fdb2c8e 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spectral-insight-mission-plan" -version = "0.0.6" +version = "0.0.7" description = "Spectral Insight Mission Plan" authors = ["you"] edition = "2021" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index f3b1c8d..7cf068d 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.6", + "version": "0.0.7", "identifier": "com.spectral-insight.mission-plan", "build": { "beforeDevCommand": "npm run dev", diff --git a/update.md b/update.md index 33d074d..3b225e8 100644 --- a/update.md +++ b/update.md @@ -1,8 +1,18 @@ # Spectral Insight Mission Plan - 更新日志 +## v0.0.7 (2026-06-18) + +- fix: correct update.md v0.0.6 entry with proper 唐超 credit + ## v0.0.6 (2026-06-18) -- feat: add parameter help icons with editable help.csv +- 画布:坐标轴网格、框顶点坐标、框拖拽移动、角点缩放(唐超) +- 路径规划改为弹窗覆盖层,编辑状态不丢失 +- 展开任务状态持久化到 Pinia store +- 扫描模式默认 OneWay +- 保存时 startTime/endTime/durationMinutes 清空为 "" +- exposureTime/frameRate/captureIntervalSeconds 默认 0 而非 null +- 去除生成航线后扫描线上方的坐标文字标注 ## v0.0.5 (2026-06-18)