WME EZRoad Mod

Easily update roads

Acestea sunt versiunile scriptului în care codul a fost actualizat. Arată toate versiunile.

  • v2.6.8.7 01-03-2026

    Update WME EZRoad Mod.user.js

  • v2.6.8.6 01-03-2026

    Bump version, SDK flag handling & shortcuts

    Bump userscript to v2.6.8.6 and introduce multiple functional and stability improvements: update release message; standardize logging and WazeToastr labels to use scriptName; migrate copying of flag attributes (unpaved) to WME SDK updateSegment with try/catch and logging (with notes and fallback to DOM where SDK feedback is unreliable); add a legacy keyboard-shortcuts system (register/load/save to localStorage, WMEKSRegister/WMEKSSave/WMEKSLoad, handleToggle and initializeActionShortcuts) and initialize it during bootstrap; improve chip click logs and flow; enhance motorbike restriction messaging and error handling; expand and harden copySegmentName logic with tiered selection/merging of connected segment names and alternate names; add many small logging/message fixes and resilience improvements across segment recreation, turn enabling, geometry fixes, autosave, and other update flows. Comments explain SDK limitations and preserve DOM-based behavior where necessary.

  • v2.6.8.1 18-02-2026

    Update WME EZRoad Mod.user.js

    bug fix.

  • v2.6.8 18-02-2026

    Update WME EZRoad Mod.user.js

    Fixed issue with copying the names from connected segment
    Now it will prioritise the first connected segment at Side A with a valid city in its address, and if none have a valid city, it will fallback to the first connected segment with any address

  • v2.6.7.9 15-02-2026

    Add motorbike-only restriction & improve conversions

    Bump version and add motorbike-only restriction support via UI automation, plus related UX and robustness improvements. Implements a new applyMotorbikeOnlyRestriction helper that automates the WME UI to add a motorcycle-only vehicle restriction, registers a shortcut (Alt+R / A+R) and exposes an option (restrictExceptMotorbike) to apply it to selected segments. Improves non-routable/pedestrian detection (adds Ferry, Railway, Runway) and skips U-turn updates for those types. Enhances segment recreation flow when converting between pedestrian and routable types: more robust delete/create/address restore, async confirmation handling, reselects new segment, and enables turns after conversion. Misc: minor UI/option wiring, logging, and update message/version bump to 2.6.7.9.

  • v2.6.7.4 08-02-2026

    Update WME EZRoad Mod.user.js

  • v2.6.7.3 03-02-2026

    Update WME EZRoad Mod.user.js only

  • v2.6.7.2 26-01-2026

    Add and fix U-turn enable feature

    Introduces a checkbox option to enable U-turns on selected segments and fixes an issue where enabling U-turns could disable existing ones. Updates the update message, alert logic, and changelog to reflect these changes.

  • v2.6.6 13-01-2026

    Add configurable geometry threshold and exclude roundabouts

    Introduces a user-configurable threshold (0.1–10m, default 2m) for geometry node checks, with a new input in settings. Roundabouts (segments with junctionId) are now excluded from geometry issue detection and fixing. Improves marker positioning for higher thresholds and fixes an issue with auto-setting segment city from connected segments.

  • v2.6.5 07-01-2026

    Enhance geometry fix feedback and icon in EZRoad Mod

    Improved the geometry fix feature by updating the bug icon color to red when issues are detected and blue when none are found. Confirmation and success messages now accurately report both the number of affected segments and geometry node issues. Updated changelog and version to 2.6.5.

  • v2.6.4 07-01-2026

    Version 2.6.4 - Fixed checkbox mutual exclusion logic for display features

  • v2.6.3 07-01-2026

    v2.6.3 - Add segment length display and geometry quality checking features

  • v2.6.2 05-01-2026

    Fix auto city detection for connected segments

    Resolved an issue where the script would incorrectly default to 'None' for city when 'Set city as none' was unchecked. The script now properly checks connected segments for valid cities and only falls back to 'None' if no valid city is found.

  • v2.6.1 29-12-2025

    v2.6.1 - Enhanced Copy Connected Segment Attribute feature to copy all segment attributes including direction, speed limits, road type, lock rank, elevation level, street names, and unpaved status

  • v2.6.0.0 28-12-2025

    v2.6.0.0: Add current preset indicator and fix speed limit removal

  • v2.5.9.9 27-12-2025

    Replace WazeWrap.Alerts with WazeToastr.Alerts

    Updated all alert references from WazeWrap.Alerts to WazeToastr.Alerts throughout the script to ensure compatibility with the current alerting system. Also updated fallback alert messages to reference WazeToastr where appropriate. Incremented version to 2.5.9.9.

  • v2.5.9.8 27-12-2025

    Update to use WazeToastr for alerts and script updates

    Replaced WazeWrap and Bootstrap dependencies with WazeToastr for alert handling and script update monitoring. Updated the script update monitor logic to use WazeToastr's API, providing a temporary fix for alerts not displaying properly.

  • v2.5.9.7 24-12-2025

    v2.5.9.9 - Add custom preset system for lock/speed configurations

  • v2.5.9.6 05-08-2025

    2.5.9.6 - 2025-08-05

    2.5.9.6 - 2025-08-05

    • Bug fix: Enhanced "Copy Connected Segment Attribute" logic.
  • v2.5.9.5 31-07-2025

    version 2.5.9.5

    Minor bug fixes.

  • v2.5.9.4 16-07-2025

    2.5.9.4 - 2025-07-15

    2.5.9.4 - 2025-07-15

    • Bug fix: Enhanced "Copy Connected Segment Attribute" logic.
  • v2.5.9.3 04-07-2025

    2.5.9.3

    2.5.9.3 - 2025-07-04

    • Updated logic for speed limit: will not update speed limit if set to 0 or -1.
      2.5.9.2 - 2025-07-03-01
    • Improved logic for copying the first connected segment name and/or city.
    • Now works reliably with the road type button in compact mode.
    • Includes all previous improvements and bug fixes.
  • v2.5.9 03-07-2025

    Vesion 2.5.9

    2.5.9 - 2025-06-23

    • Added a confirmation popup before changing between Street and Footpath/Pedestrianised Area/Stairway types.
    • If you cancel, the segment will not be changed.
    • Prevents accidental deletion and recreation of special segment types.
    • Segment name copying now works for both one-way and two-way segments when converting to pedestrian types.
    • When "Copy connected Segment Name" is on, the script copies the name from the connected segment before conversion and applies it after.
    • Improved reliability for segment recreation and name copying.
    • Includes all previous improvements and bug fixes.
  • v2.5.8.1 21-06-2025

    2.5.8.1

    Minor Bug fix

  • v2.5.8 21-06-2025

    Version 2.5.8

    Changelog for 2.5.8

    When "Set Street Name to None" is checked, the primary street is set to none and all alternate street names are removed. When "Set city as none" is checked, all primary and alternate city names are set to none (empty city). "Set street to none" now only handles the street name. Added an option for setting the city to none. Lock and speed settings can now be exported or imported. In case of a shortcut key conflict, the shortcut key becomes null. Default shortcut key is now "G". Minor code cleanup. Other behaviors remain unchanged.

  • v2.5.7 13-06-2025

    Version 2.5.8 - 2025-06-13

    2.5.8 - 2025-06-13 - Fixed: Autosave now works when "Copy Connected Segment Attribute" is enabled. - When both "Autosave on Action" and "Copy Connected Segment Attribute" are checked, pressing the quick update button or shortcut will copy attributes and then autosave. - All other options continue to function as before.

  • v2.5.6 08-06-2025

    2.5.6

    2.5.5 - 2025-06-08.02 - Improved mutual exclusion logic for "Copy Connected Segment Attribute" and other checkboxes (except Autosave): - Checking "Copy Connected Segment Attribute" now unchecks all other options (except Autosave), but does not disable them. - Checking any other option (except Autosave) will uncheck "Copy Connected Segment Attribute". - Added tooltips for all checkbox options. - Fixed radio button selection logic for road types when using keyboard shortcuts. - Minor bugfixes and UI improvements

  • v2.5.5 08-06-2025 Imported from URL
  • v2.5.4 07-06-2025

    2.5.4 - 2025-06-07.01

    • Road Types can be selected using keyboard shortcuts.
    • Fully migrated to WME SDK.
  • v2.5.3 31-05-2025

    2.5.3 - 2025-05-31

    - Improved shortcut keybind logic and UI.

    - The unpaved attribute is now copied in Non-compact mode.

    - Minor bug fixes.

  • v2.5.2 31-05-2025

    2.5.2 - 2025-05-31

    - Improved shortcut keybind logic and UI.

    - Prevented double alerts and unnecessary alerts when keybind is empty.

    - Minor bug fixes.

  • v2.5.1 29-05-2025

    2.5.1 - 2025-05-30
    - Added "Copy Connected Segment Attribute" option.
    - When enabled, all other options (except Autosave) are automatically unchecked.
    - Copies all major attributes from a connected segment: speed limit, primary name, alias name, city, paved/unpaved status, and lock level.
    - Ensures mutually exclusive logic for this option in the UI.

  • v2.5.0 29-05-2025

    2.5.0 - 2025-05-29

    - Improved reliability of the unpaved toggle by adding a 500ms delay and fallback logic for both compact and non-compact UI modes.

    - Now ensures paved/unpaved status is always set correctly, regardless of UI mode.

    - Enhanced update logic: skips redundant updates for road type, lock, and speed if already set.

    - Improved city name and segment name copying logic, with more robust alerts and feedback.

    - UI improvements: disables lock/speed controls when their options are off; mutually exclusive logic for "Set Street To None" and "Copy connected Segment Name".

    - Improved logging for easier debugging and tracking.

    - Bug fixes and code cleanup for better reliability and maintainability.

  • v2.4.9 22-05-2025

    2.4.9 - 2025-05-22
    - Improved reliability of unpaved toggle (500ms delay).
    - Minor bug fixes and code cleanup

  • v2.4.8 21-05-2025

    2.4.8 - 2025-05-21
    Now pave/unpave works better. When unchecked, the segment will be paved!

  • v2.4.7 20-05-2025

    2.4.7 - 2025-05-21
    Added support for copying alternative segment name from connected segment
    Thanks to -
    - MapOmatic, without him this would not be possible.

  • v2.4.6 20-05-2025

    2.4.6 - 2025-05-20
    Added support for copying segment name from connected segment
    Limitation -
    - Currently Alt names wont be copied.

  • v2.4.5 11-05-2025

    2.4.5 - 2025-05-11
    Added Support for HRCS
    Fixed -
    - Various other bugs
    - remove support for waze discuss

  • v2.4.4 03-04-2025

    added support for HRCS

  • v2.4.3 01-04-2025

    Minor fixes: delayed timing for saving is slightly reduced!

  • v2.4.2 29-03-2025

    Minor fixes for update alert message

  • v2.4.1 24-03-2025

    The update dialogue box now stays for 7 seconds instead of 15 secs.

  • v2.4 23-03-2025

    Minor bug fixes with the delayed update alert.

  • v2.3 23-03-2025

    now its possible to show alert when the segment is updated with what configuration.

  • v2.2 22-03-2025

    ntegration of update monitoring!

  • v2.1 16-03-2025

    major changes...

  • v0.2.3 09-03-2025

    code sync and cleanup unnecessary lines

  • v0.2.2.1 02-03-2025

    minor changes

  • v0.2.2.1 02-03-2025