Updated changelog

This commit is contained in:
erri120 2020-04-27 20:58:06 +02:00
parent 514d2f70fc
commit 85a9b4accd
No known key found for this signature in database
GPG Key ID: A8C0A18D8D4D3135
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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();