Skip to content

Commit

Permalink
Prepare release 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneLamoureux committed Jul 28, 2022
1 parent f57f69a commit c348f29
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Changelog
## 4.2.0
### Features
- #452 Add a new, [more restrictive mode](/documentation/FORGE.md#GameMode) to the item forge
- Add an option to [destroy the inputs](/documentation/FORGE.md#Hardcore) of the item forge
- "Highlight" function supports all objects' metadata
- More info [here](/documentation/HIGHLIGHT.md#regular-expression)

## 4.1.0
### Features
- New cheat: item forge
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-4.1.0-blue.svg)](https://github.com/EtienneLamoureux/TQVaultAE/releases)
[![Release](https://img.shields.io/badge/stable-4.2.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("4.1.0")]
[assembly: AssemblyFileVersion("4.1.0")]
[assembly: AssemblyVersion("4.2.0")]
[assembly: AssemblyFileVersion("4.2.0")]
[assembly: NeutralResourcesLanguageAttribute("en-US")]
[assembly: DisableDpiAwareness]

0 comments on commit c348f29

Please sign in to comment.