|
2 | 2 | // https://github.com/Azgaar/Fantasy-Map-Generator |
3 | 3 |
|
4 | 4 | "use strict"; |
5 | | -// TODO: pump version to 1.7 |
6 | | -const version = "1.662"; // generator version |
| 5 | +const version = "1.7"; // generator version |
7 | 6 | document.title += " v" + version; |
8 | 7 |
|
9 | 8 | // Switches to disable/enable logging features |
@@ -405,11 +404,14 @@ function showWelcomeMessage() { |
405 | 404 | alertMessage.innerHTML = `The Fantasy Map Generator is updated up to version <b>${version}</b>. |
406 | 405 | This version is compatible with ${changelog}, loaded <i>.map</i> files will be auto-updated. |
407 | 406 | <ul>Main changes: |
408 | | - <li>Add custom fonts dialog</li> |
409 | | - <li>Save and load <i>.map</i> files to Dropbox</li> |
410 | | - <li>Ability to add control points on river edit</li> |
411 | | - <li>New heightmap template: Taklamakan</li> |
412 | | - <li>Option to not scale labels on zoom</li> |
| 407 | + <li>New marker types</li> |
| 408 | + <li>New markers editor</li> |
| 409 | + <li>Markers overview screen</li> |
| 410 | + <li>Markers regeneration menu</li> |
| 411 | + <li>Burg editor update</li> |
| 412 | + <li>Editable theme color</li> |
| 413 | + <li>Add font dialog</li> |
| 414 | + <li>Save to Dropbox</li> |
413 | 415 | </ul> |
414 | 416 |
|
415 | 417 | <p>Join our ${discord} and ${reddit} to ask questions, share maps, discuss the Generator and Worlbuilding, report bugs and propose new features.</p> |
|
0 commit comments