Skip to content

Commit 30cb53d

Browse files
committed
Bump to 1.0.3
1 parent 827411d commit 30cb53d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

EU3_Scenario_Editor/Changelog.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
|=== Changelog ===|
33
\=================/
44

5+
=== 1.0.3 ===
6+
7+
Bugfixes:
8+
- Fix issue with scrolling map with mouse wheel
9+
- Warn rather than crashing on malformed lines in definition.csv and default.map
10+
- Fix CK3 development map mode to (hopefully) follow the in-game algorithm
11+
rather than strictly reporting the current value for the current liege.
12+
513

614
=== 1.0.2 ===
715

EU3_Scenario_Editor/src/editor/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public class Version {
2626

2727
private static final int MAJOR = 1;
2828
private static final int MINOR = 0;
29-
private static final int REV = 2;
29+
private static final int REV = 3;
3030

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

0 commit comments

Comments
 (0)