diff --git a/CHANGELOG.md b/CHANGELOG.md index 986b7509..04ac6d58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,13 @@ ### Changelog -#### Version - 2.4.0.0 - ??? +#### Version - 2.4.0.0 - 1/9/2020 * Wabbajack is now based on .NET 5.0 (does not require a runtime download by users) * Origin is now supported as a game source * Basic (mostly untested) support for Dragon Age : Origins, Dragon Age 2, and Dragon Age: Inquisition * Replace RocksDB with SQLite should result in less process contention when running the UI and the CLI at the same time * Fixed Regression with CloudFront IPS4 sites not requesting logins before installation * Fixed regression that caused us to spam the Nexus with verify calls +* Further fixes for IPS4 sites #### Version - 2.3.6.2 - 12/31/2020 * HOTFIX: Also apply the IPS4 changes to LL Meta lookups diff --git a/Wabbajack.CLI/Wabbajack.CLI.csproj b/Wabbajack.CLI/Wabbajack.CLI.csproj index 091becf1..79873e8c 100644 --- a/Wabbajack.CLI/Wabbajack.CLI.csproj +++ b/Wabbajack.CLI/Wabbajack.CLI.csproj @@ -6,8 +6,8 @@ wabbajack-cli Wabbajack x64 - 2.3.6.2 - 2.3.6.2 + 2.4.0.0 + 2.4.0.0 Copyright © 2019-2020 An automated ModList installer true diff --git a/Wabbajack.Launcher/Wabbajack.Launcher.csproj b/Wabbajack.Launcher/Wabbajack.Launcher.csproj index 21d3f38c..ca0a9612 100644 --- a/Wabbajack.Launcher/Wabbajack.Launcher.csproj +++ b/Wabbajack.Launcher/Wabbajack.Launcher.csproj @@ -4,8 +4,8 @@ Exe net5.0-windows true - 2.3.6.2 - 2.3.6.2 + 2.4.0.0 + 2.4.0.0 Copyright © 2019-2020 Wabbajack Application Launcher true diff --git a/Wabbajack.Lib/WebAutomation/CefSharpWrapper.cs b/Wabbajack.Lib/WebAutomation/CefSharpWrapper.cs index 0edc34fb..c40d2b58 100644 --- a/Wabbajack.Lib/WebAutomation/CefSharpWrapper.cs +++ b/Wabbajack.Lib/WebAutomation/CefSharpWrapper.cs @@ -50,11 +50,13 @@ namespace Wabbajack.Lib.WebAutomation "

Temporarily Unavailable

", "
Request Header Or Cookie Too Large
", //"" + "525", + "522", }; private readonly (string, int)[] KnownErrorStrings = { ("

400 Bad Request

", 400), - ("We could not locate the item you are trying to view.", 404) + ("We could not locate the item you are trying to view.", 404), }; private static readonly Random RetryRandom = new Random(); diff --git a/Wabbajack.Server/Wabbajack.Server.csproj b/Wabbajack.Server/Wabbajack.Server.csproj index ff00543e..d0625b5b 100644 --- a/Wabbajack.Server/Wabbajack.Server.csproj +++ b/Wabbajack.Server/Wabbajack.Server.csproj @@ -3,8 +3,8 @@ Exe net5.0-windows - 2.3.6.2 - 2.3.6.2 + 2.4.0.0 + 2.4.0.0 Copyright © 2019-2020 Wabbajack Server win-x64 diff --git a/Wabbajack/Wabbajack.csproj b/Wabbajack/Wabbajack.csproj index e78e904f..f9b10efd 100644 --- a/Wabbajack/Wabbajack.csproj +++ b/Wabbajack/Wabbajack.csproj @@ -6,8 +6,8 @@ true x64 win10-x64 - 2.3.6.2 - 2.3.6.2 + 2.4.0.0 + 2.4.0.0 Copyright © 2019-2020 An automated ModList installer true