From 979813ea796b2f056ab4f08d651639c63ba14eea Mon Sep 17 00:00:00 2001 From: Hiroshiba Kazuyuki Date: Fri, 26 Nov 2021 18:49:52 +0900 Subject: [PATCH] to 0.9.1 --- .github/workflows/build.yml | 14 +++++--------- package-lock.json | 2 +- package.json | 2 +- public/howtouse.md | 6 ++++++ public/updateInfos.json | 27 +++++++++++++++++++++++++++ src/components/SettingDialog.vue | 14 +++++++------- src/store/audio.ts | 2 +- 7 files changed, 48 insertions(+), 19 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d910fd2b21..53a2bc686b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,11 +10,7 @@ on: env: VOICEVOX_ENGINE_REPO_URL: "https://github.com/Hiroshiba/voicevox_engine" - VOICEVOX_ENGINE_VERSION: 0.8.0 - - # FIXME: implement build with production resources in Hiroshiba/voicevox - # Temporarily, skip uploading to GitHub Release (use Artifact instead) - SKIP_UPLOADING_RELEASE_ASSET: 1 + VOICEVOX_ENGINE_VERSION: 0.9.1 jobs: build-noengine-prepackage: @@ -649,7 +645,7 @@ jobs: df -h - name: Upload Linux AppImage Release artifact - if: env.SKIP_UPLOADING_RELEASE_ASSET == '1' && endsWith(matrix.artifact_name, '-appimage') + if: endsWith(matrix.artifact_name, '-appimage') uses: actions/upload-artifact@v2 with: name: ${{ matrix.artifact_name }}-release @@ -657,7 +653,7 @@ jobs: artifact/*.7z.* - name: Upload Linux AppImage splitted archives to Release assets - if: env.SKIP_UPLOADING_RELEASE_ASSET != '1' && endsWith(matrix.artifact_name, '-appimage') + if: endsWith(matrix.artifact_name, '-appimage') uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} @@ -667,7 +663,7 @@ jobs: # Windows NSIS Web - name: Upload Windows nsis-web archives to Release assets - if: env.SKIP_UPLOADING_RELEASE_ASSET != '1' && endsWith(matrix.artifact_name, '-nsis-web') + if: endsWith(matrix.artifact_name, '-nsis-web') uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} @@ -676,7 +672,7 @@ jobs: file: artifact/*.7z.* - name: Upload Windows nsis-web installer to Release assets - if: env.SKIP_UPLOADING_RELEASE_ASSET != '1' && endsWith(matrix.artifact_name, '-nsis-web') + if: endsWith(matrix.artifact_name, '-nsis-web') uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/package-lock.json b/package-lock.json index 001b1ecf56..b53db49a94 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "voicevox", - "version": "0.8.2", + "version": "0.9.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 553aec6eaf..c24bcf93e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "voicevox", - "version": "0.8.2", + "version": "0.9.1", "author": "Hiroshiba Kazuyuki", "private": true, "engines": { diff --git a/public/howtouse.md b/public/howtouse.md index 7da328e275..264a48364a 100644 --- a/public/howtouse.md +++ b/public/howtouse.md @@ -235,6 +235,12 @@ GPU モードでよく発生する現象で、長い音声を生成するには 現状の音声合成エンジンの仕様になります。前後の無音の長さを長くすると改善することがあるのでお試しください。 +### Q. バージョンアップすると表示がおかしくなった + +設定がなにか問題を起こしている可能性があります。一度ソフトウェアを終了して後述のパスにある設定ファイルを消去してもう一度起動してみてください。 + +設定ファイルのパス:`C:\Users\(ユーザー名)\AppData\Roaming\voicevox`もしくは`voicevox-cpu` + ## ご感想・ご要望・バグ報告など ご感想・ご要望は、ぜひ Twitter にてハッシュタグ #VOICEVOX を付けてツイートしてください。(開発の励みになります。) diff --git a/public/updateInfos.json b/public/updateInfos.json index 6c25416089..1ef3589d96 100644 --- a/public/updateInfos.json +++ b/public/updateInfos.json @@ -1,4 +1,31 @@ [ + { + "version": "0.9.1", + "descriptions": [ + "キャラクター「春日部つむぎ」「波音リツ」を追加", + "サンプリングレート変更機能を追加", + "再生デバイスの変更機能を追加", + "ショートカットキーをデフォルトに戻せるように", + "UXの向上", + "開発環境の向上", + "バグ修正" + ], + "contributors": [ + "aoirint", + "Hiroshiba", + "HyodaKazuaki", + "koizuka", + "madosuki", + "MT224244", + "nogino52", + "Patchethium", + "PickledChair", + "shigobushigobu", + "takana-v", + "yamachu", + "y-chan" + ] + }, { "version": "0.8.2", "descriptions": ["音声を1つだけ書き出せるメニューボタンを追加"], diff --git a/src/components/SettingDialog.vue b/src/components/SettingDialog.vue index d4090b3e70..bf8a2701c0 100644 --- a/src/components/SettingDialog.vue +++ b/src/components/SettingDialog.vue @@ -276,8 +276,7 @@ - - + - + + @@ -517,7 +517,7 @@ export default defineComponent({ $q.dialog({ title: "出力サンプリングレートを変更します", message: - "出力サンプリングレートを変更しても、音質は変化しません。また、音声の生成処理に若干時間がかかる場合があります。
本当に変更しますか?", + "出力サンプリングレートを変更しても、音質は変化しません。また、音声の生成処理に若干時間がかかる場合があります。
変更しますか?", html: true, persistent: true, ok: { diff --git a/src/store/audio.ts b/src/store/audio.ts index 9bc7baa88e..199211f413 100644 --- a/src/store/audio.ts +++ b/src/store/audio.ts @@ -439,7 +439,7 @@ export const audioStore: VoiceVoxStoreOptions< payload.styleId ?? state.defaultStyleIds[ state.defaultStyleIds.findIndex( - (x) => x.speakerUuid === characterInfos[0].metas.speakerUuid + (x) => x.speakerUuid === characterInfos[0].metas.speakerUuid // FIXME: defaultStyleIds内にspeakerUuidがない場合がある ) ].defaultStyleId; const baseAudioItem = payload.baseAudioItem;