Skip to content

Commit 070ca37

Browse files
committed
Version 1.2.0
1 parent 2c99972 commit 070ca37

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Changelog
2+
## [1.2.0] - 2026-02-27
3+
### Fixed
4+
- Fix manual path selection causing crash with languages without localization support (like German) ([#67](https://github.com/epinter/tqrespec/issues/67))
5+
- Fix tq-extract randomly writing content in wrong files when extracting ARZ (tqdatabase)
6+
27
## [1.1.3] - 2025-09-23
38
### Fixed
49
- Fix NPE loading savegames when game is not installed ([#63](https://github.com/epinter/tqrespec/issues/63))

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ sourceSets {
2626

2727
OperatingSystem OS = DefaultNativePlatform.currentOperatingSystem
2828
ext.distAppName = 'TQRespec'
29-
version = '1.1.3'
29+
version = '1.2.0'
3030

3131
application {
3232
mainClass = "br.com.pinter.tqrespec.Main"

0 commit comments

Comments
 (0)