From 1ed613b8b529f248314bcada7b1639500e021f73 Mon Sep 17 00:00:00 2001 From: FelisDiligens <47528453+FelisDiligens@users.noreply.github.com> Date: Thu, 18 Aug 2022 14:14:55 +0200 Subject: [PATCH] Release v1.11.2 --- What's new.html | 40 ++++++++++++++++++++++++++++++++++++++++ What's new.rtf | 17 +++++++++++++++++ setup.iss | 2 +- 3 files changed, 58 insertions(+), 1 deletion(-) diff --git a/What's new.html b/What's new.html index 48f7df5..e3302e4 100644 --- a/What's new.html +++ b/What's new.html @@ -32,6 +32,46 @@
+This is another small update to address some bugs.
+Changelog:
+This is a small update to address some bugs.
Changelog:
diff --git a/What's new.rtf b/What's new.rtf index d083005..f062cb4 100644 --- a/What's new.rtf +++ b/What's new.rtf @@ -2,6 +2,23 @@ {\colortbl;\red255\green0\blue0;\red0\green0\blue255;} \widowctrl\hyphauto +{\pard \ql \f0 \sa180 \li0 \fi0 \outlinelevel2 \b \fs28 What\u8217's new in v1.11.2?\par} +{\pard \ql \f0 \sa180 \li0 \fi0 This is another small update to address some bugs.\par} +{\pard \ql \f0 \sa0 \li0 \fi0 {\b Changelog:}\par} +{\pard \ql \f0 \sa0 \li0 \fi0 Click to expand\par} +{\pard \ql \f0 \sa0 \li360 \fi-360 \bullet \tx360\tab App Settings:\par} +{\pard \ql \f0 \sa0 \li720 \fi-360 \endash \tx360\tab Added a link to the app settings that opens the profile editing screen.\par} +{\pard \ql \f0 \sa0 \li720 \fi-360 \endash \tx360\tab Added an option to disable automatic *.ini backups to the app settings.\par} +{\pard \ql \f0 \sa0 \li720 \fi-360 \endash \tx360\tab Added an option to disable notifications (popups) to the app settings.\sa180\par} +{\pard \ql \f0 \sa0 \li360 \fi-360 \bullet \tx360\tab Mod Manager:\par} +{\pard \ql \f0 \sa0 \li720 \fi-360 \endash \tx360\tab Dragging and dropping mods (archives or folders) into the list installs them at the correct position (where the cursor is) instead of at the end of the list now.\par} +{\pard \ql \f0 \sa0 \li720 \fi-360 \endash \tx360\tab Improved the comparison of versions in the mod manager.\line This should fix the issue where the mod manager displays available updates even if the latest/newer version is installed.\par} +{\pard \ql \f0 \sa0 \li720 \fi-360 \endash \tx360\tab Fixed a bug that would crash the mod manager when updating mod information using the NexusMods API.\par} +{\pard \ql \f0 \sa0 \li720 \fi-360 \endash \tx360\tab Added another warning to the mod manager\u8217's side panel, if no (valid) files are found for packing.\par} +{\pard \ql \f0 \sa0 \li720 \fi-360 \endash \tx360\tab Improved packing of bundled archives: junk files are now ignored. Should reduce errors.\sa180\par} +{\pard \ql \f0 \sa0 \li360 \fi-360 \bullet \tx360\tab General:\par} +{\pard \ql \f0 \sa0 \li720 \fi-360 \endash \tx360\tab Fixed a bug where invalid characters in (user-defined) paths were crashing the tool. They get sanitized now.\sa180\sa180\par} +{\pard \qc \f0 \sa180 \li0 \fi0 \emdash\emdash\emdash\emdash\emdash\par} {\pard \ql \f0 \sa180 \li0 \fi0 \outlinelevel2 \b \fs28 What\u8217's new in v1.11.1?\par} {\pard \ql \f0 \sa180 \li0 \fi0 This is a small update to address some bugs.\par} {\pard \ql \f0 \sa0 \li0 \fi0 {\b Changelog:}\par} diff --git a/setup.iss b/setup.iss index 0adf17b..72e4bde 100644 --- a/setup.iss +++ b/setup.iss @@ -6,7 +6,7 @@ #define MyAppURL "https://www.nexusmods.com/fallout76/mods/546" #define MyAppExeName "Fo76ini.exe" -#define ProjectVersion "1.11.1" +#define ProjectVersion "1.11.2" #define ProjectGitDir "D:\Workspace\Fallout 76 Quick Configuration\Fallout76-QuickConfiguration" #define ProjectPackTargetDir "D:\Workspace\Fallout 76 Quick Configuration\Files\Main Files"