From c1a76a5875b06edbb20b06f6adb39ea9ce6983ec Mon Sep 17 00:00:00 2001 From: xin Date: Thu, 18 Jun 2026 15:18:20 +0800 Subject: [PATCH] fix: correct update.md for v0.0.3 and fix pre-commit hook --- package.json | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- update.md | 9 ++++++++- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 140d3df..23d4142 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "happa-mission-plan", "private": true, - "version": "0.0.3", + "version": "0.0.4", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index e036e21..c7cd7d7 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -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" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index e4a6844..2d9030f 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.3", + "version": "0.0.4", "identifier": "com.spectral-insight.mission-plan", "build": { "beforeDevCommand": "npm run dev", diff --git a/update.md b/update.md index 5e7b9e4..b671abe 100644 --- a/update.md +++ b/update.md @@ -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