From da00565286254d6404b93049c9256bc16cb3fbeb Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 13 Jan 2026 14:10:38 +0000 Subject: [PATCH 1/2] Initial plan From 9c3acf3e2ffee43489ebd47ad5138e7888c97d68 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 13 Jan 2026 14:16:24 +0000 Subject: [PATCH 2/2] chore: bump version to 1.1.3 and update CHANGELOG Co-authored-by: tact-software <124168875+tact-software@users.noreply.github.com> --- CHANGELOG.md | 41 ++++++++++++++++++++++++++++++++++++++- package.json | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 4 files changed, 43 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5efa7ec..61b494f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,42 @@ ## [未リリース] +## [1.1.3] - 2026-01-13 + +### 追加 + +- **Windows対応** + - Windows向けビルドをリリースワークフローに追加 + - MSI・NSISインストーラーのサポート + +## [1.1.2] - 2025-12-29 + +### 修正 + +- miseでrust-toolchain.tomlを認識させてCI環境を修正 +- macOS Intel ランナーを macos-15-large に更新 + +## [1.1.1] - 2025-12-20 + +### 追加 + +- **ネイティブメニューの多言語対応と機能整備** + +### 変更 + +- CI/CD環境の改善とコード品質修正 +- miseタスクベースのCI/CDワークフローを整備 +- プロジェクト構成を整理し、mise統一 +- App.tsx を分割してモジュール化 +- utils/index.ts とeslint設定を整理 +- コードベースを整理し重複を削除 + +### 修正 + +- ポリゴン描画のtensionとポイント間引きを削除して形状の正確性を確保 +- カテゴリ色生成をHEX形式に変更してカラーピッカーとの互換性を確保 +- アノテーション描画の不具合を修正 + ## [1.1.0] - 2025-06-20 ### 追加 @@ -107,6 +143,9 @@ - Zustandによる状態管理 - クロスプラットフォーム対応(Windows、macOS、Linux) -[未リリース]: https://github.com/tact-software/coav/compare/v1.1.0...HEAD +[未リリース]: https://github.com/tact-software/coav/compare/v1.1.3...HEAD +[1.1.3]: https://github.com/tact-software/coav/compare/v1.1.2...v1.1.3 +[1.1.2]: https://github.com/tact-software/coav/compare/v1.1.1...v1.1.2 +[1.1.1]: https://github.com/tact-software/coav/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/tact-software/coav/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/tact-software/coav/releases/tag/v1.0.0 diff --git a/package.json b/package.json index 2fefc5b..c98e741 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "coav", "private": true, - "version": "1.1.0", + "version": "1.1.3", "description": "COCO Annotation Viewer - A modern desktop application for viewing and analyzing COCO dataset annotations", "license": "MIT", "author": "COAV Contributors", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 07c62b4..fbc9f9a 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coav" -version = "1.1.0" +version = "1.1.3" description = "A Tauri App" authors = ["you"] edition = "2021" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 82998e5..e0baa94 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": "coav", - "version": "1.1.0", + "version": "1.1.3", "identifier": "com.coav.app", "build": { "beforeDevCommand": "bun vite",