v0.1.1
diegosouzapw/OmniRoutev0.1.1Sep 1, 2026by bilawalsidhu
AI Summary
v0.1.1 is a reliability patch focused on fixing installation issues and live-data ingestion problems to ensure a smoother user experience for both new and existing setups.
Key Highlights
- Pinokio setup now correctly exposes the Start button instead of reverting to Install after a clean install.
- macOS keyless launch script has been fixed to work with the stock Bash 3.2 runtime.
- Active Fires data ingestion now handles JavaScript engine limits by retaining all three VIIRS source batches.
- GBFS response-size limits are now accurately measured in bytes, including multi-byte payloads.
- Documentation has been tightened to improve clarity around keyless setup and provider stack accessibility.
New Features
- Fixed Pinokio install lifecycle to display Start button
- Fixed macOS Bash 3.2 compatibility for keyless launch
- Fixed Active Fires data retention under engine limits
- Fixed GBFS byte-limit safety checks
- Updated README documentation
Full Release Notes
v0.1.1 is a reliability patch for one-click setup and live-data ingestion. ## Fixed - **Pinokio setup:** Completed clean installs now expose **Start** instead of returning to **Install**. - **macOS keyless launch:** `./scripts/dev-fresh.sh` no longer crashes under the stock Bash 3.2 runtime when no provider keys are exported. - **Active Fires:** All three VIIRS source batches are retained when global record counts exceed the JavaScript engine's argument limit. - **GBFS safety:** Response-size limits are now measured in bytes, including multi-byte upstream payloads. ## Documentation - Tightened the README opening around keyless setup, data freshness, modeled experiences, and the accessibility of the provider stack. ## Community Thank you to: - @yangsongsf for the Active Fires fix in #93. - @prajwal-raj for the GBFS byte-limit fix in #45. - @manjunath22466 for the Pinokio lifecycle fix and real-device validation carried by #152. Their contributor credit remains intact in this release. ## Verification - Node 24.14, Node 26.x, and Windows onboarding CI passed. - Unit suite: 2675 passed, 0 failed, 1 intentional Node-version skip. - Production build passed. - Tracking regression: 108 passed, 0 failed. New Pinokio installs receive this version from the default branch. Existing Pinokio installs can choose **Update**; terminal installs can run `git pull`. [Compare v0.1.0...v0.1.1](https://github.com/bilawalsidhu/gods-eye-view/compare/v0.1.0...v0.1.1)