We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf9351d commit 5d052c4Copy full SHA for 5d052c4
CHANGELOG.md
@@ -1,4 +1,8 @@
1
# Changelog
2
+## [1.1.2] - 2025-09-14
3
+### Fixed
4
+- Added check for teleports when loading, fixed mobile savegame bug ([#61](https://github.com/epinter/tqrespec/issues/61))
5
+
6
## [1.1.1] - 2025-06-13
7
### Added
8
- Added option to bulk convert textures from a directory, supports drag-and-drop.
build.gradle
@@ -26,7 +26,7 @@ sourceSets {
26
27
OperatingSystem OS = DefaultNativePlatform.currentOperatingSystem
28
ext.distAppName = 'TQRespec'
29
-version = '1.1.1'
+version = '1.1.2'
30
31
application {
32
mainClass = "br.com.pinter.tqrespec.Main"
0 commit comments