Skip to content

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 20 Aug 22:22
· 55 commits to main since this release

概要

項目 内容
タグ v1.4.0
公開日 2026-08-21
直前のリリース v1.3.0
コミット数 5
貢献者 1 名
変更されたファイル 27
追加された行 1108
削除された行 24

ダウンロード

ファイル サイズ
UTAU_v1.4.0.ymme 0.23 MB

貢献者

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

変更履歴

コミット 内容 貢献者 日付
b62038b 合成の再利用の上限を設定画面から変えられるようにする routersys @routersys 2026-08-21
1b093a2 説明書を分割読み込みと区間の再利用へ合わせる routersys @routersys 2026-08-21
4a405cc 合成した区間を再利用して編集の反映を速くする routersys @routersys 2026-08-21
2342f87 USTの読み込む範囲をパラメータから選べるようにする routersys @routersys 2026-08-20
feb4b81 USTをフレーズの範囲で取り込めるようにする routersys @routersys 2026-08-20

変更されたファイル

差分の統計
 .github/Plugin_Readme.txt                |   9 ++
 README.md                                |  10 +-
 UTAU.Tests/ExpressionTests.cs            |   2 +-
 UTAU.Tests/RenderTests.cs                |   6 +-
 UTAU.Tests/SegmentCacheTests.cs          | 267 +++++++++++++++++++++++++++++++
 UTAU.Tests/UstPhraseRangeTests.cs        | 227 ++++++++++++++++++++++++++
 UTAU.Tests/UstTests.cs                   |   4 +-
 UTAU/Notes/UstImporter.cs                | 110 ++++++++++++-
 UTAU/Synthesis/SegmentCache.cs           |  89 +++++++++++
 UTAU/Synthesis/SegmentKey.cs             | 149 +++++++++++++++++
 UTAU/Synthesis/UtauRenderer.cs           |  66 +++++++-
 UTAU/Texts.ar-sa.resx                    |   8 +
 UTAU/Texts.csv                           |   8 +
 UTAU/Texts.en-us.resx                    |   8 +
 UTAU/Texts.es-es.resx                    |   8 +
 UTAU/Texts.id-id.resx                    |   8 +
 UTAU/Texts.ko-kr.resx                    |   8 +
 UTAU/Texts.resx                          |   8 +
 UTAU/Texts.zh-cn.resx                    |   8 +
 UTAU/Texts.zh-tw.resx                    |   8 +
 UTAU/UTAUSettings.cs                     |  17 +-
 UTAU/UTAUVoiceParameter.cs               |  30 ++++
 UTAU/UTAUVoicePronounce.cs               |  30 +++-
 UTAU/UTAUVoiceSpeaker.cs                 |   4 +-
 UTAU/ViewModels/UTAUSettingsViewModel.cs |   6 +-
 UTAU/Views/ShowForUstSourceAttribute.cs  |  28 ++++
 UTAU/Views/UTAUSettingsView.xaml         |   6 +
 27 files changed, 1108 insertions(+), 24 deletions(-)

全ての変更

v1.3.0...v1.4.0