mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Updated changelog
This commit is contained in:
parent
514d2f70fc
commit
85a9b4accd
@ -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
|
||||
|
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user