pump version to v1.811

This commit is contained in:
Azgaar 2022-05-13 22:58:46 +03:00
parent 4bdf08e3aa
commit f7a9243fe3

View file

@ -1,7 +1,7 @@
"use strict"; "use strict";
// version and caching control // version and caching control
const version = "1.81"; // generator version, update each time const version = "1.811"; // generator version, update each time
{ {
document.title += " v" + version; document.title += " v" + version;
@ -25,6 +25,8 @@ const version = "1.81"; // generator version, update each time
<ul> <ul>
<strong>Latest changes:</strong> <strong>Latest changes:</strong>
<li>Ability to install the App</li>
<li>14 new default fonts</li>
<li>Caching for faster startup</li> <li>Caching for faster startup</li>
<li>Submap tool by Goteguru</li> <li>Submap tool by Goteguru</li>
<li>Resample tool by Goteguru</li> <li>Resample tool by Goteguru</li>
@ -32,9 +34,6 @@ const version = "1.81"; // generator version, update each time
<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>
<li>New style presets: Cyberpunk and Atlas</li>
<li>Burg temperature graph</li>
<li>4 new textures</li>
</ul> </ul>
<p>Join our <a href="${discord}" target="_blank">Discord server</a> and <a href="${reddit}" target="_blank">Reddit community</a> to ask questions, share maps, discuss the Generator and Worlbuilding, report bugs and propose new features.</p> <p>Join our <a href="${discord}" target="_blank">Discord server</a> and <a href="${reddit}" target="_blank">Reddit community</a> to ask questions, share maps, discuss the Generator and Worlbuilding, report bugs and propose new features.</p>