Skip to content

Commit

Permalink
Document latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneLamoureux committed Aug 10, 2023
1 parent b090414 commit 3d69961
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 (<kbd>ALT</kbd>+<kbd>W</kbd>/<kbd>A</kbd>/<kbd>S</kbd>/<kbd>D</kbd>)
- 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
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -48,6 +48,7 @@ Works with all expansions!
- <kbd>&#8595;</kbd> : Moves currently hightlighted item(s) to stash panel
- <kbd>CTRL</kbd>+click : Activate multi selection
- <kbd>SHIFT</kbd>+drag : Activate mouse lasso for multi selection
- <kbd>ALT</kbd>+<kbd>W</kbd>/<kbd>A</kbd>/<kbd>S</kbd>/<kbd>D</kbd> : 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`
Expand Down
4 changes: 2 additions & 2 deletions src/TQVaultAE.GUI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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]

0 comments on commit 3d69961

Please sign in to comment.