diff --git a/NexusClient/data/releasenotes.rtf b/NexusClient/data/releasenotes.rtf index 30c24945..c28adc7c 100644 --- a/NexusClient/data/releasenotes.rtf +++ b/NexusClient/data/releasenotes.rtf @@ -2,6 +2,21 @@ {\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.12\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 Subnautica game support.\par +{\pntext\f0 2.\tab}\cf1\b New Feature:\cf2\b0 Added Subnautica: Below Zero game support.\par +{\pntext\f0 3.\tab}\cf1\b New Feature:\cf2\b0 Added Mount&Blade II: Bannerlord game support.\par +{\pntext\f0 4.\tab}\cf1\b New Feature:\cf2\b0 Added Nemesis to the supported tools list for Skyrim SE.\par +{\pntext\f0 5.\tab}\cf3\b Bugfix: \cf2\b0 Tweaked the ominous "too many active plugins" for Bethesda games.\par +{\pntext\f0 6.\tab}\cf3\b Bugfix: \cf2\b0 Fixed the Fallout 4 ini warning appearing when no ini edit is required.\par + +\pard\widctlpar\qj\cf0\b\lang1040\par +\par Version 0.80.11\par \par \par diff --git a/Setup/PreprocessedNMM0.7.1.1.iss b/Setup/PreprocessedNMM0.7.1.1.iss index 78265d84..9e8d6ea0 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.11 -AppVerName=NMM 0.80.11 +AppVersion=0.80.12 +AppVerName=NMM 0.80.12 AppCopyright=Copyright � DuskDweller 2019-2021 -VersionInfoVersion=0.80.11 +VersionInfoVersion=0.80.12 VersionInfoCompany=DuskDweller AppPublisher=DuskDweller ;AppPublisherURL=http://... ;AppSupportURL=http://... ;AppUpdatesURL=http://... -OutputBaseFilename=NMM-0.80.11 +OutputBaseFilename=NMM-0.80.12 DefaultGroupName=NMM DefaultDirName={pf}\NMM UninstallDisplayName=NMM diff --git a/Setup/setup.iss b/Setup/setup.iss index 2976d0a1..677a660e 100644 --- a/Setup/setup.iss +++ b/Setup/setup.iss @@ -8,7 +8,7 @@ #define MyAppSetupName 'NMM' #define MyExeName 'NexusClient.exe' -#define MyAppVersion '0.80.11' +#define MyAppVersion '0.80.12' #define SetupScriptVersion '0.7.1.1' #define MyPublisher 'DuskDweller' diff --git a/Util/CommonData.cs b/Util/CommonData.cs index 114dc026..71474561 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.11"; + public const string VersionString = "0.80.12"; /// /// Gets the full name of the mod manager.