fonts update - move version to 1.661

This commit is contained in:
Azgaar 2021-09-08 23:39:04 +03:00
parent 8dd7b3c8a9
commit 50d11bd557

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.66"; // generator version1 const version = "1.661"; // generator version
document.title += " v" + version; document.title += " v" + version;
// Switches to disable/enable logging features // Switches to disable/enable logging features
@ -377,6 +377,7 @@ function showWelcomeMessage() {
alertMessage.innerHTML = `The Fantasy Map Generator is updated up to version <b>${version}</b>. alertMessage.innerHTML = `The Fantasy Map Generator is updated up to version <b>${version}</b>.
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>Main changes: <ul>Main changes:
<li>Add custom fonts dialog</li>
<li>Save and load <i>.map</i> files to Dropbox</li> <li>Save and load <i>.map</i> files to Dropbox</li>
<li>Ability to add control points on river edit</li> <li>Ability to add control points on river edit</li>
<li>New heightmap template: Taklamakan</li> <li>New heightmap template: Taklamakan</li>