VOICEVOX.Web.Setup.X.X.X.exeがインストーラ本体です。ダウンロードして実行してください。
- より直感的な読み修正
- 新しいスタイルの追加
- 音声合成時のメモリ使用量の削減
- 音声合成の高速化
- 途中から連続再生
- リップシンク用のlabファイルの生成
- 開発環境の向上
- バグ修正
詳細な変更
- openapiをengine 0.5.2に対応させる by @Yosshi999 in https://github.com/Hiroshiba/voicevox/pull/247
- Confirict 0.6.0 by @Hiroshiba in https://github.com/Hiroshiba/voicevox/pull/251
- hotfix確認作業テンプレートを追加 by @Hiroshiba in https://github.com/Hiroshiba/voicevox/pull/257
- 読み仮名の修正 by @Yosshi999 in https://github.com/Hiroshiba/voicevox/pull/249
- Change Setting Dialog Layout to Catalogue by @Patchethium in https://github.com/Hiroshiba/voicevox/pull/260
- FETCHの副作用の分離 by @Segu-g in https://github.com/Hiroshiba/voicevox/pull/261
- 同期コマンドの新方式への移行例 by @Segu-g in https://github.com/Hiroshiba/voicevox/pull/263
- Electronビルド時にOSごとにビルド後の処理を呼び分けるスクリプトの追加 (#227) by @aoirint in https://github.com/Hiroshiba/voicevox/pull/262
- Electronビルド時に同梱するVOICEVOX ENGINEのディレクトリを環境変数から変更できるようにする by @aoirint in https://github.com/Hiroshiba/voicevox/pull/266
- 非同期コマンドの新方式への移行例 by @Segu-g in https://github.com/Hiroshiba/voicevox/pull/267
CHANGE_CHARACTER_INDEX
の新方式への移行 by @Segu-g in https://github.com/Hiroshiba/voicevox/pull/271- Vuex StoreのGetters、Actions、Mutationsの型を抽出する by @y-chan in https://github.com/Hiroshiba/voicevox/pull/269
- Vuex Storeの型を厳密化するためのラッパーを追加する by @y-chan in https://github.com/Hiroshiba/voicevox/pull/268
- licenses.jsonの生成スクリプトを追加 by @aoirint in https://github.com/Hiroshiba/voicevox/pull/275
- Storeの型を厳密化する by @y-chan in https://github.com/Hiroshiba/voicevox/pull/273
FETCH_AND_SET_SINGLE_ACCENT_PHRASE
の新方式への移行 by @Segu-g in https://github.com/Hiroshiba/voicevox/pull/274- licenses.json: nameやversionが出力されない不具合を修正 by @aoirint in https://github.com/Hiroshiba/voicevox/pull/276
- Vuex Storeの型を改善する by @y-chan in https://github.com/Hiroshiba/voicevox/pull/277
- AudioItemのcharaterIndexをspeakerに変更 by @Hiroshiba in https://github.com/Hiroshiba/voicevox/pull/279
- Windows用実行バイナリの自動ビルド (#219) by @aoirint in https://github.com/Hiroshiba/voicevox/pull/264
- ストア名の変数削除 by @y-chan in https://github.com/Hiroshiba/voicevox/pull/278
- ログ出力時にelectron-logのログレベル別出力を使用 by @aoirint in https://github.com/Hiroshiba/voicevox/pull/280
- ENGINEのログをVOICEVOX側のログに出力 by @aoirint in https://github.com/Hiroshiba/voicevox/pull/281
COMMAND_CHANGE_AUDIO_TEXT
コマンドの追加 by @Segu-g in https://github.com/Hiroshiba/voicevox/pull/284- VOICEVOXのアプリケーション終了前にENGINEのプロセス終了を待機 by @aoirint in https://github.com/Hiroshiba/voicevox/pull/282
- Undo/Redoの記録を無効化可能に by @Segu-g in https://github.com/Hiroshiba/voicevox/pull/285
- Linux上で外部からKillされたENGINEを再起動できない問題を修正 by @aoirint in https://github.com/Hiroshiba/voicevox/pull/286
- Revert: ENGINEのプロセスキル失敗時にENGINEの再起動を停止 by @aoirint in https://github.com/Hiroshiba/voicevox/pull/287
- Linux用実行バイナリ(AppImage)のインストールスクリプトを追加 by @aoirint in https://github.com/Hiroshiba/voicevox/pull/283
- 2キャラ×4スタイルに対応 by @Hiroshiba in https://github.com/Hiroshiba/voicevox/pull/289
- Storeのactions/mutationsのundefined引数を消す by @y-chan in https://github.com/Hiroshiba/voicevox/pull/290
IMPORT_FROM_FILE
コマンドの新方式への移行 by @Segu-g in https://github.com/Hiroshiba/voicevox/pull/288- Linux用実行バイナリ(AppImage)の自動ビルド (#218) by @aoirint in https://github.com/Hiroshiba/voicevox/pull/270
- undo/redoのパフォーマンス改善 by @Segu-g in https://github.com/Hiroshiba/voicevox/pull/297
- テスト実行環境Docker関連ファイルと単体テスト例 by @yuki1229ushioda in https://github.com/Hiroshiba/voicevox/pull/291
PUT_TEXTS
のコマンドへの移行 by @Segu-g in https://github.com/Hiroshiba/voicevox/pull/296- 連続再生の再生開始位置を現在選択されているセル(audioKey)からにする by @madosuki in https://github.com/Hiroshiba/voicevox/pull/301
- AudioCellのEnterの挙動を前バージョンのものに修正/テキストのフラッシュを改良 by @Segu-g in https://github.com/Hiroshiba/voicevox/pull/302
- Fix not working add button when immediately after start up by @madosuki in https://github.com/Hiroshiba/voicevox/pull/304
- Edited判定・プロジェクト破棄のダイアログ表示 by @Yosshi999 in https://github.com/Hiroshiba/voicevox/pull/305
- 設定とヘルプをメニューに移動 by @MT224244 in https://github.com/Hiroshiba/voicevox/pull/309
- AudioCellのonMountedでqueryをフェッチしていたのをaudioItemの生成時に修正 by @Segu-g in https://github.com/Hiroshiba/voicevox/pull/307
- 0.7.0 へのマイグレーション追加 by @raa0121 in https://github.com/Hiroshiba/voicevox/pull/314
- CPU版自動ビルドを有効化 by @aoirint in https://github.com/Hiroshiba/voicevox/pull/306
- REMOVE_ALL_AUDIO_ITEMのoldCommandの削除 by @Segu-g in https://github.com/Hiroshiba/voicevox/pull/317
- リプシンク用のlabファイルを生成できるようにする by @Patchethium in https://github.com/Hiroshiba/voicevox/pull/315
- to 0.7.0 by @Hiroshiba in https://github.com/Hiroshiba/voicevox/pull/318
新しいコントリビュータ
- @aoirint made their first contribution in https://github.com/Hiroshiba/voicevox/pull/262
- @yuki1229ushioda made their first contribution in https://github.com/Hiroshiba/voicevox/pull/291