v1.2.0
概要
| 項目 | 内容 |
|---|---|
| タグ | v1.2.0 |
| 公開日 | 2026-08-20 |
| 直前のリリース | v1.1.1 |
| コミット数 | 5 |
| 貢献者 | 1 名 |
| 変更されたファイル | 15 |
| 追加された行 | 284 |
| 削除された行 | 29 |
ダウンロード
| ファイル | サイズ |
|---|---|
| UTAU_v1.2.0.ymme | 0.22 MB |
貢献者
| 貢献者 | コミット数 |
|---|---|
| 5 |
変更履歴
| コミット | 内容 | 貢献者 | 日付 |
|---|---|---|---|
43ad892 |
解決できない歌詞の扱いを試験で固定する | 2026-08-20 | |
7cfcdea |
説明書を今回の変更へ合わせる | 2026-08-20 | |
35b00d4 |
バージョンをv1.2.0へ上げる | 2026-08-20 | |
d456f4b |
編集器が発音の文言に追従するようにする | 2026-08-20 | |
015ab39 |
歌詞の解決をUTAUの仕様へ合わせる | 2026-08-20 |
変更されたファイル
差分の統計
.github/Plugin_Readme.txt | 10 ++--
README.md | 8 ++-
UTAU.Tests/PhonemizerTests.cs | 69 ++++++++++++++++++++++++
UTAU.Tests/PronounceChangeNotificationTests.cs | 37 +++++++++++++
UTAU.Tests/RenderMessageDisplayTests.cs | 1 -
UTAU.Tests/UstTests.cs | 74 ++++++++++++++++++++++++++
UTAU/Models/VoiceBank.cs | 12 ++---
UTAU/Notes/UTAUNote.cs | 18 +++++++
UTAU/Notes/UstImporter.cs | 45 ++++++++++++++--
UTAU/Phonemes/AliasResolver.cs | 9 +++-
UTAU/Phonemes/KanaRomanization.cs | 1 +
UTAU/Phonemes/Phonemizer.cs | 5 +-
UTAU/UTAU.csproj | 2 +-
UTAU/ViewModels/NoteEditorViewModel.cs | 16 ++++--
UTAU/Views/NoteEditor.xaml.cs | 6 +--
15 files changed, 284 insertions(+), 29 deletions(-)