fix: correct update.md for v0.0.3 and fix pre-commit hook
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "happa-mission-plan",
|
"name": "happa-mission-plan",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.0.3",
|
"version": "0.0.4",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "spectral-insight-mission-plan"
|
name = "spectral-insight-mission-plan"
|
||||||
version = "0.0.3"
|
version = "0.0.4"
|
||||||
description = "Spectral Insight Mission Plan"
|
description = "Spectral Insight Mission Plan"
|
||||||
authors = ["you"]
|
authors = ["you"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|||||||
@ -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.3",
|
"version": "0.0.4",
|
||||||
"identifier": "com.spectral-insight.mission-plan",
|
"identifier": "com.spectral-insight.mission-plan",
|
||||||
"build": {
|
"build": {
|
||||||
"beforeDevCommand": "npm run dev",
|
"beforeDevCommand": "npm run dev",
|
||||||
|
|||||||
@ -1,8 +1,15 @@
|
|||||||
# Spectral Insight Mission Plan - 更新日志
|
# Spectral Insight Mission Plan - 更新日志
|
||||||
|
|
||||||
|
## v0.0.4 (2026-06-18)
|
||||||
|
|
||||||
|
- feat: add circle drawing support in path planner
|
||||||
|
|
||||||
## v0.0.3 (2026-06-18)
|
## v0.0.3 (2026-06-18)
|
||||||
|
|
||||||
- docs: add 说明书.md
|
- 路径规划新增画圆功能(支持圆形扫描区域)
|
||||||
|
- 圆形区域路径自动适配圆边界
|
||||||
|
- 画框/画圆模式切换,可混合使用
|
||||||
|
- 修复圆形拖拽预览无实时显示的问题
|
||||||
|
|
||||||
## v0.0.2
|
## v0.0.2
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user