Skip to content

Commit

Permalink
to 0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Mar 9, 2024
1 parent f0999b7 commit 8ceb851
Show file tree
Hide file tree
Showing 7 changed files with 89 additions and 35 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ npm run preview-build
## add resource

```bash
editor_tag="0.16.1"
editor_tag="0.17.1"
editor_url="https://raw.githubusercontent.com/VOICEVOX/voicevox/$editor_tag"

resource_tag="0.16.0"
resource_tag="0.17.1"
resource_url="https://raw.githubusercontent.com/VOICEVOX/voicevox_resource/$resource_tag"

# 規約
Expand Down
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { CharacterKey } from "./types/dormitoryCharacter"

export const APP_VERSION = "0.16.1"
export const APP_VERSION = "0.17.1"
export const NEMO_VERSION = "0.14.0"

export const characterKeys: CharacterKey[] = [
Expand Down
35 changes: 35 additions & 0 deletions src/data/updateInfos.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,39 @@
[
{
"version": "0.17.1",
"descriptions": [
"キャラクター「玄野武宏」「白上虎太郎」「青山龍星」「冥鳴ひまり」「九州そら」のハミングを追加",
"キャラクター「もち子さん」「剣崎雌雄」のハミングを追加",
"音域調整・声量調整機能",
"バグ修正"
],
"contributors": ["Hiroshiba", "sigprogramming"]
},
{
"version": "0.17.0",
"descriptions": [
"サードパーティアプリ向けのランタイム情報ファイルを出力",
"ソング:プロジェクトファイルに保存",
"トーク:連続再生中に裏で音声合成",
"ソング:元に戻す・やり直す機能",
"ソング:ショートカットキー機能",
"開発環境の向上",
"バグ修正"
],
"contributors": [
"cm-ayf",
"Hiroshiba",
"nmori",
"P0ngCh4ng",
"romot-co",
"sabonerune",
"sevenc-nanashi",
"sigprogramming",
"tsym77yoshi",
"weweweok",
"y-chan"
]
},
{
"version": "0.16.1",
"descriptions": ["マルチエンジン稼働時に起動しないバグを修正"],
Expand Down
73 changes: 46 additions & 27 deletions src/markdowns/howToUse.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/markdowns/qAndA.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ VOICEVOX X アカウント [@voicevox_pj](https://x.com/voicevox_pj)

#### Mac 版

`/Users/(ユーザー名)/Library/Logs/voicevox-cpu`
`/Users/(ユーザー名)/Library/Logs/voicevox`

### Q. Ubuntu 22.04 で動きません

Expand Down
4 changes: 2 additions & 2 deletions src/scripts/linuxInstallCpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ EOS
exit 1
fi

curl -fsSL https://raw.githubusercontent.com/VOICEVOX/voicevox/0.16.1/build/installer_linux.sh >tmp_voicevox_installer.sh
VERSION=0.16.1 NAME=linux-cpu-appimage bash tmp_voicevox_installer.sh
curl -fsSL https://raw.githubusercontent.com/VOICEVOX/voicevox/0.17.1/build/installer_linux.sh >tmp_voicevox_installer.sh
VERSION=0.17.1 NAME=linux-cpu-appimage bash tmp_voicevox_installer.sh
rm tmp_voicevox_installer.sh
4 changes: 2 additions & 2 deletions src/scripts/linuxInstallNvidia.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ EOS
exit 1
fi

curl -fsSL https://raw.githubusercontent.com/VOICEVOX/voicevox/0.16.1/build/installer_linux.sh >tmp_voicevox_installer.sh
VERSION=0.16.1 NAME=linux-nvidia-appimage bash tmp_voicevox_installer.sh
curl -fsSL https://raw.githubusercontent.com/VOICEVOX/voicevox/0.17.1/build/installer_linux.sh >tmp_voicevox_installer.sh
VERSION=0.17.1 NAME=linux-nvidia-appimage bash tmp_voicevox_installer.sh
rm tmp_voicevox_installer.sh

0 comments on commit 8ceb851

Please sign in to comment.