From 3d69961b636d5957cf8a0909cbf1ec5e8e5d5bb4 Mon Sep 17 00:00:00 2001 From: Etienne Lamoureux <3357406+EtienneLamoureux@users.noreply.github.com> Date: Wed, 9 Aug 2023 20:42:58 -0400 Subject: [PATCH] Document latest release --- CHANGELOG.md | 16 ++++++++++++++++ README.md | 3 ++- src/TQVaultAE.GUI/Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49650c16..59755629 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,20 @@ # Changelog +## 4.4.0 +### Features +- #278 Add new option to disable Relic, Charm & Potion stacking +- #442 Display the effects of the new Eternal Embers potions +- #480 Add HC Dungeon relics +- #471 Add Highlight "Set Item" filter +- Add "Having Relic", "Having Charm" to Highlight +- Add hotkeys to move selected items one square over (ALT+W/A/S/D) +- Revamp ArzExplorer +- Support latest update in Save File Explorer + +### Bugs +- #287 Fix an error when no saves are found +- #467 Fix an error when the game's path is not correct +- Fix a crash due to bad game directory detection + ## 4.3.0 ### Features - New cheat: affixes edition diff --git a/README.md b/README.md index 040a2534..3fb7e5e4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # TQVaultAE [![Steam](https://img.shields.io/badge/steam-link-lightgrey.svg)](https://steamcommunity.com/sharedfiles/filedetails/?id=1136716167) -[![Release](https://img.shields.io/badge/stable-4.3.0-blue.svg)](https://github.com/EtienneLamoureux/TQVaultAE/releases) +[![Release](https://img.shields.io/badge/stable-4.4.0-blue.svg)](https://github.com/EtienneLamoureux/TQVaultAE/releases) [![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/EtienneLamoureux/TQVaultAE/blob/master/LICENSE) TQVaultAE is an external tool for [Titan Quest Anniversary Edition](https://www.thqnordic.com/games/titan-quest) that allows you to store and search your items outside the game. @@ -48,6 +48,7 @@ Works with all expansions! - : Moves currently hightlighted item(s) to stash panel - CTRL+click : Activate multi selection - SHIFT+drag : Activate mouse lasso for multi selection + - ALT+W/A/S/D : Move selected items one square over - [Character management](documentation/CHARMANAGE.md) - Character backups - If an error occurs, backups are located at `My Documents\My Games\Titan Quest\TQVaultData\Backup` diff --git a/src/TQVaultAE.GUI/Properties/AssemblyInfo.cs b/src/TQVaultAE.GUI/Properties/AssemblyInfo.cs index bb391b2f..409a5ad3 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("4.3.0")] -[assembly: AssemblyFileVersion("4.3.0")] +[assembly: AssemblyVersion("4.4.0")] +[assembly: AssemblyFileVersion("4.4.0")] [assembly: NeutralResourcesLanguageAttribute("en-US")] [assembly: DisableDpiAwareness]