Skip to content

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 20 Aug 14:29
· 60 commits to main since this release

概要

項目 内容
タグ v1.3.0
公開日 2026-08-20
直前のリリース v1.2.0
コミット数 9
貢献者 1 名
変更されたファイル 17
追加された行 1331
削除された行 184

ダウンロード

ファイル サイズ
UTAU_v1.3.0.ymme 0.22 MB

貢献者

貢献者 コミット数
routersys @routersys 9

変更履歴

コミット 内容 貢献者 日付
4f32e37 候補の重複判定を連結後の形へ直す routersys @routersys 2026-08-20
cdae893 音素化を確保のない走査へ作り直す routersys @routersys 2026-08-20
ab727db 別名の照合を確保なしの走査へ置き換える routersys @routersys 2026-08-20
a31b852 歌詞の表記の揺れを分解と渡りの判定にも通す routersys @routersys 2026-08-20
9c3307c 説明書を歌詞の扱いの変更へ合わせる routersys @routersys 2026-08-20
2bffab5 UST歌詞を書き換えずに取り込む routersys @routersys 2026-08-20
6749a66 別名の照合で表記の揺れを両側とも揃える routersys @routersys 2026-08-20
9cccb43 渡りと語尾もprefix.mapの無視に従わせる routersys @routersys 2026-08-20
eb9f37e 母音なし音符の試験が退行を捕まえるようにする routersys @routersys 2026-08-20

変更されたファイル

差分の統計
 .github/Plugin_Readme.txt               |   7 +-
 README.md                               |   6 +-
 UTAU.Tests/AliasNormalizerTests.cs      | 169 +++++++++++++++++++++++++++
 UTAU.Tests/NotationTests.cs             |   1 -
 UTAU.Tests/PhonemeEquivalenceTests.cs   | 180 +++++++++++++++++++++++++++++
 UTAU.Tests/PhonemizerAllocationTests.cs | 142 +++++++++++++++++++++++
 UTAU.Tests/PhonemizerTests.cs           |  37 +++++-
 UTAU.Tests/ReferencePhonemes.cs         | 199 ++++++++++++++++++++++++++++++++
 UTAU.Tests/UstTests.cs                  |  17 ++-
 UTAU/Models/AliasNormalizer.cs          | 114 ++++++++++++++++++
 UTAU/Models/VoiceBank.cs                |  72 ++++++++----
 UTAU/Notes/UstImporter.cs               |  30 +----
 UTAU/Phonemes/AliasCandidates.cs        | 153 ++++++++++++++++++++++++
 UTAU/Phonemes/AliasResolver.cs          | 108 ++++++++++-------
 UTAU/Phonemes/AliasWorkspace.cs         |  26 +++++
 UTAU/Phonemes/KanaRomanization.cs       | 136 +++++++++++++++++-----
 UTAU/Phonemes/Phonemizer.cs             | 118 +++++++++++--------
 17 files changed, 1331 insertions(+), 184 deletions(-)

全ての変更

v1.2.0...v1.3.0