v1.1.1 - Documentation & Help Text Hardening

- Completely overhauled the user manual text inside the 'ℹ️ Help' panel 
  to clarify spatial selection prerequisites before loading the interface.
- Added explicit documentation detailing how the geometry engine automatically 
  transforms local project coordinates into web-safe WGS 84 (EPSG:4326).


v1.1.0 - Browser Integration & Interface Usability Upgrades

- Added a brand-new 'Test Route in Browser' button to instantly cross-verify 
  your itinerary geometry inside your computer's local web browser.
- Upgraded the live preview panel to render a clean, high-contrast 
  'SCAN ME' label directly on the bottom border of the QR code image.
- Improved the overall UI layout and spacing constraints to make the 
  dialog panel more responsive, clean, and user-friendly.


v1.0.1 - Core Stability & Runtime Error Fix

- Resolved a critical 'TypeError: issubclass() arg 1 must be a class'
exception triggered during spatial processing execution.
- Hardened the 'image_factory' validation lifecycle inside the
vendored codebase to safeguard against unexpected primitive types or
empty parameters.
- Re-structured variable tracking parameters within 'process_export'
to guarantee accurate structural error handling.
- Optimized multi-point coordinate vector operations to prevent
execution bottlenecks on complex polyline configurations.
- Verified stable cross-platform performance layout across Windows,
macOS, and Linux environments.


v1.0.0 - Official Initial Release

- Launched the official core framework to convert spatial lines and polylines 
  instantly into mobile-scannable Google Maps routing itineraries.
- Implemented automatic coordinate projection transformations to safely shift 
  native map canvas geometries over to WGS 84 (EPSG:4326).
- Integrated smart downsampling loops to seamlessly limit path itineraries 
  to a maximum of 22 waypoints, matching strict external API limits.
- Designed an organized user interface featuring an active layer information 
  group box and a sleek, collapsible code debug panel.
- Bundled a fully cross-platform, self-contained rendering engine to draw 
  high-contrast dark blue QR codes cleanly without external system packages.