mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 17:51:24 +01:00
update versioning.js
This commit is contained in:
parent
69a9b6e18e
commit
b59e3f7ca0
1 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
// version and caching control
|
// version and caching control
|
||||||
const version = "1.95.05"; // generator version, update each time
|
const version = "1.95.06"; // generator version, update each time
|
||||||
|
|
||||||
{
|
{
|
||||||
document.title += " v" + version;
|
document.title += " v" + version;
|
||||||
|
|
@ -40,6 +40,7 @@ const version = "1.95.05"; // generator version, update each time
|
||||||
<li>New 3D scene options and improvements</li>
|
<li>New 3D scene options and improvements</li>
|
||||||
<li>Autosave feature (in Options)</li>
|
<li>Autosave feature (in Options)</li>
|
||||||
<li>Google translation support (in Options)</li>
|
<li>Google translation support (in Options)</li>
|
||||||
|
<li>Added feature to load river via saved file, It is accessible from river overview ui, by clicking on the upload button.</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