fixed fleetops route optimization, fixed network store management

This commit is contained in:
Ronald A. Richardson
2025-05-23 19:57:38 +08:00
parent c54ef7fb30
commit a4033db36c
18 changed files with 197 additions and 165 deletions

View File

@@ -1,12 +1,14 @@
# 🚀 Fleetbase v0.7.2 — 2025-05-22
> OK, Telemetry needed a small tweak.”
> Patched route optimization, telemetry and storefront networks.”
---
## ✨ Highlights
- Minor tweak for Telemetry support.
- Improved builds for `DISABLE_RUNTIME_CONFIG=true`
- Patched and fixed OSRM route optimization
- Patched and fixed Storefront network store management & category management
---
@@ -17,12 +19,15 @@
## 🆕 Features
- **Telemetry** — tweak patch for improvement.
- **Route Optimization** — improved route optimization on create order.
---
## 🐛 Fixes
- `DISABLE_RUNTIME_CONFIG` works at build time in addition to boot process.
- OSRM route optimization fixed.
- Edit, delete categories for network stores
- Remove stores from network, re-assign or remove store from category
## 🔧 Upgrade Steps
```bash