mirror of
https://github.com/niels-emmer/find-my-ride.git
synced 2026-09-13 23:53:28 +02:00
-
v0.9.0-rc Pre-release
released this
2026-02-23 14:43:21 +01:00 | 0 commits to main since this release📅 Originally published on GitHub: Mon, 23 Feb 2026 13:43:46 GMT
🏷️ Git tag created: Mon, 23 Feb 2026 13:43:21 GMTv0.9.0-rc
Release candidate for the 0.9 line, focused on mobile parking flow reliability, onboarding clarity, and documentation/release readiness.
Highlights
- Active parking notifications now use service-worker delivery with actionable controls:
- notification text:
You are parked here+ elapsed parked time Take me thereaction (Google Maps directions)Stop parkingaction (finalizes/saves active parking session)
- notification text:
- Settings now includes a dedicated
Infocard with:- repository link
- deployed build version (
VITE_APP_VERSION/APP_VERSION)
- Logged-out auth experience now provides clearer first-time guidance in both
Sign inandRegistermodes.
Fixes and UX hardening included in this RC cycle
- Prevented logout/refresh race conditions on slower mobile clients.
- Fixed mobile home-tab horizontal overflow issues.
- Standardized and automated README screenshot capture workflow for reproducible docs assets.
Documentation and memory refresh
- Refreshed project memory docs (
docs/index.md,docs/dev-guide.md,docs/decisions.md). - Corrected stale README references and aligned feature summaries with current behavior.
- Rebuilt docs with strict validation (
mkdocs build --strict).
Validation snapshots
- Frontend tests:
35 passed - Frontend production build:
npm run buildpassed - Docs build:
mkdocs build --strictpassed
Notes
This is a pre-release candidate (
rc) intended for wider validation before finalv0.9.0.Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Active parking notifications now use service-worker delivery with actionable controls: