mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
pump version to 1.731
This commit is contained in:
parent
0c6f98070e
commit
3d22b37a3c
1 changed files with 4 additions and 4 deletions
8
main.js
8
main.js
|
|
@ -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.73"; // generator version
|
const version = "1.731"; // generator version
|
||||||
document.title += " v" + version;
|
document.title += " v" + version;
|
||||||
|
|
||||||
// switches to disable/enable logging features
|
// switches to disable/enable logging features
|
||||||
|
|
@ -434,9 +434,10 @@ function showWelcomeMessage() {
|
||||||
const discord = link("https://discordapp.com/invite/X7E84HU", "Discord server");
|
const discord = link("https://discordapp.com/invite/X7E84HU", "Discord server");
|
||||||
const patreon = link("https://www.patreon.com/azgaar", "Patreon");
|
const patreon = link("https://www.patreon.com/azgaar", "Patreon");
|
||||||
|
|
||||||
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 <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><b>Latest changes:</b>
|
<ul><strong>Latest changes:</strong>
|
||||||
|
<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>
|
||||||
<li>New style presets: Cyberpunk and Atlas</li>
|
<li>New style presets: Cyberpunk and Atlas</li>
|
||||||
|
|
@ -444,7 +445,6 @@ function showWelcomeMessage() {
|
||||||
<li>4 new textures</li>
|
<li>4 new textures</li>
|
||||||
<li>Province capture logic rework</li>
|
<li>Province capture logic rework</li>
|
||||||
<li>Button to release all provinces</li>
|
<li>Button to release all provinces</li>
|
||||||
<li>Limit military units by biome, state, culture and religion</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>Join our ${discord} and ${reddit} to ask questions, share maps, discuss the Generator and Worlbuilding, report bugs and propose new features.</p>
|
<p>Join our ${discord} and ${reddit} to ask questions, share maps, discuss the Generator and Worlbuilding, report bugs and propose new features.</p>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue