Releases: jwrpalmer99/indy-route
Release list
v1.2.3
v1.2.2
-
Feature: API - create/draw/clear/persist routes via API, see readme.md or
game.modules.get("indy-route").api.help() -
Feature: Enhanced label rendering clarity
-
Feature: UI - drag-and-drop to reorder route items in route manager
-
Fix: Resolve crash with PIXI texture leak
Updated label rendering logic in label-renderer.js to improve font loading and caching using Blob URLs.
Introduced clamping for font sizes to a maximum of 200 in settings.js and route-editor.hbs.
Enhanced label rendering quality and performance by adjusting texture handling and scaling in renderer.js.
Added drag-and-drop functionality for route items in route-manager.hbs with appropriate styling.
Updated settings UI to reflect new maximum font size for label settings.
v1.2.1
v1.2.0
New feature: route labeling features and settings
New feature: persist routes to tiles
-
Added functionality to persist routes as tiles with labels.
-
Updated IndyRouteSettingsBase to include label settings such as font, color, size, and positioning.
-
Introduced IndyRouteLabelRenderer for rendering labels along routes with options for arrows and following path.
-
Modified route editor and settings templates to accommodate new label options.
-
Adjusted default settings for line width, dash length, and dot radius.
-
Implemented double-click functionality for route point placement in IndyRouteTool.
-
Enhanced UI notifications and hints for better user experience.
v1.1.0
Add distance/cost calculator
Add travel mode configuration
Add currency configuration
