From c23a7ad794c1aafaf5b70c9ad9ddf561a28dab14 Mon Sep 17 00:00:00 2001 From: EzioTheDeadPoet <52624146+EzioTheDeadPoet@users.noreply.github.com> Date: Tue, 22 Aug 2023 20:04:57 +0200 Subject: [PATCH] Updated CHANGELOG.md --- CHANGELOG.md | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9708f10..a4756786 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,25 +1,27 @@ ### Changelog -### Version - TBA +### Version - TBA - Preview * Fixed some UI issues arising from 3.2.0.0 changes - more informative error text, drive space checking, wiki link button * Added optional JSON flag for `DisplayVersionOnlyInInstallerView` to enable the installer image to only show version number. +* Fixed manual downloader downloading in the OS's "Downloads" folder +* Added RAM Limit setting for downloads #### Version - 3.2.0.1 - 7/23/2023 - * Code cleanup: re-added some network and diagnostic code missing since 2.5 +* Code cleanup: re-added some network and diagnostic code missing since 2.5 #### 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 - * remove LoversLab from the "Logins" Setting because it is deprecated for ages now and only causes confusion, - just for the unlikely probability that LL will fix their proper API. - * Added safety to install path selection, to ensure that no files are deleted that are not intended to be. - * Fixed allowing back button during install which can result in multiple install processes - * fixed search filter not applying when pressing back button and reaccessing gallery - * Added more robust checking for protected location paths and subfolders for the launcher exe and install and download paths - * Fixed readme double opening when modlist details are prepoulated - * Added a check if Downloadpath is alongside Wabbajack.exe location, to match the install path check that already exists - * Added check for identical download and install paths - * Fixed No Delete and NoDelete being handled by stripping whitespace before the regex, to idiotproof things a bit +* 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 +* remove LoversLab from the "Logins" Setting because it is deprecated for ages now and only causes confusion, + just for the unlikely probability that LL will fix their proper API. +* Added safety to install path selection, to ensure that no files are deleted that are not intended to be. +* Fixed allowing back button during install which can result in multiple install processes +* fixed search filter not applying when pressing back button and reaccessing gallery +* Added more robust checking for protected location paths and subfolders for the launcher exe and install and download paths +* Fixed readme double opening when modlist details are prepoulated +* Added a check if Downloadpath is alongside Wabbajack.exe location, to match the install path check that already exists +* Added check for identical download and install paths +* Fixed No Delete and NoDelete being handled by stripping whitespace before the regex, to idiotproof things a bit #### Version - 3.1.0.0 - 5/7/2023 * Fixed Readme opening twice