1.4.0 Release tweaks

This commit is contained in:
izawartka 2025-07-13 23:56:10 +02:00
parent d84eafcd66
commit bb5de115b7
3 changed files with 5 additions and 4 deletions

View File

@ -27,6 +27,7 @@ https://maseuko.pl/soft/td2-visualizer-2/
- Not all signs have their icons - Not all signs have their icons
- Electrification resolution fails with some sceneries (not no be fixed) - Electrification resolution fails with some sceneries (not no be fixed)
## Author ## Authors
masuo / izawartka [masuo / izawartka](https://github.com/izawartka/)<br>
[dominik-korsa](https://github.com/dominik-korsa/)

View File

@ -1,6 +1,6 @@
{ {
"name": "visualizer2", "name": "visualizer2",
"version": "1.3.2", "version": "1.4.0",
"private": true, "private": true,
"dependencies": { "dependencies": {
"-": "^0.0.1", "-": "^0.0.1",

View File

@ -1,5 +1,5 @@
const Constants = { const Constants = {
buildVersion: '1.3.2', buildVersion: '1.4.0',
map: { map: {
zoomSensitivity: 0.002, zoomSensitivity: 0.002,
zoomMin: 0.03, zoomMin: 0.03,