mirror of
https://github.com/niels-emmer/find-my-ride.git
synced 2026-09-13 23:53:28 +02:00
-
v0.1-beta.2 Pre-release
released this
2026-02-22 17:00:25 +01:00 | 30 commits to main since this release📅 Originally published on GitHub: Sun, 22 Feb 2026 16:00:52 GMT
🏷️ Git tag created: Sun, 22 Feb 2026 16:00:25 GMTHighlights
- Home now uses a sticky two-state parking flow:
Parked?->You are parkeduntil manual end. - Added explicit end-parking confirmation (
Really end parking? yes/no). - Active parking session survives app close/reopen (per-user local persistence).
- Active parking can emit browser notifications with running parked duration (when permission is granted).
- Removed the
Last parkedhome card; history remains the source for saved sessions. - Rewrote
README.mdfor visitor-friendly onboarding, architecture overview, and docs navigation.
Validation
- Backend tests: pass
- Frontend tests: pass
- Full suite (
make test-all): pass - Docs build (
mkdocs build): pass
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Home now uses a sticky two-state parking flow: