You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "fantasy-map-generator",
3
-
"version": "1.109.5",
3
+
"version": "1.110.0",
4
4
"description": "Azgaar's _Fantasy Map Generator_ is a free web application that helps fantasy writers, game masters, and cartographers create and edit fantasy maps.",
Copy file name to clipboardExpand all lines: public/versioning.js
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@ if (parseMapVersion(VERSION) !== VERSION) alert("versioning.js: Invalid format o
37
37
38
38
<ul>
39
39
<strong>Latest changes:</strong>
40
+
<li>Search input in Overview dialogs</li>
40
41
<li>Custom burg grouping and icon selection</li>
41
42
<li>Ability to set custom image as Marker or Regiment icon</li>
42
43
<li>Submap and Transform tools rework</li>
@@ -48,8 +49,6 @@ if (parseMapVersion(VERSION) !== VERSION) alert("versioning.js: Invalid format o
48
49
<li>New routes generation algorithm</li>
49
50
<li>Routes overview tool</li>
50
51
<li>Configurable longitude</li>
51
-
<li>Preview villages map</li>
52
-
<li>Ability to render ocean heightmap</li>
53
52
</ul>
54
53
55
54
<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>
0 commit comments