Skip to content

Commit

Permalink
to 0.22.0 (#2414)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba authored Dec 13, 2024
1 parent 1bb22e1 commit cb29a99
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ on:
default: false

env:
VOICEVOX_ENGINE_VERSION: 0.21.1
VOICEVOX_RESOURCE_VERSION: 0.21.1
VOICEVOX_ENGINE_VERSION: 0.22.0
VOICEVOX_RESOURCE_VERSION: 0.22.0
VOICEVOX_EDITOR_VERSION:
|- # releaseタグ名か、workflow_dispatchでのバージョン名か、999.999.999-developが入る
${{ github.event.release.tag_name || github.event.inputs.version || '999.999.999-develop' }}
Expand Down
31 changes: 31 additions & 0 deletions public/updateInfos.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,35 @@
[
{
"version": "0.22.0",
"descriptions": [
"トーク:間の長さの一括制御",
"ソング:対応モーラを追加",
"ソング:ツール選択機能",
"ソング:途中でBPMや拍子を変更可能に",
"フルスクリーンに対応",
"ショートカットキー設定ダイアログのデザインを刷新",
"UIの拡大・縮小機能",
"開発環境の向上",
"バグ修正"
],
"contributors": [
"aoirint",
"Hiroshiba",
"kebin628",
"rokujyushi",
"romot-co",
"sabonerune",
"Segu-g",
"sevenc-nanashi",
"sigprogramming",
"takana-v",
"takusea",
"tarepan",
"terapotan",
"tsunekazuomija",
"X-20A"
]
},
{
"version": "0.21.1",
"descriptions": ["キャラクター「Voidoll」を追加"],
Expand Down

0 comments on commit cb29a99

Please sign in to comment.