This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Summary
AI summaryUpdates Detailed Breakdown of Changes, Technical Changelog, and Robustness & Settings Edge-Cases across a mixed release.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Increased navigation search buffer from 2000m to 5000m. Increased navigation search buffer from 2000m to 5000m. Source: llm_adapter@2026-07-18 Confidence: high |
— |
| Bugfix | Medium |
Fallbacks default distance unit to "km" when user settings are uninitialised. Fallbacks default distance unit to "km" when user settings are uninitialised. Source: llm_adapter@2026-07-18 Confidence: high |
— |
| Bugfix | Medium |
Added explicit user notifications for route calculation failures in frontend. Added explicit user notifications for route calculation failures in frontend. Source: llm_adapter@2026-07-18 Confidence: low |
— |
| Refactor | Low |
Refactored `routing.js` network validations and added `showError` alerts in frontend. Refactored `routing.js` network validations and added `showError` alerts in frontend. Source: granite4.1:30b@2026-07-18-audit Confidence: low |
— |
Full changelog
Release Notes: v0.2.2
Date: 18th July 2026
Overview
Version 0.2.2 introduces critical reliability updates to our navigation engine and user feedback systems. This release focuses heavily on stability, ensuring that edge-case routing coordinates resolve successfully and that users are properly communicated with when network discrepancies occur.
Detailed Breakdown of Changes
Navigation Engine & Backend Geometry Optimisation
-
Expanded Search Buffer (5000m): We discovered that a 2000m boundary buffer occasionally clipped valid pathways in sparse, open, or complex networks, most notably during long ridge walks where nodes are spread thin. By increasing this boundary buffer to 5000 meters, the routing algorithm can now successfully evaluate wider alternatives and resolve paths without failing.
-
Geometrical Calculation Enhancements: Added documentation detailing the bounding box logic. The engine calculates a bounding rectangle around the start and end coordinates including the buffer, establishes a strict center coordinate, and derives a half-diagonal radius. This ensures the circular KD-Tree boundary query entirely encapsulates the square bounding box area, guaranteeing zero node omission at the borders.
Frontend Error Tracking & UI Feedback
- Explicit User Notifications: Updated the
routing.jsmodule to import theshowErrorutility. Previously, application failures inside the path calculation sequence would fail silently or only log to the developer console. The UI now gracefully catches failed HTTP statuses (e.g., 500 or 404 errors) as well as internal application failure flags (data.success === false) and serves an explicit user-facing prompt: "Sorry, there was an unexpected error when calculating your route, please try again later."
Robustness & Settings Edge-Cases
- Uninitialised Unit Fallbacks: Fixed a vulnerability where users who had never interacted with or modified their settings profiles would possess an empty or
Nonestate for their default distance unit. The system now safely evaluates an empty configuration state as the default"km"setting, ensuring predictable system behavior across all calculation pipelines.
Technical Changelog
- Frontend: Refactored
routing.jsnetwork validations; addedshowErroralerts. - Backend: Adjusted
buffervariable initialisation to5000 - Core Logic: Modified distance-unit conditional expressions to intercept and normalise
Noneinputs.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About abdlfc11/Crest-Hiking-App
All releases →Beta — feedback welcome: [email protected]