pump version to 1.732

This commit is contained in:
Azgaar 2022-02-19 23:15:57 +03:00
parent 4978db4d1e
commit 8db9d315be

View file

@ -2,7 +2,7 @@
// https://github.com/Azgaar/Fantasy-Map-Generator // https://github.com/Azgaar/Fantasy-Map-Generator
"use strict"; "use strict";
const version = "1.731"; // generator version const version = "1.732"; // generator version
document.title += " v" + version; document.title += " v" + version;
// switches to disable/enable logging features // switches to disable/enable logging features
@ -446,6 +446,7 @@ function showWelcomeMessage() {
alertMessage.innerHTML = `The Fantasy Map Generator is updated up to version <strong>${version}</strong>. alertMessage.innerHTML = `The Fantasy Map Generator is updated up to version <strong>${version}</strong>.
This version is compatible with ${changelog}, loaded <i>.map</i> files will be auto-updated. This version is compatible with ${changelog}, loaded <i>.map</i> files will be auto-updated.
<ul><strong>Latest changes:</strong> <ul><strong>Latest changes:</strong>
<li>Pre-defined heightmaps</li>
<li>Advanced notes editor</li> <li>Advanced notes editor</li>
<li>Zones editor: filter by type</li> <li>Zones editor: filter by type</li>
<li>Color picker: new hatchings</li> <li>Color picker: new hatchings</li>