From 5029d2266874934c1a7fb5f3392e8020f8955b43 Mon Sep 17 00:00:00 2001 From: Etienne Lamoureux <3357406+EtienneLamoureux@users.noreply.github.com> Date: Thu, 23 Dec 2021 09:08:26 -0500 Subject: [PATCH] Prepare release 3.9.0 --- CHANGELOG.md | 13 +++++++++++++ README.md | 4 ++++ src/TQVaultAE.GUI/Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e652bca..73fd6bbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,17 @@ # Changelog +## 3.9.0 +### Features +- #402 Support Eternal Embers + +### Bugs +- #222 Fix displayed stats for "over time" effects +- #388 Prevent crashes when using certain "hard" mods +- #391 Fix crash when there are no player saves present + +### Other +- Fix SearchOperator + ComboBox "Level" +- Update in Player info + ## 3.8.0 ### Features - #282 Add "hot reload" setting, allowing the tool to stay open when the game runs diff --git a/README.md b/README.md index c3a2d780..981f0322 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,10 @@ The "Configure" button (top-left) opens up the configuration menu. That's where *A. Yes* +**Q. Does TQVaultAE work with the Eternal Embers expansion?** + +*A. Yes* + **Q. Can I still earn achievements while using TQVaultAE?** *A. Yes* diff --git a/src/TQVaultAE.GUI/Properties/AssemblyInfo.cs b/src/TQVaultAE.GUI/Properties/AssemblyInfo.cs index 73589872..8a85ac3c 100644 --- a/src/TQVaultAE.GUI/Properties/AssemblyInfo.cs +++ b/src/TQVaultAE.GUI/Properties/AssemblyInfo.cs @@ -32,7 +32,7 @@ // CLS compliant attribute //[assembly: CLSCompliant(true)] -[assembly: AssemblyVersion("3.8.0")] -[assembly: AssemblyFileVersion("3.8.0")] +[assembly: AssemblyVersion("3.9.0")] +[assembly: AssemblyFileVersion("3.9.0")] [assembly: NeutralResourcesLanguageAttribute("en-US")] [assembly: DisableDpiAwareness]