Releases: routersys/YMM4-UTAU
Releases · routersys/YMM4-UTAU
v1.7.4
Compare
Sorry, something went wrong.
No results found
概要
項目
内容
タグ
v1.7.4
公開日
2026-09-07
直前のリリース
v1.7.3
コミット数
5
貢献者
1 名
変更されたファイル
12
追加された行
221
削除された行
8
ダウンロード
ファイル
サイズ
UTAU_v1.7.4.ymme
0.46 MB
貢献者
変更履歴
変更されたファイル
差分の統計
.github/Plugin_Readme.txt | 40 ++++++++++++-
.gitmodules | 3 +
README.md | 41 ++++++++++++-
UTAU/Synthesis/UtauRenderer.cs | 2 +
UTAU/UTAU.csproj | 4 +-
UTAU/UTAUTelemetry.cs | 100 +++++++++++++++++++++++++++++++
UTAU/UTAUUpdateNotifier.cs | 4 +-
UTAU/UTAUVoicePlugin.cs | 18 +++++-
UTAU/UTAUVoiceSpeaker.cs | 13 ++++
UTAU/ViewModels/UTAUSettingsViewModel.cs | 2 +
UTAU/ViewModels/VoiceBankViewModel.cs | 1 +
YMM4-Telemetry | 1 +
12 files changed, 221 insertions(+), 8 deletions(-)
全ての変更
v1.7.3...v1.7.4
v1.7.3
Compare
Sorry, something went wrong.
No results found
概要
項目
内容
タグ
v1.7.3
公開日
2026-09-07
直前のリリース
v1.7.2
コミット数
3
貢献者
1 名
変更されたファイル
7
追加された行
41
削除された行
28
ダウンロード
ファイル
サイズ
UTAU_v1.7.3.ymme
0.44 MB
貢献者
変更履歴
変更されたファイル
差分の統計
.github/LICENSE/NAudio.txt | 24 ++++++++++++++++++++++++
.github/Plugin_Readme.txt | 4 +++-
.github/workflows/release.yml | 4 ++--
README.md | 1 +
UTAU.Tests/UTAU.Tests.csproj | 9 ---------
UTAU/Synthesis/WaveIo.cs | 2 +-
UTAU/UTAU.csproj | 25 ++++++++++---------------
7 files changed, 41 insertions(+), 28 deletions(-)
全ての変更
v1.7.2...v1.7.3
v1.7.2
Compare
Sorry, something went wrong.
No results found
概要
項目
内容
タグ
v1.7.2
公開日
2026-09-07
直前のリリース
v1.7.1
コミット数
2
貢献者
1 名
変更されたファイル
4
追加された行
6
削除された行
3
ダウンロード
ファイル
サイズ
UTAU_v1.7.2.ymme
0.25 MB
貢献者
変更履歴
変更されたファイル
差分の統計
.github/Plugin_Readme.txt | 2 +-
UTAU.Tests/UTAU.Tests.csproj | 3 +++
UTAU/Synthesis/WaveIo.cs | 2 +-
UTAU/UTAU.csproj | 2 +-
4 files changed, 6 insertions(+), 3 deletions(-)
全ての変更
v1.7.1...v1.7.2
v1.7.1
Compare
Sorry, something went wrong.
No results found
概要
項目
内容
タグ
v1.7.1
公開日
2026-08-26
直前のリリース
v1.7.0
コミット数
3
貢献者
1 名
変更されたファイル
4
追加された行
26
削除された行
3
ダウンロード
ファイル
サイズ
UTAU_v1.7.1.ymme
0.25 MB
貢献者
変更履歴
変更されたファイル
差分の統計
.github/Plugin_Readme.txt | 2 +-
UTAU.Tests/NoteBatchEditTests.cs | 23 +++++++++++++++++++++++
UTAU/UTAU.csproj | 2 +-
UTAU/UTAUVoicePlugin.cs | 2 +-
4 files changed, 26 insertions(+), 3 deletions(-)
全ての変更
v1.7.0...v1.7.1
v1.7.0
Compare
Sorry, something went wrong.
No results found
概要
項目
内容
タグ
v1.7.0
公開日
2026-08-23
直前のリリース
v1.6.2
コミット数
15
貢献者
1 名
変更されたファイル
40
追加された行
4294
削除された行
823
ダウンロード
ファイル
サイズ
UTAU_v1.7.0.ymme
0.25 MB
貢献者
変更履歴
変更されたファイル
差分の統計
.github/LICENSE/OpenUtau.txt | 21 ++
.github/Plugin_Readme.txt | 20 +-
.github/workflows/release.yml | 88 +----
README.md | 9 +-
UTAU.Tests/ExpressionStripAlignmentTests.cs | 10 +-
UTAU.Tests/LyricSplitterTests.cs | 251 +++++++++++++
UTAU.Tests/LyricsBulkEditLayoutTests.cs | 161 +++++++++
UTAU.Tests/LyricsBulkEditTests.cs | 338 +++++++++++++++++
UTAU.Tests/NoteBatchEditTests.cs | 542 ++++++++++++++++++++++++++++
UTAU.Tests/NoteCollectionSyncTests.cs | 541 +++++++++++++++++++++++++++
UTAU.Tests/NoteContextMenuTests.cs | 253 +++++++++++++
UTAU.Tests/NoteEditorDetachTests.cs | 295 +++++++++++++++
UTAU.Tests/NoteEditorHostTests.cs | 109 ++++++
UTAU.Tests/NoteEditorMeasuredLayoutTests.cs | 12 +-
UTAU.Tests/RenderMessageDisplayTests.cs | 8 +-
UTAU.Tests/ScrollingTextTests.cs | 8 +-
UTAU/Notes/LyricSplitter.cs | 158 ++++++++
UTAU/Notes/UTAUNote.cs | 20 +-
UTAU/Texts.ar-sa.resx | 16 +
UTAU/Texts.csv | 16 +
UTAU/Texts.en-us.resx | 16 +
UTAU/Texts.es-es.resx | 16 +
UTAU/Texts.id-id.resx | 16 +
UTAU/Texts.ko-kr.resx | 16 +
UTAU/Texts.resx | 16 +
UTAU/Texts.zh-cn.resx | 16 +
UTAU/Texts.zh-tw.resx | 16 +
UTAU/UTAU.csproj | 2 +-
UTAU/ViewModels/LyricsBulkEditViewModel.cs | 37 ++
UTAU/ViewModels/NoteEditorViewModel.cs | 343 +++++++++++++++++-
UTAU/Views/LyricsBulkEditView.xaml | 45 +++
UTAU/Views/LyricsBulkEditView.xaml.cs | 21 ++
UTAU/Views/LyricsBulkEditWindow.xaml | 18 +
UTAU/Views/LyricsBulkEditWindow.xaml.cs | 23 ++
UTAU/Views/NoteEditor.xaml | 390 +-------------------
UTAU/Views/NoteEditor.xaml.cs | 376 +++----------------
UTAU/Views/NoteEditorSurface.xaml | 434 ++++++++++++++++++++++
UTAU/Views/NoteEditorSurface.xaml.cs | 402 +++++++++++++++++++++
UTAU/Views/NoteEditorWindow.xaml | 17 +
UTAU/Views/NoteEditorWindow.xaml.cs | 21 ++
40 files changed, 4294 insertions(+), 823 deletions(-)
全ての変更
v1.6.2...v1.7.0
v1.6.2
Compare
Sorry, something went wrong.
No results found
概要
項目
内容
タグ
v1.6.2
公開日
2026-08-22
直前のリリース
v1.6.1
コミット数
4
貢献者
1 名
変更されたファイル
5
追加された行
217
削除された行
7
ダウンロード
ファイル
サイズ
UTAU_v1.6.2.ymme
0.23 MB
貢献者
変更履歴
変更されたファイル
差分の統計
.github/Plugin_Readme.txt | 2 +-
UTAU.Tests/SynthesisTests.cs | 64 +++++++++++++++++++
UTAU/Synthesis/PitchTrack.cs | 142 +++++++++++++++++++++++++++++++++++++++++
UTAU/Synthesis/UtauRenderer.cs | 14 ++--
UTAU/UTAU.csproj | 2 +-
5 files changed, 217 insertions(+), 7 deletions(-)
全ての変更
v1.6.1...v1.6.2
v1.6.1
Compare
Sorry, something went wrong.
No results found
概要
項目
内容
タグ
v1.6.1
公開日
2026-08-22
直前のリリース
v1.6.0
コミット数
2
貢献者
2 名
変更されたファイル
2
追加された行
2
削除された行
2
ダウンロード
ファイル
サイズ
UTAU_v1.6.1.ymme
0.23 MB
貢献者
変更履歴
変更されたファイル
差分の統計
.github/Plugin_Readme.txt | 2 +-
UTAU/UTAU.csproj | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
全ての変更
v1.6.0...v1.6.1
v1.6.0
Compare
Sorry, something went wrong.
No results found
概要
項目
内容
タグ
v1.6.0
公開日
2026-08-22
直前のリリース
v1.5.0
コミット数
14
貢献者
2 名
変更されたファイル
16
追加された行
345
削除された行
61
ダウンロード
ファイル
サイズ
UTAU_v1.6.0.ymme
0.23 MB
貢献者
変更履歴
変更されたファイル
差分の統計
.github/Plugin_Readme.txt | 2 +-
.github/workflows/release.yml | 2 +-
README.md | 6 ++-
UTAU.Tests/PhonemizerTests.cs | 81 +++++++++++++++++++++++++++++++++++-
UTAU.Tests/RenderTests.cs | 22 ++++++++++
UTAU.Tests/SynthesisTests.cs | 37 +++++++++++++---
UTAU.Tests/UstTests.cs | 47 +++++++++++++++++++++
UTAU/Notes/UstImporter.cs | 33 +++++++++++----
UTAU/Phonemes/PhonemeUnit.cs | 8 +++-
UTAU/Synthesis/SegmentKey.cs | 3 ++
UTAU/Synthesis/SpectrumTransform.cs | 4 ++
UTAU/Synthesis/TimeMap.cs | 13 +++---
UTAU/Synthesis/UnitTiming.cs | 80 +++++++++++++++++++++++++----------
UTAU/Synthesis/UtauRenderer.cs | 66 +++++++++++++++++++++++++----
UTAU/UTAU.csproj | 2 +-
docs/UTAU.png | Bin 0 -> 666028 bytes
16 files changed, 345 insertions(+), 61 deletions(-)
全ての変更
v1.5.0...v1.6.0
v1.5.0
Compare
Sorry, something went wrong.
No results found
概要
項目
内容
タグ
v1.5.0
公開日
2026-08-21
直前のリリース
v1.4.1
コミット数
5
貢献者
1 名
変更されたファイル
26
追加された行
659
削除された行
126
ダウンロード
ファイル
サイズ
UTAU_v1.5.0.ymme
0.23 MB
貢献者
変更履歴
変更されたファイル
差分の統計
.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
v1.4.1
Compare
Sorry, something went wrong.
No results found
概要
項目
内容
タグ
v1.4.1
公開日
2026-08-21
直前のリリース
v1.4.0
コミット数
1
貢献者
1 名
変更されたファイル
1
追加された行
1
削除された行
1
ダウンロード
ファイル
サイズ
UTAU_v1.4.1.ymme
0.23 MB
貢献者
変更履歴
変更されたファイル
差分の統計
UTAU/UTAU.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
全ての変更
v1.4.0...v1.4.1