Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
crschnick committed Oct 16, 2023
1 parent 617f041 commit e04684d
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 7 deletions.
25 changes: 25 additions & 0 deletions changelogs/2.13.6.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Changes in 2.13.6

- Fix hoi4 1.13 save import failing
- Update hoi4 melter to 1.13.3

# 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
6 changes: 0 additions & 6 deletions gradle/jreleaser.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,6 @@ jreleaser {
checksums = false
signatures = false

// Always set a pre-release, as drafts do not fully work
prerelease {
enabled = true
pattern = '.*'
}

update {
enabled = true
section('ASSETS')
Expand Down
Binary file modified resources/bin/rakaly_linux
Binary file not shown.
Binary file modified resources/bin/rakaly_mac
Binary file not shown.
Binary file modified resources/bin/rakaly_windows.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.13.6-SNAPSHOT
2.13.6

0 comments on commit e04684d

Please sign in to comment.