Skip to content

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 21 Aug 02:01
· 49 commits to main since this release

概要

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

ダウンロード

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

貢献者

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

変更履歴

コミット 内容 貢献者 日付
2f5de05 タグと版の記載が食い違うときは訂正してから発行する routersys @routersys 2026-08-21
2a819e6 工具列の文言を送って全文を読めるようにする routersys @routersys 2026-08-21
5da0e57 説明書の版をタグから書き込む routersys @routersys 2026-08-21
1ea274c 区間の鍵を位置によらない形にする routersys @routersys 2026-08-21
99b9798 区間ごとの合成を並列に行う routersys @routersys 2026-08-21

変更されたファイル

差分の統計
 .github/Plugin_Readme.txt               |  17 +++-
 .github/workflows/release.yml           |  88 +++++++++++++++++
 README.md                               |   7 +-
 UTAU.Tests/ExpressionTests.cs           |   4 +-
 UTAU.Tests/ParallelRenderTests.cs       | 123 ++++++++++++++++++++++++
 UTAU.Tests/RenderMessageDisplayTests.cs |   4 +-
 UTAU.Tests/RenderTests.cs               |   8 +-
 UTAU.Tests/ScrollingTextTests.cs        | 132 +++++++++++++++++++++++++
 UTAU.Tests/SegmentCacheTests.cs         |  53 +++++++++--
 UTAU.Tests/UstPhraseRangeTests.cs       |   3 +-
 UTAU/Synthesis/SegmentCache.cs          |   4 +-
 UTAU/Synthesis/SegmentKey.cs            |  12 ---
 UTAU/Synthesis/UtauRenderer.cs          | 164 +++++++++++++++++++++-----------
 UTAU/Texts.ar-sa.resx                   |   4 +-
 UTAU/Texts.csv                          |   4 +-
 UTAU/Texts.en-us.resx                   |   4 +-
 UTAU/Texts.es-es.resx                   |   4 +-
 UTAU/Texts.id-id.resx                   |   4 +-
 UTAU/Texts.ko-kr.resx                   |   4 +-
 UTAU/Texts.resx                         |   4 +-
 UTAU/Texts.zh-cn.resx                   |   4 +-
 UTAU/Texts.zh-tw.resx                   |   4 +-
 UTAU/UTAUVoicePronounce.cs              |  14 ++-
 UTAU/UTAUVoiceSpeaker.cs                |   4 +-
 UTAU/Views/NoteEditor.xaml              |   9 +-
 UTAU/Views/ScrollingText.cs             | 103 ++++++++++++++++++++
 26 files changed, 659 insertions(+), 126 deletions(-)

全ての変更

v1.4.1...v1.5.0