From 92171e55a4d4741a2d48ce53cb79e509e8160d97 Mon Sep 17 00:00:00 2001 From: duskdweller Date: Thu, 2 Sep 2021 02:04:56 +0200 Subject: [PATCH] 0.81.0 Release 0.81.0 --- NexusClient/data/releasenotes.rtf | 14 ++++++++++++++ Setup/PreprocessedNMM0.7.1.1.iss | 8 ++++---- Setup/setup.iss | 2 +- Util/CommonData.cs | 2 +- 4 files changed, 20 insertions(+), 6 deletions(-) diff --git a/NexusClient/data/releasenotes.rtf b/NexusClient/data/releasenotes.rtf index 5ed7578d..86db0a25 100644 --- a/NexusClient/data/releasenotes.rtf +++ b/NexusClient/data/releasenotes.rtf @@ -2,6 +2,20 @@ {\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.81.0\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 Baldur's Gate 3 game support.\par +{\pntext\f0 2.\tab}\cf1\b New Feature:\cf2\b0 Added Ko-fi link to support the NMM development.\par +{\pntext\f0 3.\tab}\cf3\b Bugfix: \cf2\b0 Fixed Wrye Flash shortcut for FNV.\par +{\pntext\f0 4.\tab}\cf3\b Bugfix: \cf2\b0 Fixed issue that could prevent some file links from being uninstalled.\par +{\pntext\f0 5.\tab}\cf3\b Bugfix: \cf2\b0 Fixed issue that could cause the file overwrite dialog to show up when not required.\par + +\pard\widctlpar\qj\cf0\b\lang1040\par +\par Version 0.80.14\par \par \par diff --git a/Setup/PreprocessedNMM0.7.1.1.iss b/Setup/PreprocessedNMM0.7.1.1.iss index b649a155..974933b5 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.14 -AppVerName=NMM 0.80.14 +AppVersion=0.80.15 +AppVerName=NMM 0.80.15 AppCopyright=Copyright � DuskDweller 2019-2021 -VersionInfoVersion=0.80.14 +VersionInfoVersion=0.80.15 VersionInfoCompany=DuskDweller AppPublisher=DuskDweller ;AppPublisherURL=http://... ;AppSupportURL=http://... ;AppUpdatesURL=http://... -OutputBaseFilename=NMM-0.80.14 +OutputBaseFilename=NMM-0.80.15 DefaultGroupName=NMM DefaultDirName={pf}\NMM UninstallDisplayName=NMM diff --git a/Setup/setup.iss b/Setup/setup.iss index 3defda6b..49b35827 100644 --- a/Setup/setup.iss +++ b/Setup/setup.iss @@ -8,7 +8,7 @@ #define MyAppSetupName 'NMM' #define MyExeName 'NexusClient.exe' -#define MyAppVersion '0.80.14' +#define MyAppVersion '0.80.15' #define SetupScriptVersion '0.7.1.1' #define MyPublisher 'DuskDweller' diff --git a/Util/CommonData.cs b/Util/CommonData.cs index 669b9ab6..6f94d73f 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.14"; + public const string VersionString = "0.81.0"; /// /// Gets the full name of the mod manager.