File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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" ;
You can’t perform that action at this time.
0 commit comments