Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
crschnick committed Sep 27, 2023
1 parent cfe5d40 commit 33a3dd4
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
os: [
ubuntu-20.04,
macos-latest,
# macos-latest,
windows-2022
]
fail-fast: false
Expand Down
20 changes: 20 additions & 0 deletions changelogs/2.13.5.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changes in 2.13.5

- Fix NullPointerException on Linux when no VISUAL variable editor was set
- Try to improve performance with updated GraalVM 21 runtime and new ZGC garbage collector

# Changes in 2.13.4

- Fix NullPointerException for non-ironman eu4 savegames

# Changes in 2.13.3

- Remove limits for savegame size and increase max RAM usage limit to allow for importing of very large savegames
- Remove legacy steam library detection logic to fix long first startup time
- Improve handling of external text editor in macOS. You just have to provide the app name in the editor, e.g. TextEdit.app
- Update Victoria 3 melter to 1.4 and CK3 melter to 1.10
- Fix trailing spaces in savegame name breaking export
- Fix duplicate detection and CTRL+SHIFT+R shortcuts not working
- Fix import window being too high on some resolutions
- Gray out achievement compatible icon for savegames when achievements are disabled
- Update dds library to support some modded dds files
13 changes: 7 additions & 6 deletions gradle/jreleaser.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,14 @@ jreleaser {
// transform = 'pdx_unlimiter-mac-arm64.zip'
// platform = 'osx'
// }
} else if (org.gradle.internal.os.OperatingSystem.current().isMacOsX()) {
artifact {
distributionType = 'BINARY'
path = 'build/pdx_unlimiter-macos-x86_64.dmg'
platform = 'osx'
}
}
// else if (org.gradle.internal.os.OperatingSystem.current().isMacOsX()) {
// artifact {
// distributionType = 'BINARY'
// path = 'build/pdx_unlimiter-macos-x86_64.dmg'
// platform = 'osx'
// }
// }
}
}

Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.13.5-SNAPSHOT
2.13.5

0 comments on commit 33a3dd4

Please sign in to comment.