Skip to content

Commit

Permalink
Cut release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneLamoureux committed Apr 5, 2022
1 parent 190b7ef commit 8d5c861
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
# Changelog
## 4.0.0
### Features
- #283 Enable saving the modified stashes without closing the tool
- #264 Add ability to choose the vault-tab icon
- #185 New interface language: chinese
- Enable/Disable tooltip on StashPanel
- Add support for "Thrown" weapons
- Allow character duplication

### Bugs
- #398 Fix "cannot find stash file" error
- #370 Fix display name for the relic "Aegis of Athena"

### Other
- #296 Rearrange item stats to better match in-game display
- Change the vaults' data structure

## 3.9.0
### Features
- #402 Support Eternal Embers
Expand Down
2 changes: 1 addition & 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-3.9.0-blue.svg)](https://github.com/EtienneLamoureux/TQVaultAE/releases)
[![Release](https://img.shields.io/badge/stable-4.0.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
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("3.9.0")]
[assembly: AssemblyFileVersion("3.9.0")]
[assembly: AssemblyVersion("4.0.0")]
[assembly: AssemblyFileVersion("4.0.0")]
[assembly: NeutralResourcesLanguageAttribute("en-US")]
[assembly: DisableDpiAwareness]

0 comments on commit 8d5c861

Please sign in to comment.