Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

to 0.21.0 #224

Merged
merged 1 commit into from
Oct 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 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.20.0"
editor_tag="0.21.0"
editor_url="https://raw.githubusercontent.com/VOICEVOX/voicevox/$editor_tag"

resource_tag="0.20.0"
resource_tag="0.21.0"
resource_url="https://raw.githubusercontent.com/VOICEVOX/voicevox_resource/$resource_tag"

# 規約
Expand All @@ -69,7 +69,7 @@ curl -s "$editor_url/public/qAndA.md" > src/markdowns/qAndA.md
curl -s "$editor_url/public/updateInfos.json" > src/data/updateInfos.json

# デフォルトエンジンの更新情報
npm run latestDefaultEngineInfos
npm run generateLatestDefaultEngineInfos
```

## 音量に関して
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.20.0"
export const APP_VERSION = "0.21.0"
export const NEMO_VERSION = "0.20.0"

export const characterKeys: CharacterKey[] = [
Expand Down
26 changes: 26 additions & 0 deletions src/data/updateInfos.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,30 @@
[
{
"version": "0.21.0",
"descriptions": [
"ソング:立ち絵表示の有無を切り替え可能に",
"ソング:エディタのデザインを刷新",
"ソング:マルチトラックを通常機能に",
"ソング:書き出し時の詳細設定機能",
"設定ダイアログのデザインを刷新",
"開発環境の向上",
"バグ修正"
],
"contributors": [
"gigi434",
"Hiroshiba",
"honey32",
"jdkfx",
"MT224244",
"naga-na",
"romot-co",
"sabonerune",
"Segu-g",
"sevenc-nanashi",
"sigprogramming",
"takusea"
]
},
{
"version": "0.20.0",
"descriptions": [
Expand Down
Loading
Loading