restored warning removed in error, updated changelog, removed debug includes

This commit is contained in:
JanuarySnow 2023-07-19 23:27:12 +01:00
parent 98c12d46f0
commit 5b8e3725c6
3 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,8 @@
### Changelog
### Version - TBA
* Fixed some UI issues arising from 3.2.0.0 changes - more informative error text, drive space checking, wiki link button
#### Version - 3.2.0.0 - 7/16/2023
* Fixed issues related to high RAM usage
* The resumable downloads now reserve drive space to write to in advance instead of being managed in system RAM

View File

@ -35,8 +35,6 @@ using Wabbajack.Paths.IO;
using Wabbajack.Services.OSIntegrated;
using Wabbajack.Util;
using System.Windows.Forms;
using System.Web;
using System.Diagnostics;
namespace Wabbajack;

View File

@ -22,6 +22,7 @@ using Wabbajack.Networking.Http.Interfaces;
using Wabbajack.Networking.NexusApi;
using Wabbajack.Paths;
using Wabbajack.Paths.IO;
#pragma warning disable SYSLIB0014
namespace Wabbajack.Launcher.ViewModels;