Skip to content

Commit

Permalink
Version 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
epinter committed Jan 19, 2025
1 parent 1569ae6 commit cb039d7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Changelog
## [0.14.0] - 2025-01-19
### Fixed
- Don't remove altMoney(Electrum) when converting save to mobile, issue #54

### Changed
- Updated OpenJFX SDK
- Improved Linux support

## [0.13.1] - 2024-07-03
### Fixed
- Fix non-latin languages font
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ sourceSets {

OperatingSystem OS = DefaultNativePlatform.currentOperatingSystem
ext.distAppName = 'TQRespec'
version = '0.13.1'
version = '0.14.0'

application {
mainClass = "br.com.pinter.tqrespec.Main"
Expand Down

0 comments on commit cb039d7

Please sign in to comment.