Skip to content

Commit

Permalink
Version bump to v1.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
FelisDiligens committed Aug 28, 2022
1 parent 6e7cee7 commit 3e9d11f
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Fo76ini/Shared.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace Fo76ini
/// </summary>
public class Shared
{
public const string VERSION = "1.11.3";
public const string VERSION = "1.11.4";
public static string LatestVersion = null;

public static readonly string AppInstallationFolder = Directory.GetParent(Application.ExecutablePath).ToString();
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.3
1.11.4
13 changes: 9 additions & 4 deletions What's new.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,12 @@
<![endif]-->
</head>
<body>
<h3 id="whats-new-in-v1113---all-in-game-settings-available">What&#39;s new
in v1.11.3? - All in-game settings available</h3>
<h3 id="whats-new-in-v1114">What&#39;s new in v1.11.4?</h3>
<p>Fixed an issue where drag and drop into the mod list would fail if
the mod list was empty.</p>
<hr />
<h3 id="whats-new-in-v1113---all-in-game-graphics-settings-available">What&#39;s
new in v1.11.3? - All in-game graphics settings available</h3>
<p>This is a small update that</p>
<ul>
<li>changes the UI a bit,</li>
Expand All @@ -48,8 +52,9 @@ <h3 id="whats-new-in-v1113---all-in-game-settings-available">What&#39;s new
volumetric lighting,</li>
<li>and fixes a few bugs.</li>
</ul>
<p>Took me a while, but with this update, all in-game settings (as of
game version 1.6.4.78) are now available under the &quot;Tweaks&quot; page.</p>
<p>Took me a while, but with this update, all in-game graphics settings
(as of game version 1.6.4.78) are now available under the &quot;Tweaks&quot;
page.</p>
<p><strong>Changelog:</strong></p>
<details>
<summary>Click to expand</summary>
Expand Down
6 changes: 6 additions & 0 deletions What's new.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### What's new in v1.11.4?

Fixed an issue where drag and drop into the mod list would fail if the mod list was empty.

---

### What's new in v1.11.3? - All in-game graphics settings available

This is a small update that
Expand Down
7 changes: 5 additions & 2 deletions What's new.rtf
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
{\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.3? - All in-game settings available\par}
{\pard \ql \f0 \sa180 \li0 \fi0 \outlinelevel2 \b \fs28 What\u8217's new in v1.11.4?\par}
{\pard \ql \f0 \sa180 \li0 \fi0 Fixed an issue where drag and drop into the mod list would fail if the mod list was empty.\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.3? - All in-game graphics settings available\par}
{\pard \ql \f0 \sa180 \li0 \fi0 This is a small update that - changes the UI a bit, - adds sensitivity sliders for the gamepad, - adds an overall graphics quality setting, - adds separate quality settings for textures, shadows, water, & volumetric lighting, - and fixes a few bugs.\par}
{\pard \ql \f0 \sa180 \li0 \fi0 Took me a while, but with this update, all in-game settings (as of game version 1.6.4.78) are now available under the \u8220"Tweaks\u8221" page.\par}
{\pard \ql \f0 \sa180 \li0 \fi0 Took me a while, but with this update, all in-game graphics settings (as of game version 1.6.4.78) are now available under the \u8220"Tweaks\u8221" page.\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 Tweaks:\par}
Expand Down
2 changes: 1 addition & 1 deletion setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#define MyAppURL "https://www.nexusmods.com/fallout76/mods/546"
#define MyAppExeName "Fo76ini.exe"

#define ProjectVersion "1.11.3"
#define ProjectVersion "1.11.4"
#define ProjectGitDir "D:\Workspace\Fallout 76 Quick Configuration\Fallout76-QuickConfiguration"
#define ProjectPackTargetDir "D:\Workspace\Fallout 76 Quick Configuration\Files\Main Files"

Expand Down

0 comments on commit 3e9d11f

Please sign in to comment.