From a7f6e0922611fcd62ecacaf6a03bdd6815cd1894 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Fri, 23 May 2025 12:54:27 -0400 Subject: [PATCH] Update RedumpLib to 1.6.7 (fixes #853) --- CHANGELIST.md | 1 + MPF.CLI/MPF.CLI.csproj | 2 +- MPF.Check/MPF.Check.csproj | 2 +- .../MPF.ExecutionContexts.Test.csproj | 2 +- MPF.ExecutionContexts/MPF.ExecutionContexts.csproj | 2 +- MPF.Frontend.Test/MPF.Frontend.Test.csproj | 2 +- MPF.Frontend/MPF.Frontend.csproj | 2 +- MPF.Frontend/Tools/SubmissionGenerator.cs | 3 +++ MPF.Processors.Test/MPF.Processors.Test.csproj | 2 +- MPF.Processors/MPF.Processors.csproj | 2 +- MPF.UI/MPF.UI.csproj | 2 +- MPF.UI/Windows/DiscInformationWindow.xaml | 8 ++++++-- 12 files changed, 19 insertions(+), 11 deletions(-) diff --git a/CHANGELIST.md b/CHANGELIST.md index aa2fde00..6c315f28 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -1,6 +1,7 @@ ### WIP (xxxx-xx-xx) - Include Aaru in automatic builds +- Update RedumpLib to 1.6.7 ### 3.3.1 (2025-05-23) diff --git a/MPF.CLI/MPF.CLI.csproj b/MPF.CLI/MPF.CLI.csproj index a0f427cf..908ccefd 100644 --- a/MPF.CLI/MPF.CLI.csproj +++ b/MPF.CLI/MPF.CLI.csproj @@ -43,7 +43,7 @@ - + \ No newline at end of file diff --git a/MPF.Check/MPF.Check.csproj b/MPF.Check/MPF.Check.csproj index 4da40317..3cfff38d 100644 --- a/MPF.Check/MPF.Check.csproj +++ b/MPF.Check/MPF.Check.csproj @@ -43,7 +43,7 @@ - + \ No newline at end of file diff --git a/MPF.ExecutionContexts.Test/MPF.ExecutionContexts.Test.csproj b/MPF.ExecutionContexts.Test/MPF.ExecutionContexts.Test.csproj index b6cf0c48..78036c99 100644 --- a/MPF.ExecutionContexts.Test/MPF.ExecutionContexts.Test.csproj +++ b/MPF.ExecutionContexts.Test/MPF.ExecutionContexts.Test.csproj @@ -17,7 +17,7 @@ - + diff --git a/MPF.ExecutionContexts/MPF.ExecutionContexts.csproj b/MPF.ExecutionContexts/MPF.ExecutionContexts.csproj index 5837dab0..a53a1de1 100644 --- a/MPF.ExecutionContexts/MPF.ExecutionContexts.csproj +++ b/MPF.ExecutionContexts/MPF.ExecutionContexts.csproj @@ -32,7 +32,7 @@ - + \ No newline at end of file diff --git a/MPF.Frontend.Test/MPF.Frontend.Test.csproj b/MPF.Frontend.Test/MPF.Frontend.Test.csproj index ac469e96..661a16ce 100644 --- a/MPF.Frontend.Test/MPF.Frontend.Test.csproj +++ b/MPF.Frontend.Test/MPF.Frontend.Test.csproj @@ -17,7 +17,7 @@ - + diff --git a/MPF.Frontend/MPF.Frontend.csproj b/MPF.Frontend/MPF.Frontend.csproj index 69b0f30d..afb9a43d 100644 --- a/MPF.Frontend/MPF.Frontend.csproj +++ b/MPF.Frontend/MPF.Frontend.csproj @@ -36,7 +36,7 @@ - + diff --git a/MPF.Frontend/Tools/SubmissionGenerator.cs b/MPF.Frontend/Tools/SubmissionGenerator.cs index 132be77f..7de05a41 100644 --- a/MPF.Frontend/Tools/SubmissionGenerator.cs +++ b/MPF.Frontend/Tools/SubmissionGenerator.cs @@ -81,6 +81,9 @@ namespace MPF.Frontend.Tools if (options.IncludeArtifacts) info.Artifacts = processor?.GenerateArtifacts(outputDirectory, outputFilename); + // Add a placeholder for the logs link + info.CommonDiscInfo!.CommentsSpecialFields![SiteCode.LogsLink] = "[Please provide a link to your logs here]"; + // Get a list of matching IDs for each line in the DAT if (!string.IsNullOrEmpty(info.TracksAndWriteOffsets!.ClrMameProData) && options.HasRedumpLogin) _ = await FillFromRedump(options, info, resultProgress); diff --git a/MPF.Processors.Test/MPF.Processors.Test.csproj b/MPF.Processors.Test/MPF.Processors.Test.csproj index 129a8c62..d70ae927 100644 --- a/MPF.Processors.Test/MPF.Processors.Test.csproj +++ b/MPF.Processors.Test/MPF.Processors.Test.csproj @@ -27,7 +27,7 @@ - + diff --git a/MPF.Processors/MPF.Processors.csproj b/MPF.Processors/MPF.Processors.csproj index 2f0142c5..4a0a45a5 100644 --- a/MPF.Processors/MPF.Processors.csproj +++ b/MPF.Processors/MPF.Processors.csproj @@ -35,7 +35,7 @@ - + diff --git a/MPF.UI/MPF.UI.csproj b/MPF.UI/MPF.UI.csproj index 5e38c399..a9f714e3 100644 --- a/MPF.UI/MPF.UI.csproj +++ b/MPF.UI/MPF.UI.csproj @@ -70,7 +70,7 @@ - + diff --git a/MPF.UI/Windows/DiscInformationWindow.xaml b/MPF.UI/Windows/DiscInformationWindow.xaml index c14d9b6f..683af1ef 100644 --- a/MPF.UI/Windows/DiscInformationWindow.xaml +++ b/MPF.UI/Windows/DiscInformationWindow.xaml @@ -85,8 +85,10 @@ Text="{Binding Path=SubmissionInfo.CommonDiscInfo.CommentsSpecialFields[(redump:SiteCode)AlternativeForeignTitle], Mode=TwoWay}"/> - + @@ -157,7 +159,9 @@ HorizontalAlignment="Stretch" VerticalAlignment="Stretch"> - + +