From 8ee41937e7fd336148290d5d2be350fa87d0eceb Mon Sep 17 00:00:00 2001 From: duskdweller Date: Sun, 11 Apr 2021 12:00:17 +0200 Subject: [PATCH] 0.80.8 Release 0.80.8 --- NexusClient/data/releasenotes.rtf | 17 +++++++++++++++++ Setup/PreprocessedNMM0.7.1.1.iss | 10 +++++----- Setup/setup.iss | 4 ++-- Util/CommonData.cs | 2 +- 4 files changed, 25 insertions(+), 8 deletions(-) diff --git a/NexusClient/data/releasenotes.rtf b/NexusClient/data/releasenotes.rtf index add933d2..b098c2f9 100644 --- a/NexusClient/data/releasenotes.rtf +++ b/NexusClient/data/releasenotes.rtf @@ -2,6 +2,23 @@ {\colortbl ;\red0\green0\blue255;\red0\green0\blue0;\red255\green0\blue0;} {\*\generator Riched20 10.0.19041}{\*\mmathPr\mdispDef1\mwrapIndent1440 }\viewkind4\uc1 \pard\widctlpar\qj\b\f0\fs16\par +Version 0.80.8\par +\par +\par + +\pard +{\pntext\f0 1.\tab}{\*\pn\pnlvlbody\pnf0\pnindent0\pnstart1\pndec{\pntxta.}} +\nowidctlpar\fi-360\li720\qj\cf1\lang2057 New Feature:\cf2\b0 Added The Sims 4 game support.\par +{\pntext\f0 2.\tab}\cf3\b Bugfix: \cf2\b0 Removed unused trace feedback that could bloat tracelog files for some games.\par +{\pntext\f0 3.\tab}\cf3\b Bugfix: \cf2\b0 Tweaked Enderal SE automatic path retrieval during game scan.\par +{\pntext\f0 4.\tab}\cf3\b Bugfix: \cf2\b0 Fixed issue causing NMM to be unable to retrieve game mode settings.\par +{\pntext\f0 5.\tab}\cf3\b Bugfix: \cf2\b0 Fixed issue causing NMM to prompt for mod upgrades when mod names contained dashes.\par +{\pntext\f0 6.\tab}\cf3\b Bugfix: \cf2\b0 Fixed issue preventing mods to properly install when curly brackets were present in the file name.\par +{\pntext\f0 7.\tab}\cf3\b Bugfix: \cf2\b0 Added the possibility to ignore specific file types (to avoid cluttering mod directories with screenshots and readme files), currently only supported in Sims 4 game mode.\par +{\pntext\f0 8.\tab}\cf3\b Bugfix: \cf2\b0 Updated external libraries.\par + +\pard\widctlpar\qj\cf0\b\lang1040\par +\par Version 0.80.7 Hotfix\par \par \par diff --git a/Setup/PreprocessedNMM0.7.1.1.iss b/Setup/PreprocessedNMM0.7.1.1.iss index ffb0d77f..d97c93d0 100644 --- a/Setup/PreprocessedNMM0.7.1.1.iss +++ b/Setup/PreprocessedNMM0.7.1.1.iss @@ -11,16 +11,16 @@ [Setup] AppName=NMM AppID=6af12c54-643b-4752-87d0-8335503010de -AppVersion=0.80.7 -AppVerName=NMM 0.80.7 +AppVersion=0.80.8 +AppVerName=NMM 0.80.8 AppCopyright=Copyright � DuskDweller 2019-2021 -VersionInfoVersion=0.80.7 +VersionInfoVersion=0.80.8 VersionInfoCompany=DuskDweller AppPublisher=DuskDweller ;AppPublisherURL=http://... ;AppSupportURL=http://... ;AppUpdatesURL=http://... -OutputBaseFilename=NMM-0.80.7 +OutputBaseFilename=NMM-0.80.8 DefaultGroupName=NMM DefaultDirName={pf}\NMM UninstallDisplayName=NMM @@ -33,7 +33,7 @@ CreateAppDir=true OutputDir=..\Stage\Installer\ SourceDir=. AllowNoIcons=true -SignedUninstaller=true +SignedUninstaller=false UsePreviousGroup=true UsePreviousAppDir=true LanguageDetectionMethod=uilanguage diff --git a/Setup/setup.iss b/Setup/setup.iss index a363ef83..d78a4c43 100644 --- a/Setup/setup.iss +++ b/Setup/setup.iss @@ -8,7 +8,7 @@ #define MyAppSetupName 'NMM' #define MyExeName 'NexusClient.exe' -#define MyAppVersion '0.80.7' +#define MyAppVersion '0.80.8' #define SetupScriptVersion '0.7.1.1' #define MyPublisher 'DuskDweller' @@ -37,7 +37,7 @@ CreateAppDir=true OutputDir=..\Stage\Installer\ SourceDir=. AllowNoIcons=true -SignedUninstaller=true +SignedUninstaller=false UsePreviousGroup=true UsePreviousAppDir=true LanguageDetectionMethod=uilanguage diff --git a/Util/CommonData.cs b/Util/CommonData.cs index f049aa73..1c05d75d 100644 --- a/Util/CommonData.cs +++ b/Util/CommonData.cs @@ -22,7 +22,7 @@ public static class CommonData /// (c) should change when there is a minor alteration to the program. /// Something akin to a minor bug fix, or a typo correction. /// - public const string VersionString = "0.80.7"; + public const string VersionString = "0.80.8"; /// /// Gets the full name of the mod manager.