Skip to content

Commit

Permalink
Prepare release 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneLamoureux committed Dec 23, 2021
1 parent a6a0c98 commit 5029d22
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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*
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.8.0")]
[assembly: AssemblyFileVersion("3.8.0")]
[assembly: AssemblyVersion("3.9.0")]
[assembly: AssemblyFileVersion("3.9.0")]
[assembly: NeutralResourcesLanguageAttribute("en-US")]
[assembly: DisableDpiAwareness]

0 comments on commit 5029d22

Please sign in to comment.