From 994cb48ec20f4700724d6dd71c5f020f49316677 Mon Sep 17 00:00:00 2001 From: Timothy Baldridge Date: Tue, 20 Jul 2021 22:07:25 -0600 Subject: [PATCH] 2.5.2.0 --- CHANGELOG.md | 6 ++++++ Wabbajack.CLI/Wabbajack.CLI.csproj | 4 ++-- Wabbajack.Launcher/Wabbajack.Launcher.csproj | 4 ++-- Wabbajack.Server/Wabbajack.Server.csproj | 4 ++-- Wabbajack/Wabbajack.csproj | 4 ++-- 5 files changed, 14 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c69ea50..62d8d59d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ### Changelog +#### Version - 2.5.2.0 - 7/20/2021 +* Added compilation step that allows for automatic uploading to CDN +* Added CLI command to upload MO2 mods to CDN (and add them to the MO2 downloads) +* Upped BSA Compression to MAX to hopefully solve some >2GB errors +* Launcher now creates a `wabbajack-cli.bat` file that points to the most recent version of the cli + #### Version - 2.5.1.5 - 7/17/2021 * HOTFIX - Don't attempt to analyze files that have .dds extensions but are not DDS files internally diff --git a/Wabbajack.CLI/Wabbajack.CLI.csproj b/Wabbajack.CLI/Wabbajack.CLI.csproj index 0f6747ea..58a67806 100644 --- a/Wabbajack.CLI/Wabbajack.CLI.csproj +++ b/Wabbajack.CLI/Wabbajack.CLI.csproj @@ -6,8 +6,8 @@ wabbajack-cli Wabbajack x64 - 2.5.1.5 - 2.5.1.5 + 2.5.2.0 + 2.5.2.0 Copyright © 2019-2021 An automated ModList installer true diff --git a/Wabbajack.Launcher/Wabbajack.Launcher.csproj b/Wabbajack.Launcher/Wabbajack.Launcher.csproj index 6c219e01..39de24df 100644 --- a/Wabbajack.Launcher/Wabbajack.Launcher.csproj +++ b/Wabbajack.Launcher/Wabbajack.Launcher.csproj @@ -4,8 +4,8 @@ Exe net5.0-windows true - 2.5.1.5 - 2.5.1.5 + 2.5.2.0 + 2.5.2.0 Copyright © 2019-2020 Wabbajack Application Launcher true diff --git a/Wabbajack.Server/Wabbajack.Server.csproj b/Wabbajack.Server/Wabbajack.Server.csproj index cc0946a6..855423be 100644 --- a/Wabbajack.Server/Wabbajack.Server.csproj +++ b/Wabbajack.Server/Wabbajack.Server.csproj @@ -3,8 +3,8 @@ Exe net5.0-windows - 2.5.1.5 - 2.5.1.5 + 2.5.2.0 + 2.5.2.0 Copyright © 2019-2021 Wabbajack Server win-x64 diff --git a/Wabbajack/Wabbajack.csproj b/Wabbajack/Wabbajack.csproj index 6dfa5e5c..8511e754 100644 --- a/Wabbajack/Wabbajack.csproj +++ b/Wabbajack/Wabbajack.csproj @@ -6,8 +6,8 @@ true x64 win10-x64 - 2.5.1.5 - 2.5.1.5 + 2.5.2.0 + 2.5.2.0 Copyright © 2019-2021 An automated ModList installer true