Skip to content

Commit

Permalink
Version bump v1.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
FelisDiligens committed Mar 30, 2023
1 parent c9b3273 commit bc9d45b
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Fo76ini/Forms/FormMain/FormMain.resx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
<value>498, 13</value>
</metadata>
<metadata name="backgroundWorkerGetLatestVersion.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>876, 13</value>
<value>907, 52</value>
</metadata>
<metadata name="backgroundWorkerTranslationsCheckForUpdates.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>708, 16</value>
Expand Down
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.12.5.1";
public const string VERSION = "1.12.6";
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.12.5.1
1.12.6
21 changes: 20 additions & 1 deletion What's new.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,27 @@
### What's new in v1.12.5?
### What's new in v1.12.6?

Just bug fixes.

- General issues:
- Fixed: Missing metadata when importing a *.ba2 archive as frozen
- Wine (Linux) issues:
- Launching the game should work now. (Select 'Steam' as game edition. Might need additional testing.)
- Fixed crash when a different theme (e.g. light.msstyles) is selected in `winecfg` under "Desktop Integration"
- Minor changes

*Released: Mar 30, 2023*

---

### What's new in v1.12.5.1?

- Fixed a bug from the update yesterday, see [Can no longer edit Resource List manually #19](https://github.com/FelisDiligens/Fallout76-QuickConfiguration/issues/19)
- The window's title bar should now be dark, when the system is set to dark mode.

*Released: Mar 09, 2023*

---

### What's new in v1.12.4?

- You can now pick where mods get saved in the profile options. Read more about that in the wiki.
Expand Down

0 comments on commit bc9d45b

Please sign in to comment.