Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
crschnick committed Sep 17, 2023
1 parent 468d48f commit 92a4391
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
11 changes: 11 additions & 0 deletions changelogs/2.13.3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 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
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ protected String createName() {

@Override
public void check() {

if (externalEditor.getValue().isBlank()) {
externalEditor.set(getDefaultEditor());
}
}
}
Binary file removed resources/bin/OsaSaveEditor.jar
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.3-SNAPSHOT
2.13.3

0 comments on commit 92a4391

Please sign in to comment.