Skip to content

Commit cb039d7

Browse files
committed
Version 0.14.0
1 parent 1569ae6 commit cb039d7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
# 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+
210
## [0.13.1] - 2024-07-03
311
### Fixed
412
- Fix non-latin languages font

build.gradle

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

2929
OperatingSystem OS = DefaultNativePlatform.currentOperatingSystem
3030
ext.distAppName = 'TQRespec'
31-
version = '0.13.1'
31+
version = '0.14.0'
3232

3333
application {
3434
mainClass = "br.com.pinter.tqrespec.Main"

0 commit comments

Comments
 (0)