diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b8bc63d..680c8453 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ * Fixes for Skyrin VR USSEP patch * Remember the download states that we index on the server * Only print remaining nexus quotas when they change +* Reworked the HTTP backend for Nexus/Http downloads performance and stability is much improved +* Fixed key errors with compilation and installation +* Improvements to the new manifest report #### Version - 0.9.18.0 - 2/11/2020 * Auto update functionality added client-side. diff --git a/Wabbajack.CLI/Wabbajack.CLI.csproj b/Wabbajack.CLI/Wabbajack.CLI.csproj index 2dbebcea..968d2509 100644 --- a/Wabbajack.CLI/Wabbajack.CLI.csproj +++ b/Wabbajack.CLI/Wabbajack.CLI.csproj @@ -6,8 +6,8 @@ wabbajack-cli Wabbajack x64 - 0.9.18.0 - 0.9.18.0 + 0.9.19.0 + 0.9.19.0 Copyright © 2019-2020 An automated ModList installer true diff --git a/Wabbajack.Launcher/Wabbajack.Launcher.csproj b/Wabbajack.Launcher/Wabbajack.Launcher.csproj index 3efeb684..f49b5db1 100644 --- a/Wabbajack.Launcher/Wabbajack.Launcher.csproj +++ b/Wabbajack.Launcher/Wabbajack.Launcher.csproj @@ -4,8 +4,8 @@ WinExe netcoreapp3.1 true - 0.9.18.0 - 0.9.18.0 + 0.9.19.0 + 0.9.19.0 Copyright © 2019-2020 An automated ModList installer true diff --git a/Wabbajack/Wabbajack.csproj b/Wabbajack/Wabbajack.csproj index d12d402c..cfd358cc 100644 --- a/Wabbajack/Wabbajack.csproj +++ b/Wabbajack/Wabbajack.csproj @@ -6,8 +6,8 @@ true x64 win10-x64 - 0.9.18.0 - 0.9.18.0 + 0.9.19.0 + 0.9.19.0 Copyright © 2019-2020 An automated ModList installer true