Skip to content

Commit

Permalink
Bump to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mmyers committed Jun 21, 2024
1 parent a142282 commit 4a2c387
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions EU3_Scenario_Editor/Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
\=================/


=== 1.0.1 ===

New features:
- Game directory and save path are now validated in the launcher dialog. If
one or both of the paths are invalid, the launcher will not allow the user
to proceed.

Bugfixes:
- Modded CK3 religion and culture files are now read correctly.
- Modded CK3 localisation is now read correctly.
- CK3 religions may now use named_colors and HSV colors.
- CK3 colors may now be given in the format "color = rgb { X Y Z }"
in addition to the existing formats "color = { X Y Z }" and "color = hsv { X Y Z }".


=== 1.0.0 ===

New features:
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 = 1;
private static final int MINOR = 0;
private static final int REV = 0;
private static final int REV = 1;

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 4a2c387

Please sign in to comment.