Skip to content

Commit

Permalink
to 0.19.0 (#2027)
Browse files Browse the repository at this point in the history
* 起動方法をたためるように

* stash

* to 0.19.0

* format
  • Loading branch information
Hiroshiba authored Apr 26, 2024
1 parent aa9a2c1 commit 3d84439
Show file tree
Hide file tree
Showing 3 changed files with 30 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.18.1
VOICEVOX_RESOURCE_VERSION: 0.18.1
VOICEVOX_ENGINE_VERSION: 0.19.0
VOICEVOX_RESOURCE_VERSION: 0.19.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
10 changes: 9 additions & 1 deletion public/howtouse.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,22 @@

また、[使い方を軽めに紹介した動画](https://youtu.be/4yVpklclxwU)もあるので、よかったらご覧ください。

## 起動方法
## インストール・起動方法

### Windows 版

<details><summary>クリックで展開</summary>

起動しようとすると「Windows によって PC が保護されました」というダイアログが表示されるかもしれません。その際は「詳細情報」をクリックし、発行元が「Kazuyuki Hiroshiba」であることを確認してから「実行」を選んでください。

<img src="res/image14.png" style="max-height: 16rem" alt="「Windows によって PC が保護されました」というダイアログ" /> → <img src="res/image15.png" style="max-height: 16rem" alt="「詳細情報」をクリックし、「実行」を選んでいる様子。" />

</details>

### Mac 版

<details><summary>クリックで展開</summary>

初回起動時は Apple に登録されていないアプリケーションとして警告ダイアログが表示されるかもしれません。

<img src="res/gatekeeper.png" style="max-height: 16rem" alt="「VOICEVOXは開発を検証できないため開けません」というダイアログ"/>
Expand All @@ -36,6 +42,8 @@ macOS Ventura 以前をお使いの場合は、アップルメニューから「

<img src="res/macos-big-sur-software-update-rosetta-alert.jpg" style="max-height: 12rem" alt="Rosettaのインストールを確認するダイアログ"/>

</details>

## 音声合成エンジンの起動

最初に音声合成エンジンが起動します。
Expand Down
19 changes: 19 additions & 0 deletions public/updateInfos.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
[
{
"version": "0.19.0",
"descriptions": [
"ソング:ピッチ編集機能",
"ソング:歌詞の一括入力",
"バグ修正"
],
"contributors": [
"Hiroshiba",
"KoharuYuzuki",
"madosuki",
"palm209",
"romot-co",
"sevenc-nanashi",
"sigprogramming",
"weweweok",
"y-chan"
]
},
{
"version": "0.18.1",
"descriptions": [
Expand Down

0 comments on commit 3d84439

Please sign in to comment.