From b368886b6a523ed8b51ae9bcfcc1eb6a58f147a1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 11:13:54 +0000 Subject: [PATCH] chore(main): release 0.9.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 27 +++++++++++++++++++++++++++ CMakeLists.txt | 2 +- 3 files changed, 29 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 64f3cdd..76d5538 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.0" + ".": "0.9.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bd95d0..b0bc86c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,32 @@ # Changelog +## [0.9.0](https://github.com/devmgn/elcycer/compare/v0.8.0...v0.9.0) (2026-07-05) + + +### Features + +* **tooling:** Claude Code 開発ツーリング整備(ローカルスキル4本 + Renovate/設定) ([#40](https://github.com/devmgn/elcycer/issues/40)) ([013fc30](https://github.com/devmgn/elcycer/commit/013fc30f847d06f0bfe474fbf12a3acf1f13341d)) +* **ui:** JUCE 8 WebView UI 移行 Stage 1(足場) ([#42](https://github.com/devmgn/elcycer/issues/42)) ([2e8dd2d](https://github.com/devmgn/elcycer/commit/2e8dd2d086868139bc8a2187037538b462572a1c)) +* **ui:** WebView UI Stage 2(パラメータ relay) ([#43](https://github.com/devmgn/elcycer/issues/43)) ([874d10f](https://github.com/devmgn/elcycer/commit/874d10f1f2e5cd65208084a5356adcdc3b26dabb)) +* **ui:** WebView UI Stage 3(波形描画 + D&D 読込) ([#49](https://github.com/devmgn/elcycer/issues/49)) ([322ed0f](https://github.com/devmgn/elcycer/commit/322ed0f2f8397f9953abfb10fec18d6705a5d2ec)) +* **ui:** WebView UI Stage 4(アクション/ツールバー) ([#50](https://github.com/devmgn/elcycer/issues/50)) ([6eeed07](https://github.com/devmgn/elcycer/commit/6eeed0760feaec5a23ddb2c214e82446fbb70ab7)) +* **ui:** WebView UI Stage 5a(編集コア + Preview) ([#51](https://github.com/devmgn/elcycer/issues/51)) ([473b90d](https://github.com/devmgn/elcycer/commit/473b90d1d28677e875c2a2fbd92ef52f2533c506)) +* **ui:** WebView UI Stage 5b(ズーム/スクロール) ([#54](https://github.com/devmgn/elcycer/issues/54)) ([9ccb3fd](https://github.com/devmgn/elcycer/commit/9ccb3fd4810e75e3c114d9ec8ec7d56b130ea7c1)) +* **ui:** 下段レイアウト整理・上段 tempo 余白・値ボックス縮小 ([#38](https://github.com/devmgn/elcycer/issues/38)) ([4eb6d1d](https://github.com/devmgn/elcycer/commit/4eb6d1d94a5866168c633e41e4bd62a98321e04e)) +* **webview:** Groove MIDI ドラッグ書き出し(ネイティブ drag ハンドル復活) ([#59](https://github.com/devmgn/elcycer/issues/59)) ([2ffae7c](https://github.com/devmgn/elcycer/commit/2ffae7c8c05af3973d212d3ded25ffff76538ada)) +* **webview:** Stage 5c 再生ヘッド + playOrder 表示 + preview ヘッド/カーソル ([#55](https://github.com/devmgn/elcycer/issues/55)) ([5914650](https://github.com/devmgn/elcycer/commit/5914650b78a0bb9f7b12c940a43379bf65d5c1b6)) +* **webview:** Stage 5d per-slice パラメータ編集(SlicePanel)+ 実機フィードバック ([#56](https://github.com/devmgn/elcycer/issues/56)) ([1a236f9](https://github.com/devmgn/elcycer/commit/1a236f9d02ade6b5b97d52ae681a379cb7c2c598)) +* **webview:** Stage 5e パリティ埋め(sensitivity / スライスロック / MIDI CC Learn モード) ([#57](https://github.com/devmgn/elcycer/issues/57)) ([7a0be65](https://github.com/devmgn/elcycer/commit/7a0be65fa5a37c5ed9a018c1c2104ec5989c9ab3)) +* **webview:** Stage 6a UX 整え(スライダ刷新: 単位表示/微調整/手入力・Lock配置・読込フラッシュ) ([#61](https://github.com/devmgn/elcycer/issues/61)) ([155dc95](https://github.com/devmgn/elcycer/commit/155dc9504d77e83ddb500b3cfb287c7f18917e84)) +* **webview:** Stage 6b Silkscreen フォント + ReCycle 配色 テーマ移植 ([#62](https://github.com/devmgn/elcycer/issues/62)) ([89532b7](https://github.com/devmgn/elcycer/commit/89532b7f21e4cf7c88437c7bf3f6958c764f470b)) +* **webview:** Stage 6c レイアウト再設計(情報設計・アイコン化・波形オーバーレイ・Base UI・CC ダイアログ) ([#63](https://github.com/devmgn/elcycer/issues/63)) ([c2c5ec3](https://github.com/devmgn/elcycer/commit/c2c5ec3c975c304f3ad84d0bb283000f3888e48c)) + + +### Bug Fixes + +* **web:** トリム終端(loop end)線が右端でクリップされ見えない問題を修正 ([#60](https://github.com/devmgn/elcycer/issues/60)) ([c188be9](https://github.com/devmgn/elcycer/commit/c188be919ffb767aa835da21a1cb18d008416e4e)) +* **web:** 本番ビルドで WebView の右クリックメニュー(Inspect Element)を無効化 ([#52](https://github.com/devmgn/elcycer/issues/52)) ([6596643](https://github.com/devmgn/elcycer/commit/659664372a41e4606a4198be43f076686006b3b8)) + ## [0.8.0](https://github.com/devmgn/elcycer/compare/v0.7.0...v0.8.0) (2026-06-17) diff --git a/CMakeLists.txt b/CMakeLists.txt index 16f5fbc..4bc12f9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.22) -project(ElCycer VERSION 0.8.0 LANGUAGES C CXX) # x-release-please-version +project(ElCycer VERSION 0.9.0 LANGUAGES C CXX) # x-release-please-version set(CMAKE_CXX_STANDARD 20) set(CMAKE_CXX_STANDARD_REQUIRED ON)