fix: correct update.md for v0.0.3 and fix pre-commit hook

This commit is contained in:
xin
2026-06-18 15:18:20 +08:00
parent 703b4ff865
commit c1a76a5875
4 changed files with 11 additions and 4 deletions

View File

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

View File

@ -1,6 +1,6 @@
[package]
name = "spectral-insight-mission-plan"
version = "0.0.3"
version = "0.0.4"
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.3",
"version": "0.0.4",
"identifier": "com.spectral-insight.mission-plan",
"build": {
"beforeDevCommand": "npm run dev",

View File

@ -1,8 +1,15 @@
# Spectral Insight Mission Plan - 更新日志
## v0.0.4 (2026-06-18)
- feat: add circle drawing support in path planner
## v0.0.3 (2026-06-18)
- docs: add 说明书.md
- 路径规划新增画圆功能(支持圆形扫描区域)
- 圆形区域路径自动适配圆边界
- 画框/画圆模式切换,可混合使用
- 修复圆形拖拽预览无实时显示的问题
## v0.0.2