File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 22
22
23
23
env :
24
24
VOICEVOX_ENGINE_REPO_URL : " https://github.com/VOICEVOX/voicevox_engine"
25
- VOICEVOX_ENGINE_VERSION : 0.14.2
26
- VOICEVOX_RESOURCE_VERSION : 0.14.0
25
+ VOICEVOX_ENGINE_VERSION : 0.14.3
26
+ VOICEVOX_RESOURCE_VERSION : 0.14.1
27
27
VOICEVOX_EDITOR_VERSION :
28
28
|- # releaseタグ名か、workflow_dispatchでのバージョン名か、999.999.999が入る
29
29
${{ github.event.release.tag_name || github.event.inputs.version || '999.999.999' }}
Original file line number Diff line number Diff line change 1
1
[
2
+ {
3
+ "version" : " 0.14.5" ,
4
+ "descriptions" : [
5
+ " キャラクター「†聖騎士 紅桜†」「雀松朱司」「麒ヶ島宗麟」を追加" ,
6
+ " 同時書き込みで辞書が破損する問題を修正"
7
+ ],
8
+ "contributors" : [" Hiroshiba" ]
9
+ },
2
10
{
3
11
"version" : " 0.14.4" ,
4
12
"descriptions" : [" デフォルトスタイル選択ダイアログが閉じれないバグを修正" ],
You can’t perform that action at this time.
0 commit comments