From fc498681b442a95b0422971a69ed809ca9d88ee4 Mon Sep 17 00:00:00 2001 From: izawartka <59137928+izawartka@users.noreply.github.com> Date: Thu, 3 Jul 2025 17:05:15 +0200 Subject: [PATCH] 1.2.0 Release tweaks *Tweaked buildVersion constant to 1.2.0 *Disabled attached signs logging *Updated README.md --- README.md | 6 ++++++ src/helpers/constants.js | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e2a682f..3fbd27a 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,12 @@ The online version may not always be up to date https://maseuko.pl/soft/td2-visualizer-2/ +## Known issues + +- Older type (dynamic_) signals extended parsing is not implemented yet +- Not all signs have their icons +- Electrification resolution fails with some sceneries (not resolvable) + ## Author masuo / izawartka diff --git a/src/helpers/constants.js b/src/helpers/constants.js index 190444c..8a9f83d 100644 --- a/src/helpers/constants.js +++ b/src/helpers/constants.js @@ -1,5 +1,5 @@ const Constants = { - buildVersion: '1.1.0', + buildVersion: '1.2.0', map: { zoomSensitivity: 0.002, forcePointerEvents: false @@ -18,7 +18,7 @@ const Constants = { attachSignsMaxDistanceZ: 1.0, attachSignsMaxDistanceX: 0.2, attachSignsGridSize: 10, - logAttachedSigns: true, + logAttachedSigns: false, }, warnings: { all: false, // enable all warnings