Skip to content

Commit

Permalink
Version 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
epinter committed Jul 3, 2024
1 parent bf94812 commit 9f79a21
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# Changelog
## [0.13.1] - 2024-07-03
### Fixed
- Fix non-latin languages font
- Code updated and optimized for Java 21
- Fix code warnings

### Added
- Use game font if available

## [0.13.0] - 2024-05-31
### Fixed
- Fixed crash during parse of edited options.txt, issue #51.
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.0'
version = '0.13.1'

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

0 comments on commit 9f79a21

Please sign in to comment.