diff --git a/index.html b/index.html
index 6dc479f1..7e0bafb3 100644
--- a/index.html
+++ b/index.html
@@ -226,7 +226,7 @@
Azgaar's
Fantasy Map Generator
-
v. 1.71
+
v. 1.72
LOADING...
diff --git a/main.js b/main.js
index e3cd39f7..0dc57216 100644
--- a/main.js
+++ b/main.js
@@ -2,7 +2,7 @@
// https://github.com/Azgaar/Fantasy-Map-Generator
"use strict";
-const version = "1.71"; // generator version
+const version = "1.72"; // generator version
document.title += " v" + version;
// Switches to disable/enable logging features
@@ -411,20 +411,20 @@ function showWelcomeMessage() {
alertMessage.innerHTML = `The Fantasy Map Generator is updated up to version ${version}.
This version is compatible with ${changelog}, loaded .map files will be auto-updated.
- Main changes:
- - Ability to limit military units by biome, state, culture and religion
+ Latest changes:
+ - Burg temperature graph
+ - 4 new textures
+ - Province capture logic rework
+ - Button to release all provinces
+ - Limit military units by biome, state, culture and religion
- New marker types
- New markers editor
- Markers overview screen
- Markers regeneration menu
- - Burg editor update
- - Editable theme color
- - Add font dialog
- - Save to Dropbox
Join our ${discord} and ${reddit} to ask questions, share maps, discuss the Generator and Worlbuilding, report bugs and propose new features.
- Thanks for all supporters on Patreon!`;
+ Thanks for all supporters on ${patreon}!`;
$("#alert").dialog({
resizable: false,