Skip to content

Commit

Permalink
Update changelog and bump to 0.9.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mmyers committed Sep 18, 2023
1 parent a71111e commit 17ea876
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions EU3_Scenario_Editor/Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
\=================/


=== 0.9.12 ===

New features:
- Added a bunch of new warnings for problems in map files.
- Added support for non-ASCII characters in mod path.
- Minor improvements to the startup screen, including a wider window and the
ability to automatically populate the mod menu when the game directory
is pasted in rather than being typed or browsed.

Bugfixes:
- Fixed issue with objects named "root" in CK2 save files.
- Fixed a crash in the wars dialog under certain version of Java.
- Fixed issue causing backup files to be saved in Victoria 2 history folders
even if "Save Backup Files" was disabled in the history editor menu.
- Fixed issue with multi-editing provinces if one or more of the province
history files contained objects that are not dates, e.g. "add_permanent_province_modifier".


=== 0.9.11 ===

Bugfixes:
Expand Down
2 changes: 1 addition & 1 deletion EU3_Scenario_Editor/src/editor/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class Version {

private static final int MAJOR = 0;
private static final int MINOR = 9;
private static final int REV = 11;
private static final int REV = 12;

private static final String PROJECT_URL = "https://sourceforge.net/projects/eug";
private static final String UPDATE_URL = "https://eug.sourceforge.net/version.xml";
Expand Down

0 comments on commit 17ea876

Please sign in to comment.