Skip to content

Commit

Permalink
Release v1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FelisDiligens committed Oct 25, 2022
1 parent ce261ba commit 80b3784
Show file tree
Hide file tree
Showing 7 changed files with 113 additions and 25 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.12.0
1.12.1
47 changes: 39 additions & 8 deletions What's new - Dark.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,19 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>What&#39;s new</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
ul.task-list{list-style: none;}
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
</style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
div.columns{display: flex; gap: min(4vw, 1.5em);}
div.column{flex: auto; overflow-x: auto;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
ul.task-list{list-style: none;}
ul.task-list li input[type="checkbox"] {
width: 0.8em;
margin: 0 0.8em 0.2em -1.6em;
vertical-align: middle;
}
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
</style>
<style type="text/css">html {line-height: 1.5;font-family: Calibri, sans-serif;font-size: 12pt;color: #f6f6f6;background-color: #222;}body {margin: 0;max-width: 36em;padding-left: 20px;padding-right: 20px;padding-top: 5px;padding-bottom: 20px;hyphens: auto;overflow-wrap: break-word;text-rendering: optimizeLegibility;font-kerning: normal;}details {color: #ddd;}summary {color: royalblue;}summary:hover {cursor: pointer;color: #6a6aff;}p {margin: 1em 0;}a {color: #f6f6f6;}a:visited {color: #f6f6f6;}img {max-width: 100%;}h1, h2, h3, h4, h5, h6 {margin-top: 0;}h5, h6 {font-size: 1em;font-style: italic;}h6 {font-weight: normal;}ol, ul {padding-left: 1.7em;margin-top: 1em;}li > ol, li > ul {margin-top: 0;}blockquote {margin: 1em 0 1em 1.7em;padding-left: 1em;border-left: 2px solid #555;color: #909090;}code {font-family: Menlo, Monaco, 'Lucida Console', Consolas, monospace;font-size: 85%;margin: 0;}pre {margin: 1em 0;overflow: auto;}pre code {padding: 0;overflow: visible;overflow-wrap: normal;}.sourceCode {background-color: transparent;overflow: visible;}hr {background-color: #999;border: none;height: 1px;margin: 1em 0;}table {margin: 1em 0;border-collapse: collapse;width: 100%;overflow-x: auto;display: block;font-variant-numeric: lining-nums tabular-nums;}table caption {margin-bottom: 0.75em;}tbody {margin-top: 0.5em;border-top: 1px solid #1a1a1a;border-bottom: 1px solid #1a1a1a;}th {border-top: 1px solid #1a1a1a;padding: 0.25em 0.5em 0.25em 0.5em;}td {padding: 0.125em 0.5em 0.25em 0.5em;}header {margin-bottom: 4em;text-align: center;}#TOC li {list-style: none;}#TOC ul {padding-left: 1.3em;}#TOC > ul {padding-left: 0;}#TOC a:not(:hover) {text-decoration: none;}</style>
<!-- Do not use IE7 compatibility mode: -->
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
Expand All @@ -32,6 +37,32 @@
<![endif]-->
</head>
<body>
<h3 id="whats-new-in-v1121---hotfix">What&#39;s new in v1.12.1? -
Hotfix</h3>
<p>Hello everyone!</p>
<p>I&#39;m sorry for the inconvenience, the tool shouldn&#39;t crash now.<br />
Sadly, the server status might not work for now. I&#39;ll look at it
soon.</p>
<p>This update also fixes a few other bugs, see changelog.</p>
<p>Happy hunting,</p>
<p>~ FelisDiligens</p>
<p><strong>Changelog:</strong></p>
<details>
<summary>Click to expand</summary>

<ul>
<li>Fixed a bug where an HTML response (instead of a JSON response) from
Bethesda&#39;s servers would crash the tool.</li>
<li>Added missing messagebox &quot;customIniFilesParsingError&quot;</li>
<li>The tool now displays a warning if the user enabled DPI
scaling.</li>
<li>Saves the config.ini directly after logging in to NexusMods,
hopefully retaining the login information between restarts now.</li>
</ul>
</details>

<p><em>Released: Oct 25, 2022</em></p>
<hr />
<h3 id="whats-new-in-v1120---the-dark-mode-update">What’s new in
v1.12.0? - The dark mode update</h3>
<p>Hello everyone,</p>
Expand Down
47 changes: 39 additions & 8 deletions What's new.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,19 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>What&#39;s new</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
ul.task-list{list-style: none;}
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
</style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
div.columns{display: flex; gap: min(4vw, 1.5em);}
div.column{flex: auto; overflow-x: auto;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
ul.task-list{list-style: none;}
ul.task-list li input[type="checkbox"] {
width: 0.8em;
margin: 0 0.8em 0.2em -1.6em;
vertical-align: middle;
}
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
</style>
<style type="text/css">html {line-height: 1.5;font-family: Calibri, sans-serif;font-size: 12pt;color: #1a1a1a;background-color: #fdfdfd;}body {margin: 0;max-width: 36em;padding-left: 20px;padding-right: 20px;padding-top: 5px;padding-bottom: 20px;hyphens: auto;overflow-wrap: break-word;text-rendering: optimizeLegibility;font-kerning: normal;}details {color: #333;}summary {color: #0000CC;}summary:hover {cursor: pointer;color: #5555FF;}p {margin: 1em 0;}a {color: #1a1a1a;}a:visited {color: #1a1a1a;}img {max-width: 100%;}h1, h2, h3, h4, h5, h6 {margin-top: 0;}h5, h6 {font-size: 1em;font-style: italic;}h6 {font-weight: normal;}ol, ul {padding-left: 1.7em;margin-top: 1em;}li > ol, li > ul {margin-top: 0;}blockquote {margin: 1em 0 1em 1.7em;padding-left: 1em;border-left: 2px solid #e6e6e6;color: #606060;}code {font-family: Menlo, Monaco, 'Lucida Console', Consolas, monospace;font-size: 85%;margin: 0;}pre {margin: 1em 0;overflow: auto;}pre code {padding: 0;overflow: visible;overflow-wrap: normal;}.sourceCode {background-color: transparent;overflow: visible;}hr {background-color: #999;border: none;height: 1px;margin: 1em 0;}table {margin: 1em 0;border-collapse: collapse;width: 100%;overflow-x: auto;display: block;font-variant-numeric: lining-nums tabular-nums;}table caption {margin-bottom: 0.75em;}tbody {margin-top: 0.5em;border-top: 1px solid #1a1a1a;border-bottom: 1px solid #1a1a1a;}th {border-top: 1px solid #1a1a1a;padding: 0.25em 0.5em 0.25em 0.5em;}td {padding: 0.125em 0.5em 0.25em 0.5em;}header {margin-bottom: 4em;text-align: center;}#TOC li {list-style: none;}#TOC ul {padding-left: 1.3em;}#TOC > ul {padding-left: 0;}#TOC a:not(:hover) {text-decoration: none;}</style>
<!-- Do not use IE7 compatibility mode: -->
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
Expand All @@ -32,6 +37,32 @@
<![endif]-->
</head>
<body>
<h3 id="whats-new-in-v1121---hotfix">What&#39;s new in v1.12.1? -
Hotfix</h3>
<p>Hello everyone!</p>
<p>I&#39;m sorry for the inconvenience, the tool shouldn&#39;t crash now.<br />
Sadly, the server status might not work for now. I&#39;ll look at it
soon.</p>
<p>This update also fixes a few other bugs, see changelog.</p>
<p>Happy hunting,</p>
<p>~ FelisDiligens</p>
<p><strong>Changelog:</strong></p>
<details>
<summary>Click to expand</summary>

<ul>
<li>Fixed a bug where an HTML response (instead of a JSON response) from
Bethesda&#39;s servers would crash the tool.</li>
<li>Added missing messagebox &quot;customIniFilesParsingError&quot;</li>
<li>The tool now displays a warning if the user enabled DPI
scaling.</li>
<li>Saves the config.ini directly after logging in to NexusMods,
hopefully retaining the login information between restarts now.</li>
</ul>
</details>

<p><em>Released: Oct 25, 2022</em></p>
<hr />
<h3 id="whats-new-in-v1120---the-dark-mode-update">What’s new in
v1.12.0? - The dark mode update</h3>
<p>Hello everyone,</p>
Expand Down
18 changes: 15 additions & 3 deletions What's new.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,29 @@
### What's new in v1.12.1?
### What's new in v1.12.1? - Hotfix

This is just a small update that adds two messageboxes to the tool.
Hello everyone!

I'm sorry for the inconvenience, the tool shouldn't crash now.
Sadly, the server status might not work for now. I'll look at it soon.

This update also fixes a few other bugs, see changelog.


Happy hunting,

~ FelisDiligens

**Changelog:**
<details>
<summary>Click to expand</summary>

- Fixed a bug where an HTML response (instead of a JSON response) from Bethesda's servers would crash the tool.
- Added missing messagebox "customIniFilesParsingError"
- The tool now displays a warning if the user enabled DPI scaling.
- Saves the config.ini directly after logging in to NexusMods, hopefully retaining the login information between restarts now.

</details>

*Released: tbd*
*Released: Oct 25, 2022*

---

Expand Down
14 changes: 14 additions & 0 deletions What's new.rtf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
{\colortbl;\red255\green0\blue0;\red0\green0\blue255;}
\widowctrl\hyphauto

{\pard \ql \f0 \sa180 \li0 \fi0 \outlinelevel2 \b \fs28 What\u8217's new in v1.12.1? - Hotfix\par}
{\pard \ql \f0 \sa180 \li0 \fi0 Hello everyone!\par}
{\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}
{\pard \ql \f0 \sa180 \li0 \fi0 This update also fixes a few other bugs, see changelog.\par}
{\pard \ql \f0 \sa0 \li0 \fi0 Happy hunting,\par}
{\pard \ql \f0 \sa180 \li360 \fi0 FelisDiligens\sa180\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 Fixed a bug where an HTML response (instead of a JSON response) from Bethesda\u8217's servers would crash the tool.\par}
{\pard \ql \f0 \sa0 \li360 \fi-360 \bullet \tx360\tab Added missing messagebox \u8220"customIniFilesParsingError\u8221"\par}
{\pard \ql \f0 \sa0 \li360 \fi-360 \bullet \tx360\tab The tool now displays a warning if the user enabled DPI scaling.\par}
{\pard \ql \f0 \sa0 \li360 \fi-360 \bullet \tx360\tab Saves the config.ini directly after logging in to NexusMods, hopefully retaining the login information between restarts now.\sa180\par}
{\pard \ql \f0 \sa180 \li0 \fi0 {\i Released: Oct 25, 2022}\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.12.0? - The dark mode update\par}
{\pard \ql \f0 \sa180 \li0 \fi0 Hello everyone,\par}
{\pard \ql \f0 \sa180 \li0 \fi0 this update adds two themes to the tool: light and dark.\line By default, it uses your system settings, but you can also manually select which theme you want to use.\line The dark mode isn\u8217't perfect and there were some elements I couldn\u8217't or didn\u8217't change.\par}
Expand Down
4 changes: 2 additions & 2 deletions pack_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
init()

PROJECT_GIT_DIR = "D:\\Workspace\\Fallout 76 Quick Configuration\\Fallout76-QuickConfiguration\\"
PACK_TARGET_DIR = "D:\\Workspace\\Fallout 76 Quick Configuration\\Files\\Main Files\\"
PROJECT_GIT_DIR = "D:\\Workspace\\Fallout76-QuickConfiguration\\"
PACK_TARGET_DIR = "D:\\Workspace\\Files\\Main Files\\"

SEVENZIP_PATH = "D:\\Portable\\7z\\7z.exe"
RCEDIT_PATH = "D:\\Portable\\rcedit-x64.exe"
Expand Down
6 changes: 3 additions & 3 deletions setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#define MyAppURL "https://www.nexusmods.com/fallout76/mods/546"
#define MyAppExeName "Fo76ini.exe"

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

#define AppConfigDir "{localappdata}\Fallout 76 Quick Configuration"
#define INIBackupDir "{userdocs}\My Games\Fallout 76\Backups"
Expand Down

0 comments on commit 80b3784

Please sign in to comment.