Skip to content

Commit cb29a99

Browse files
authored
to 0.22.0 (#2414)
1 parent 1bb22e1 commit cb29a99

File tree

2 files changed

+33
-2
lines changed

2 files changed

+33
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ on:
2626
default: false
2727

2828
env:
29-
VOICEVOX_ENGINE_VERSION: 0.21.1
30-
VOICEVOX_RESOURCE_VERSION: 0.21.1
29+
VOICEVOX_ENGINE_VERSION: 0.22.0
30+
VOICEVOX_RESOURCE_VERSION: 0.22.0
3131
VOICEVOX_EDITOR_VERSION:
3232
|- # releaseタグ名か、workflow_dispatchでのバージョン名か、999.999.999-developが入る
3333
${{ github.event.release.tag_name || github.event.inputs.version || '999.999.999-develop' }}

public/updateInfos.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,35 @@
11
[
2+
{
3+
"version": "0.22.0",
4+
"descriptions": [
5+
"トーク:間の長さの一括制御",
6+
"ソング:対応モーラを追加",
7+
"ソング:ツール選択機能",
8+
"ソング:途中でBPMや拍子を変更可能に",
9+
"フルスクリーンに対応",
10+
"ショートカットキー設定ダイアログのデザインを刷新",
11+
"UIの拡大・縮小機能",
12+
"開発環境の向上",
13+
"バグ修正"
14+
],
15+
"contributors": [
16+
"aoirint",
17+
"Hiroshiba",
18+
"kebin628",
19+
"rokujyushi",
20+
"romot-co",
21+
"sabonerune",
22+
"Segu-g",
23+
"sevenc-nanashi",
24+
"sigprogramming",
25+
"takana-v",
26+
"takusea",
27+
"tarepan",
28+
"terapotan",
29+
"tsunekazuomija",
30+
"X-20A"
31+
]
32+
},
233
{
334
"version": "0.21.1",
435
"descriptions": ["キャラクター「Voidoll」を追加"],

0 commit comments

Comments
 (0)