Skip to content

Commit f37895a

Browse files
committed
v1.12.2
1 parent 7be4fbe commit f37895a

7 files changed

+23
-3
lines changed

Fo76ini/Shared.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace Fo76ini
1010
/// </summary>
1111
public class Shared
1212
{
13-
public const string VERSION = "1.12.1";
13+
public const string VERSION = "1.12.2";
1414
public static string LatestVersion = null;
1515

1616
public static readonly string AppInstallationFolder = Directory.GetParent(Application.ExecutablePath).ToString();

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.12.1
1+
1.12.2

What's new - Dark.html

+4
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@
3737
<![endif]-->
3838
</head>
3939
<body>
40+
<h3 id="whats-new-in-v1122">What&#39;s new in v1.12.2?</h3>
41+
<p>Fixed the server status.</p>
42+
<p><em>Released: Oct 26, 2022</em></p>
43+
<hr />
4044
<h3 id="whats-new-in-v1121---hotfix">What&#39;s new in v1.12.1? -
4145
Hotfix</h3>
4246
<p>Hello everyone!</p>

What's new.html

+4
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@
3737
<![endif]-->
3838
</head>
3939
<body>
40+
<h3 id="whats-new-in-v1122">What&#39;s new in v1.12.2?</h3>
41+
<p>Fixed the server status.</p>
42+
<p><em>Released: Oct 26, 2022</em></p>
43+
<hr />
4044
<h3 id="whats-new-in-v1121---hotfix">What&#39;s new in v1.12.1? -
4145
Hotfix</h3>
4246
<p>Hello everyone!</p>

What's new.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### What's new in v1.12.2?
2+
3+
Fixed the server status.
4+
5+
*Released: Oct 26, 2022*
6+
7+
---
8+
19
### What's new in v1.12.1? - Hotfix
210

311
Hello everyone!

What's new.rtf

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
{\colortbl;\red255\green0\blue0;\red0\green0\blue255;}
33
\widowctrl\hyphauto
44

5+
{\pard \ql \f0 \sa180 \li0 \fi0 \outlinelevel2 \b \fs28 What\u8217's new in v1.12.2?\par}
6+
{\pard \ql \f0 \sa180 \li0 \fi0 Fixed the server status.\par}
7+
{\pard \ql \f0 \sa180 \li0 \fi0 {\i Released: Oct 26, 2022}\par}
8+
{\pard \qc \f0 \sa180 \li0 \fi0 \emdash\emdash\emdash\emdash\emdash\par}
59
{\pard \ql \f0 \sa180 \li0 \fi0 \outlinelevel2 \b \fs28 What\u8217's new in v1.12.1? - Hotfix\par}
610
{\pard \ql \f0 \sa180 \li0 \fi0 Hello everyone!\par}
711
{\pard \ql \f0 \sa180 \li0 \fi0 I\u8217'm sorry for the inconvenience, the tool shouldn\u8217't crash now.\line Sadly, the server status might not work for now. I\u8217'll look at it soon.\par}

setup.iss

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#define MyAppURL "https://www.nexusmods.com/fallout76/mods/546"
77
#define MyAppExeName "Fo76ini.exe"
88

9-
#define ProjectVersion "1.12.1"
9+
#define ProjectVersion "1.12.2"
1010
#define ProjectGitDir "D:\Workspace\Fallout76-QuickConfiguration"
1111
#define ProjectPackTargetDir "D:\Workspace\Files\Main Files"
1212

0 commit comments

Comments
 (0)