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", "name": "happa-mission-plan",
"private": true, "private": true,
"version": "0.0.6", "version": "0.0.7",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "spectral-insight-mission-plan" name = "spectral-insight-mission-plan"
version = "0.0.6" version = "0.0.7"
description = "Spectral Insight Mission Plan" description = "Spectral Insight Mission Plan"
authors = ["you"] authors = ["you"]
edition = "2021" edition = "2021"

View File

@ -1,7 +1,7 @@
{ {
"$schema": "https://schema.tauri.app/config/2", "$schema": "https://schema.tauri.app/config/2",
"productName": "Spectral Insight Mission Plan", "productName": "Spectral Insight Mission Plan",
"version": "0.0.6", "version": "0.0.7",
"identifier": "com.spectral-insight.mission-plan", "identifier": "com.spectral-insight.mission-plan",
"build": { "build": {
"beforeDevCommand": "npm run dev", "beforeDevCommand": "npm run dev",

View File

@ -1,8 +1,18 @@
# Spectral Insight Mission Plan - 更新日志 # 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) ## 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) ## v0.0.5 (2026-06-18)