Skip to content

Commit

Permalink
Version 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
epinter committed May 22, 2022
1 parent 459b78c commit c74da3d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
# Changelog
## [0.11.1] - 2022-05-22
### Added
- Add support for TQ v2.10.20820
- Enable JPMS for all dependencies using improved jar patching system

### Changed
- Improved savegame parse to better handle new format
- Updated Russian and Ukranian translations (thanks Evgeniy Chefranov)
- Refactor resource loading to work with JPMS

### Fixed
- Fix minor ui initialization bug

## [0.11.0] - 2021-12-04
### Added
- Add support for TQ v2.10.19520 (released with Eternal Embers)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ sourceSets {

OperatingSystem OS = DefaultNativePlatform.currentOperatingSystem
ext.distAppName = 'TQRespec'
version = '0.11.0'
version = '0.11.1'
sourceCompatibility = JavaVersion.VERSION_17
ext.moduleName = 'br.com.pinter.tqrespec'
ext.mainPackageName = 'br.com.pinter.tqrespec'
Expand Down

0 comments on commit c74da3d

Please sign in to comment.