fix: correct update.md v0.0.6 entry with proper 唐超 credit

This commit is contained in:
xin
2026-06-18 16:37:10 +08:00
parent 02d490e714
commit 2ed0ab1457
4 changed files with 14 additions and 4 deletions

View File

@ -1,7 +1,7 @@
{
"name": "happa-mission-plan",
"private": true,
"version": "0.0.6",
"version": "0.0.7",
"type": "module",
"scripts": {
"dev": "vite",

View File

@ -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"

View File

@ -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",

View File

@ -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)