From 611c2f2f5fcc43c0d4fd67b2711b4317e8034c0e Mon Sep 17 00:00:00 2001 From: Timothy Baldridge Date: Mon, 6 Jul 2020 18:46:39 -0600 Subject: [PATCH 1/2] Fix blank archive names in logs --- CHANGELOG.md | 6 ++++++ Wabbajack.Lib/MO2Installer.cs | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7b0ea09..4240f05e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ### Changelog +#### Version - 2.1.0.1 - 7/6/2020 +* Don't include saves in .wabbajack files +* Don't delete saves from any MO2 profile during installation +* Don't try to hash .wabbajack files *in the middle of downloading them* +* Print the PrimaryKeyString in logs when an archive is missing (in case the archive name is blank) + #### Version - 2.1.0.0 - 7/2/2020 * Game files are available as downloads automatically during compilation/installation * Game files are patched/copied/used in BSA creation automatically diff --git a/Wabbajack.Lib/MO2Installer.cs b/Wabbajack.Lib/MO2Installer.cs index 95016d70..d9482e50 100644 --- a/Wabbajack.Lib/MO2Installer.cs +++ b/Wabbajack.Lib/MO2Installer.cs @@ -122,7 +122,7 @@ namespace Wabbajack.Lib if (missing.Count > 0) { foreach (var a in missing) - Info($"Unable to download {a.Name}"); + Info($"Unable to download {a.Name} ({a.State.PrimaryKeyString})"); if (IgnoreMissingFiles) Info("Missing some archives, but continuing anyways at the request of the user"); else From cedfd97acf37ba33bbf919089335eb074fcd5c8a Mon Sep 17 00:00:00 2001 From: Timothy Baldridge Date: Mon, 6 Jul 2020 18:47:39 -0600 Subject: [PATCH 2/2] Bump version and deps --- Wabbajack.CLI/Wabbajack.CLI.csproj | 4 ++-- Wabbajack.Launcher/Wabbajack.Launcher.csproj | 4 ++-- Wabbajack.Server/Wabbajack.Server.csproj | 4 ++-- Wabbajack/Wabbajack.csproj | 8 ++++---- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Wabbajack.CLI/Wabbajack.CLI.csproj b/Wabbajack.CLI/Wabbajack.CLI.csproj index 0abf2821..cd4b5554 100644 --- a/Wabbajack.CLI/Wabbajack.CLI.csproj +++ b/Wabbajack.CLI/Wabbajack.CLI.csproj @@ -6,8 +6,8 @@ wabbajack-cli Wabbajack x64 - 2.1.0.0 - 2.1.0.0 + 2.1.0.1 + 2.1.0.1 Copyright © 2019-2020 An automated ModList installer true diff --git a/Wabbajack.Launcher/Wabbajack.Launcher.csproj b/Wabbajack.Launcher/Wabbajack.Launcher.csproj index fcb9bf41..662f1e8f 100644 --- a/Wabbajack.Launcher/Wabbajack.Launcher.csproj +++ b/Wabbajack.Launcher/Wabbajack.Launcher.csproj @@ -4,8 +4,8 @@ WinExe netcoreapp3.1 true - 2.1.0.0 - 2.1.0.0 + 2.1.0.1 + 2.1.0.1 Copyright © 2019-2020 Wabbajack Application Launcher true diff --git a/Wabbajack.Server/Wabbajack.Server.csproj b/Wabbajack.Server/Wabbajack.Server.csproj index 245944cb..a7959d35 100644 --- a/Wabbajack.Server/Wabbajack.Server.csproj +++ b/Wabbajack.Server/Wabbajack.Server.csproj @@ -3,8 +3,8 @@ Exe netcoreapp3.1 - 2.1.0.0 - 2.1.0.0 + 2.1.0.1 + 2.1.0.1 Copyright © 2019-2020 Wabbajack Server win-x64 diff --git a/Wabbajack/Wabbajack.csproj b/Wabbajack/Wabbajack.csproj index 651af5d2..54eb1d87 100644 --- a/Wabbajack/Wabbajack.csproj +++ b/Wabbajack/Wabbajack.csproj @@ -6,8 +6,8 @@ true x64 win10-x64 - 2.1.0.0 - 2.1.0.0 + 2.1.0.1 + 2.1.0.1 Copyright © 2019-2020 An automated ModList installer true @@ -67,8 +67,8 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - + +