From c64fb2a8151603add051724489e034a8a8cfa0dd Mon Sep 17 00:00:00 2001 From: Timothy Baldridge Date: Mon, 20 Jul 2020 05:37:29 -0600 Subject: [PATCH] Version 2.1.3.1 --- CHANGELOG.md | 12 ++++-------- Wabbajack.CLI/Wabbajack.CLI.csproj | 4 ++-- Wabbajack.Launcher/Wabbajack.Launcher.csproj | 4 ++-- Wabbajack.Server/Wabbajack.Server.csproj | 4 ++-- Wabbajack.VirtualFileSystem/FileExtractor.cs | 2 +- Wabbajack/Wabbajack.csproj | 4 ++-- 6 files changed, 13 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a16deb8..d79d7dfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,12 @@ ### Changelog -#### Version - next -* Fixed Mediafire Downloader not handling direct links - -#### Version - 2.1.4.0 - ** -* List ingestion now supports compression and processes on a background threaded -* Support for validation of unlisted modlists - #### Version - 2.1.3.1 - 7/20/2020 -* Fix for direct links on Mediafire +* Fixed Mediafire Downloader not handling direct links * Support for backup mirrors when a given CDN edge node isn't available * Several help message improvements +* List ingestion now supports compression and processes on a background threaded +* Support for validation of unlisted modlists +* Abort installation/compilation on 7zip read errors #### Version - 2.1.3.0 - 7/16/2020 * Filters from the FilePicker are now being used diff --git a/Wabbajack.CLI/Wabbajack.CLI.csproj b/Wabbajack.CLI/Wabbajack.CLI.csproj index ee2ea4be..6af1795f 100644 --- a/Wabbajack.CLI/Wabbajack.CLI.csproj +++ b/Wabbajack.CLI/Wabbajack.CLI.csproj @@ -6,8 +6,8 @@ wabbajack-cli Wabbajack x64 - 2.1.3.0 - 2.1.3.0 + 2.1.3.1 + 2.1.3.1 Copyright © 2019-2020 An automated ModList installer true diff --git a/Wabbajack.Launcher/Wabbajack.Launcher.csproj b/Wabbajack.Launcher/Wabbajack.Launcher.csproj index 0c2b5d6b..0b6d2995 100644 --- a/Wabbajack.Launcher/Wabbajack.Launcher.csproj +++ b/Wabbajack.Launcher/Wabbajack.Launcher.csproj @@ -4,8 +4,8 @@ WinExe netcoreapp3.1 true - 2.1.3.0 - 2.1.3.0 + 2.1.3.1 + 2.1.3.1 Copyright © 2019-2020 Wabbajack Application Launcher true diff --git a/Wabbajack.Server/Wabbajack.Server.csproj b/Wabbajack.Server/Wabbajack.Server.csproj index f20f328a..b0b0a0b0 100644 --- a/Wabbajack.Server/Wabbajack.Server.csproj +++ b/Wabbajack.Server/Wabbajack.Server.csproj @@ -3,8 +3,8 @@ Exe netcoreapp3.1 - 2.1.3.0 - 2.1.3.0 + 2.1.3.1 + 2.1.3.1 Copyright © 2019-2020 Wabbajack Server win-x64 diff --git a/Wabbajack.VirtualFileSystem/FileExtractor.cs b/Wabbajack.VirtualFileSystem/FileExtractor.cs index 41bc64bd..1fd4ffae 100644 --- a/Wabbajack.VirtualFileSystem/FileExtractor.cs +++ b/Wabbajack.VirtualFileSystem/FileExtractor.cs @@ -177,7 +177,7 @@ namespace Wabbajack.VirtualFileSystem if (exitCode != 0) { - Utils.Error(new _7zipReturnError(exitCode, source, dest.Dir, "")); + Utils.ErrorThrow(new _7zipReturnError(exitCode, source, dest.Dir, "")); } else { diff --git a/Wabbajack/Wabbajack.csproj b/Wabbajack/Wabbajack.csproj index 57c89d97..2057764e 100644 --- a/Wabbajack/Wabbajack.csproj +++ b/Wabbajack/Wabbajack.csproj @@ -6,8 +6,8 @@ true x64 win10-x64 - 2.1.3.0 - 2.1.3.0 + 2.1.3.1 + 2.1.3.1 Copyright © 2019-2020 An automated ModList installer true