From 1b9f28dc904da581bd4cbbfed511c2b645955cc4 Mon Sep 17 00:00:00 2001 From: FelisDiligens <47528453+FelisDiligens@users.noreply.github.com> Date: Fri, 10 May 2024 08:18:18 +0200 Subject: [PATCH] Version bump to 1.12.7 --- Fo76ini/Shared.cs | 2 +- README.md | 1 + VERSION | 2 +- What's new.md | 9 +++++++++ What's new.rtf | 10 ++++++++++ setup.iss | 2 +- whatsnew.html | 18 ++++++++++++++---- whatsnewdark.html | 18 ++++++++++++++---- 8 files changed, 51 insertions(+), 11 deletions(-) diff --git a/Fo76ini/Shared.cs b/Fo76ini/Shared.cs index a9fa2be..e232ba5 100644 --- a/Fo76ini/Shared.cs +++ b/Fo76ini/Shared.cs @@ -10,7 +10,7 @@ namespace Fo76ini /// public class Shared { - public const string VERSION = "1.12.6"; + public const string VERSION = "1.12.7"; public static string LatestVersion = null; public static readonly string AppInstallationFolder = Directory.GetParent(Application.ExecutablePath).ToString(); diff --git a/README.md b/README.md index 44d62f5..85de5f3 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,7 @@ See [Docs](Docs/README.md). * u/Doppler5hift's Reddit post: ["Solved: how to run two Fallout 76 characters simultaneously using Steam"](https://www.reddit.com/r/fo76/comments/ues8vv/solved_how_to_run_two_fallout_76_characters/) ### Contributors: +* [thomasgraham18](https://github.com/thomasgraham18): Pull request to fix a common issue * [QuadroTony](https://www.nexusmods.com/fallout76/users/3166296): A lot of bug reports, and ideas, as well as: bSkipSplash=1 disables the news splash on startup. * [infinitywulf](https://www.nexusmods.com/fallout76/users/2781727): Changing the color of the power armor PipBoy. * [Juinchi](https://www.nexusmods.com/fallout76/users/3557603) and [Jolu42](https://www.nexusmods.com/fallout76/users/23655354): TAA sharpening diff --git a/VERSION b/VERSION index 456e5c4..41c8a73 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.12.6 +1.12.7 diff --git a/What's new.md b/What's new.md index 83b6402..3fe7fa0 100644 --- a/What's new.md +++ b/What's new.md @@ -1,3 +1,12 @@ +### What's new in v1.12.7? + +- Merged pull request ([#23](https://github.com/FelisDiligens/Fallout76-QuickConfiguration/pull/23)) by [thomasgraham18](https://github.com/thomasgraham18): + Fix `System.OutOfMemoryException` when loading the user's NexusMods profile picture. + +*Released: May 10, 2024* + +--- + ### What's new in v1.12.6? Just bug fixes. diff --git a/What's new.rtf b/What's new.rtf index 8366ab4..755950f 100644 --- a/What's new.rtf +++ b/What's new.rtf @@ -2,6 +2,16 @@ {\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.7?\par} +{\pard \ql \f0 \sa0 \li360 \fi-360 \bullet \tx360\tab Merged pull request ({\field{\*\fldinst{HYPERLINK "https://github.com/FelisDiligens/Fallout76-QuickConfiguration/pull/23"}}{\fldrslt{\ul +#23 +}}} +) by {\field{\*\fldinst{HYPERLINK "https://github.com/thomasgraham18"}}{\fldrslt{\ul +thomasgraham18 +}}} +:\line Fix {\f1 System.OutOfMemoryException} when loading the user\u8217's NexusMods profile picture.\sa180\par} +{\pard \ql \f0 \sa180 \li0 \fi0 {\i Released: May 10, 2024}\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.6?\par} {\pard \ql \f0 \sa180 \li0 \fi0 Just bug fixes.\par} {\pard \ql \f0 \sa0 \li360 \fi-360 \bullet \tx360\tab General issues:\par} diff --git a/setup.iss b/setup.iss index 4e76c2b..aef5409 100644 --- a/setup.iss +++ b/setup.iss @@ -6,7 +6,7 @@ #define MyAppURL "https://www.nexusmods.com/fallout76/mods/546" #define MyAppExeName "Fo76ini.exe" -#define ProjectVersion "1.12.6" +#define ProjectVersion "1.12.7" #define ProjectGitDir "C:\Users\vboxuser\Downloads\Fallout76-QuickConfiguration" #define AppConfigDir "{localappdata}\Fallout 76 Quick Configuration" diff --git a/whatsnew.html b/whatsnew.html index 963d540..83d9af9 100644 --- a/whatsnew.html +++ b/whatsnew.html @@ -11,8 +11,11 @@ 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;} + /* The extra [class] is a hack that increases specificity enough to + override a similar rule in reveal.js */ + ul.task-list[class]{list-style: none;} ul.task-list li input[type="checkbox"] { + font-size: inherit; width: 0.8em; margin: 0 0.8em 0.2em -1.6em; vertical-align: middle; @@ -25,11 +28,18 @@ - +

What's new in v1.12.7?

+ +

Released: May 10, 2024

+

What's new in v1.12.6?

Just bug fixes.