Skip to content

Commit

Permalink
[release-0.18] to 0.18.0 (#1950)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Mar 23, 2024
1 parent 0c29f97 commit 7472f9c
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ on:

env:
VOICEVOX_ENGINE_REPO_URL: "https://github.com/VOICEVOX/voicevox_engine"
VOICEVOX_ENGINE_VERSION: 0.17.1
VOICEVOX_RESOURCE_VERSION: 0.17.1
VOICEVOX_ENGINE_VERSION: 0.18.0
VOICEVOX_RESOURCE_VERSION: 0.18.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
2 changes: 1 addition & 1 deletion public/howtouse.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ VOICEVOX では、歌声合成機能がプロトタイプ版として提供さ

### ソング機能のよくある質問

Q. 上に赤いバーが出て声が再生されない
Q. 赤くなって声が再生されない
A. なにかしらのエラー状態を示しています。現在のバージョンでは、1つのノート(音符)につき日本語1文字分のみ入力できます。またノートが重なっていてもエラーとなります。

## オプション
Expand Down
23 changes: 23 additions & 0 deletions public/updateInfos.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,27 @@
[
{
"version": "0.18.0",
"descriptions": [
"キャラクター「WhiteCUL」「後鬼」「No.7」のハミングを追加",
"キャラクター「ちび式じい」「櫻歌ミコ」「小夜/SAYO」「ナースロボ_タイプT」のハミングを追加",
"キャラクター「四国めたん」「ずんだもん」「波音リツ」のハミングスタイルを追加",
"ソング:ピッチ表示機能",
"ソング:矩形選択を追加",
"ソング:ノートのエラー時にツールチップ表示",
"デフォルトで全てのCPUを使うことがあるバグを修正",
"ソング:MIDIインポート時にトラックを選択可能に",
"ソング:USTファイルのインポート機能",
"ソング:コピー&ペースト"
],
"contributors": [
"Hiroshiba",
"romot-co",
"sabonerune",
"sevenc-nanashi",
"sigprogramming",
"weweweok"
]
},
{
"version": "0.17.2",
"descriptions": [
Expand Down

0 comments on commit 7472f9c

Please sign in to comment.