Skip to content

Commit

Permalink
Version 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
epinter committed May 31, 2024
1 parent 8698bda commit bdf38a5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# Changelog
## [0.13.0] - 2024-05-31
### Fixed
- Fixed crash during parse of edited options.txt, issue #51.
- Fixed rare crash on launch when older java versions are installed, issue #50.

### Changed
- Improved logging of uncaught runtime exceptions.
- Updated to Java 21
- Updated dependencies

## [0.12.2] - 2024-05-27
### Fixed
- Fix missing bags when converting from mobile.
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.12.2'
version = '0.13.0'

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

0 comments on commit bdf38a5

Please sign in to comment.