Skip to content

Commit

Permalink
0.70.8
Browse files Browse the repository at this point in the history
Release 0.70.8
  • Loading branch information
DuskDweller committed Jun 20, 2019
1 parent af376ae commit 4096f9c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
16 changes: 14 additions & 2 deletions NexusClient/data/releasenotes.rtf
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
{\rtf1\ansi\ansicpg1252\deff0\nouicompat\deflang1040\deflangfe1040{\fonttbl{\f0\fswiss\fprq2\fcharset0 Verdana;}{\f1\fswiss\fprq2\fcharset0 Calibri;}{\f2\fnil\fcharset2 Symbol;}}
{\colortbl ;\red255\green0\blue0;\red0\green0\blue0;\red0\green0\blue255;}
{\*\generator Riched20 10.0.17134}{\*\mmathPr\mdispDef1\mwrapIndent1440 }\viewkind4\uc1
\pard\widctlpar\qj\b\f0\fs16\par
\pard\widctlpar\qj\b\f0\fs16 Version 0.70.8\par
\par
\par
\pard
{\pntext\f0 1.\tab}{\*\pn\pnlvlbody\pnf0\pnindent0\pnstart1\pndec{\pntxta.}}
\nowidctlpar\fi-360\li720\qj\cf1\lang2057 Bugfix: \cf2\b0 NMM now properly associates to file extensions even if no other program has.\par
{\pntext\f0 2.\tab}\cf1\b Bugfix: \cf2\b0 Fixed a crash when adding mods without being authenticated.\par
{\pntext\f0 3.\tab}\cf1\b Bugfix: \cf2\b0 Added manual fallback method for authenticating.\par
{\pntext\f0 4.\tab}\cf1\b Bugfix: \cf2\b0 Fixed a few icons (thanks to user \b Nubbie \b0 on Github)\par

\pard\widctlpar\qj\cf0\b\lang1040\par
\par
Version 0.70.7\par
\par
\par
Expand Down Expand Up @@ -44,7 +56,7 @@ Version 0.70.4\par
\pard
{\pntext\f0 1.\tab}{\*\pn\pnlvlbody\pnf0\pnindent0\pnstart1\pndec{\pntxta.}}
\nowidctlpar\fi-360\li720\qj\cf3\lang2057 New Feature:\cf2\b0 Added support for Enderal standalone (thanks to user \b jbostrus \b0 on Github).\par
\nowidctlpar\fi-360\li720\qj\cf3\lang2057 New Feature:\cf2\b0 Added support for Enderal standalone (thanks to user \b jbostrus \b0 on Github)\par
{\pntext\f0 2.\tab}\cf1\b Bugfix: \cf2\b0 Fixed current game missing from the change game menu.\par
{\pntext\f0 3.\tab}\cf1\b Bugfix: \cf2\b0 Fixed Steam path retrieval for some games (thanks to user \b jbostrus \b0 on Github)\par

Expand Down
2 changes: 1 addition & 1 deletion Setup/setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#define MyAppSetupName 'Nexus Mod Manager'
#define MyExeName 'NexusClient.exe'
#define MyAppVersion '0.70.7'
#define MyAppVersion '0.70.8'
#define SetupScriptVersion '0.7.1.1'
#define MyPublisher 'Black Tree Gaming'

Expand Down
2 changes: 1 addition & 1 deletion Util/CommonData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
/// </remarks>
public const string VersionString = "0.70.7";
public const string VersionString = "0.70.8";

/// <summary>
/// Gets the full name of the mod manager.
Expand Down

0 comments on commit 4096f9c

Please sign in to comment.