mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 17:51:24 +01:00
pump version to v1.811
This commit is contained in:
parent
4bdf08e3aa
commit
f7a9243fe3
1 changed files with 3 additions and 4 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue