We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1569ae6 commit cb039d7Copy full SHA for cb039d7
CHANGELOG.md
@@ -1,4 +1,12 @@
1
# Changelog
2
+## [0.14.0] - 2025-01-19
3
+### Fixed
4
+- Don't remove altMoney(Electrum) when converting save to mobile, issue #54
5
+
6
+### Changed
7
+- Updated OpenJFX SDK
8
+- Improved Linux support
9
10
## [0.13.1] - 2024-07-03
11
### Fixed
12
- Fix non-latin languages font
build.gradle
@@ -28,7 +28,7 @@ sourceSets {
28
29
OperatingSystem OS = DefaultNativePlatform.currentOperatingSystem
30
ext.distAppName = 'TQRespec'
31
-version = '0.13.1'
+version = '0.14.0'
32
33
application {
34
mainClass = "br.com.pinter.tqrespec.Main"
0 commit comments