Skip to content

Commit

Permalink
Version 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
epinter committed Jul 18, 2019
1 parent 21bdf69 commit ee98e9e
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.7.1] - 2019-07-18
### Added
- Detect 'alternative' types of game installation, based on steam
- Detect game installation from Microsoft Store ([#11](https://github.com/epinter/tqrespec/issues/11))

### Changed
- Properly reset UI after character copy
- Attributes increments and minimum are read from database, not hardcoded anymore
- Improved path detection, skips invalid directories
- Save and use last successfull used game installation path (if valid)
- Memory usage optimization

### Fixed
- Fixed out of memory bug when parsing invalid string
- Fixed parsing of characters with itemName value ([#13](https://github.com/epinter/tqrespec/issues/13))

## [0.7.0] - 2019-07-14
### Added
- Mastery removal feature ([#5](https://github.com/epinter/tqrespec/issues/5))
Expand Down Expand Up @@ -80,7 +96,8 @@
### Added
- Initial testing version, core classes, without GUI

[unreleased]: https://github.com/epinter/tqrespec/compare/v0.7.0...HEAD
[unreleased]: https://github.com/epinter/tqrespec/compare/v0.7.1...HEAD
[0.7.1]: https://github.com/epinter/tqrespec/compare/v0.7.0...v0.7.1
[0.7.0]: https://github.com/epinter/tqrespec/compare/v0.6.1...v0.7.0
[0.6.1]: https://github.com/epinter/tqrespec/compare/v0.6.0...v0.6.1
[0.6.0]: https://github.com/epinter/tqrespec/compare/v0.2.1...v0.6.0
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ gradlew run

#### ***Startup***
This software can fail to start if the game is not detected. Game is detected searching for Uninstall information from Windows, and data from your Steam installation. If you can't start, get the error message inside the "Show details" and open an issue. Or maybe you can find some help in the discussion at Steam Guides.
If your game path is not detected, you still can run TQRespec copying the game data, to do so follow the instructions [Running without the game installed](https://github.com/epinter/tqrespec#running-without-the-game-installed).


#### ***Errors and reporting***
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ sourceSets {
}

ext.distAppName = 'TQRespec'
version = '0.7.0'
version = '0.7.1'
sourceCompatibility = 11
targetCompatibility = 11
ext.moduleName = 'br.com.pinter.tqrespec'
Expand Down

0 comments on commit ee98e9e

Please sign in to comment.