From 85a9b4accd466e4535c01792cacd10b2083992f8 Mon Sep 17 00:00:00 2001 From: erri120 Date: Mon, 27 Apr 2020 20:58:06 +0200 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 4 ++++ Wabbajack/App.xaml.cs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 053ccd19..028420d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ### Changelog +#### Version - 2.0.1.1 - 4/27/2020 +* Fixed mediafire links not getting resolved +* Fixed new mega links not being accepted + #### 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 diff --git a/Wabbajack/App.xaml.cs b/Wabbajack/App.xaml.cs index 033b3fa5..df6ec105 100644 --- a/Wabbajack/App.xaml.cs +++ b/Wabbajack/App.xaml.cs @@ -21,7 +21,7 @@ namespace Wabbajack public App() { TempFolder.EnsureInited(); - RenderOptions.ProcessRenderMode = RenderMode.SoftwareOnly; + RenderOptions.ProcessRenderMode = RenderMode.Default; CLIOld.ParseOptions(Environment.GetCommandLineArgs()); if (CLIArguments.Help) CLIOld.DisplayHelpText();