Skip to content

Commit

Permalink
Release v1.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FelisDiligens committed Aug 18, 2022
1 parent 6343454 commit 1ed613b
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 1 deletion.
40 changes: 40 additions & 0 deletions What's new.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,46 @@
<![endif]-->
</head>
<body>
<h3 id="whats-new-in-v1112">What&#39;s new in v1.11.2?</h3>
<p>This is another small update to address some bugs.</p>
<p><strong>Changelog:</strong></p>
<details>
<summary>Click to expand</summary>

<ul>
<li>App Settings:
<ul>
<li>Added a link to the app settings that opens the profile editing
screen.</li>
<li>Added an option to disable automatic *.ini backups to the app
settings.</li>
<li>Added an option to disable notifications (popups) to the app
settings.</li>
</ul></li>
<li>Mod Manager:
<ul>
<li>Dragging and dropping mods (archives or folders) into the list
installs them at the correct position (where the cursor is) instead of
at the end of the list now.</li>
<li>Improved the comparison of versions in the mod manager.<br />
This should fix the issue where the mod manager displays available
updates even if the latest/newer version is installed.</li>
<li>Fixed a bug that would crash the mod manager when updating mod
information using the NexusMods API.</li>
<li>Added another warning to the mod manager&#39;s side panel, if no (valid)
files are found for packing.</li>
<li>Improved packing of bundled archives: junk files are now ignored.
Should reduce errors.</li>
</ul></li>
<li>General:
<ul>
<li>Fixed a bug where invalid characters in (user-defined) paths were
crashing the tool. They get sanitized now.</li>
</ul></li>
</ul>
</details>

<hr />
<h3 id="whats-new-in-v1111">What&#39;s new in v1.11.1?</h3>
<p>This is a small update to address some bugs.</p>
<p><strong>Changelog:</strong></p>
Expand Down
17 changes: 17 additions & 0 deletions What's new.rtf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
{\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.2?\par}
{\pard \ql \f0 \sa180 \li0 \fi0 This is another small update to address some bugs.\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 App Settings:\par}
{\pard \ql \f0 \sa0 \li720 \fi-360 \endash \tx360\tab Added a link to the app settings that opens the profile editing screen.\par}
{\pard \ql \f0 \sa0 \li720 \fi-360 \endash \tx360\tab Added an option to disable automatic *.ini backups to the app settings.\par}
{\pard \ql \f0 \sa0 \li720 \fi-360 \endash \tx360\tab Added an option to disable notifications (popups) to the app settings.\sa180\par}
{\pard \ql \f0 \sa0 \li360 \fi-360 \bullet \tx360\tab Mod Manager:\par}
{\pard \ql \f0 \sa0 \li720 \fi-360 \endash \tx360\tab Dragging and dropping mods (archives or folders) into the list installs them at the correct position (where the cursor is) instead of at the end of the list now.\par}
{\pard \ql \f0 \sa0 \li720 \fi-360 \endash \tx360\tab Improved the comparison of versions in the mod manager.\line This should fix the issue where the mod manager displays available updates even if the latest/newer version is installed.\par}
{\pard \ql \f0 \sa0 \li720 \fi-360 \endash \tx360\tab Fixed a bug that would crash the mod manager when updating mod information using the NexusMods API.\par}
{\pard \ql \f0 \sa0 \li720 \fi-360 \endash \tx360\tab Added another warning to the mod manager\u8217's side panel, if no (valid) files are found for packing.\par}
{\pard \ql \f0 \sa0 \li720 \fi-360 \endash \tx360\tab Improved packing of bundled archives: junk files are now ignored. Should reduce errors.\sa180\par}
{\pard \ql \f0 \sa0 \li360 \fi-360 \bullet \tx360\tab General:\par}
{\pard \ql \f0 \sa0 \li720 \fi-360 \endash \tx360\tab Fixed a bug where invalid characters in (user-defined) paths were crashing the tool. They get sanitized now.\sa180\sa180\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.1?\par}
{\pard \ql \f0 \sa180 \li0 \fi0 This is a small update to address some bugs.\par}
{\pard \ql \f0 \sa0 \li0 \fi0 {\b Changelog:}\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.1"
#define ProjectVersion "1.11.2"
#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 1ed613b

Please sign in to comment.