diff --git a/CHANGELOG.md b/CHANGELOG.md index 974eb37a..053ccd19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ ### Changelog -#### Version - 2.0.0.0 - ? +#### Version - 2.0.1.0 - 4/27/2020 +* Fixed "FileNotFound" and "File is open by another process" bugs during installation +* Raised the BSA limit from 2,000,000,000 bytes to 2 ^ 31 bytes +* Added NSFW flags for modlists/gallery +* Fixed zEdit settings integration + +#### Version - 2.0.0.0 - 4/25/2020 * Reworked all internal routines to use Relative/Absolute path values instead of strings * Reworked all internal routines to use Hash values instead of strings * Reworked all internal routines to use Game values instead of strings diff --git a/Wabbajack.BuildServer/Wabbajack.BuildServer.csproj b/Wabbajack.BuildServer/Wabbajack.BuildServer.csproj index 5ff8cc69..1f7b178e 100644 --- a/Wabbajack.BuildServer/Wabbajack.BuildServer.csproj +++ b/Wabbajack.BuildServer/Wabbajack.BuildServer.csproj @@ -7,8 +7,8 @@ true true win10-x64 - 2.0.0.0 - 2.0.0.0 + 2.0.1.0 + 2.0.1.0 Copyright © 2019-2020 Server component for Wabbajack BuildServer diff --git a/Wabbajack.CLI/Wabbajack.CLI.csproj b/Wabbajack.CLI/Wabbajack.CLI.csproj index 8d1a7d03..75fefbc7 100644 --- a/Wabbajack.CLI/Wabbajack.CLI.csproj +++ b/Wabbajack.CLI/Wabbajack.CLI.csproj @@ -6,8 +6,8 @@ wabbajack-cli Wabbajack x64 - 2.0.0.0 - 2.0.0.0 + 2.0.1.0 + 2.0.1.0 Copyright © 2019-2020 An automated ModList installer true diff --git a/Wabbajack.Launcher/Wabbajack.Launcher.csproj b/Wabbajack.Launcher/Wabbajack.Launcher.csproj index 94c8c0a0..e10f6e64 100644 --- a/Wabbajack.Launcher/Wabbajack.Launcher.csproj +++ b/Wabbajack.Launcher/Wabbajack.Launcher.csproj @@ -4,8 +4,8 @@ WinExe netcoreapp3.1 true - 2.0.0.0 - 2.0.0.0 + 2.0.1.0 + 2.0.1.0 Copyright © 2019-2020 Wabbajack Application Launcher true diff --git a/Wabbajack/Wabbajack.csproj b/Wabbajack/Wabbajack.csproj index cc598dd6..c1003bf9 100644 --- a/Wabbajack/Wabbajack.csproj +++ b/Wabbajack/Wabbajack.csproj @@ -6,8 +6,8 @@ true x64 win10-x64 - 2.0.0.0 - 2.0.0.0 + 2.0.1.0 + 2.0.1.0 Copyright © 2019-2020 An automated ModList installer true