diff --git a/apps/desktop/src-tauri/tauri.conf.json b/apps/desktop/src-tauri/tauri.conf.json index 20f42ec..cc3a025 100644 --- a/apps/desktop/src-tauri/tauri.conf.json +++ b/apps/desktop/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "Parking System", - "version": "0.1.0", + "version": "0.2.0", "identifier": "com.parking.desktop", "build": { "devUrl": "http://localhost:5173", diff --git a/wiki/decisions/desktop-shell-tauri.md b/wiki/decisions/desktop-shell-tauri.md index 4494873..d2b417d 100644 --- a/wiki/decisions/desktop-shell-tauri.md +++ b/wiki/decisions/desktop-shell-tauri.md @@ -484,3 +484,16 @@ booth, `pkexec dpkg -i`, polkit dialog, relaunch, badge shows 0.1.7). The prompt - **Operator-facing consequence:** the in-app prompt now says the install needs the administrator password (i18n `update.prompt`, en + sq). An operator who accepts and can't authenticate simply stays on the current version; nothing breaks, and the failure is logged. + +### v0.2.0 — the first feature release of the desktop bundle (2026-09-07) + +Every tag from v0.1.0 to v0.1.7 was a desktop-shell fix (origins, cookies, WS tickets, the +updater manifest). Since v0.1.7 the SPA the bundle carries (`frontendDist: ../../web/dist`) +gained the venue-module registry, the Car Wash module with per-till shifts and the wash-desk +printer role, roles that remember their jobs with signed edits, the advisory vehicle category +from the entry camera, the review outbox status in Setup, and the two-column Car Wash setup — +31 commits, none of them shell fixes. Under 0.x that is a **minor** bump, not a patch: **v0.2.0**. +`tauri.conf.json` now says 0.2.0 too (the release workflow still rewrites it from the tag, so +the file only matters for local bundles). The README's release gate — run the real bundle, LIVE, +one mutation, a frontend log row — is still the step between the tag and the push of the tag. + diff --git a/wiki/log.md b/wiki/log.md index 11875d6..1d33b76 100644 --- a/wiki/log.md +++ b/wiki/log.md @@ -3144,6 +3144,14 @@ run; the Quadro FX 3800 is unusable (cc 1.3), the HD P530 irrelevant, the Xeon E compose seam drops the GPU reservation; cloud GPU rejected (crops stay on premises). Linked from [[opencv-anpr-service]], [[vision-review-outbox]], index. User: "No build just yet." +## [2026-09-07] decision | Desktop v0.2.0 — a minor bump, not a patch +User: "Do you think we are ready for version 0.2.0? The actual version is 0.1.7." Yes: v0.1.x +were all shell fixes; the bundled SPA now carries the module registry, Car Wash + per-till +shifts, roles jobs, the vision category and the review outbox (31 commits since v0.1.7). +`tauri.conf.json` set to 0.2.0, annotated tag `v0.2.0` created locally; the release gate in +apps/desktop/README.md (real bundle, LIVE, a mutation, a frontend log row) stands between the +tag and its push. Recorded on [[desktop-shell-tauri]]. + ## [2026-09-07] build | Training from the collector UI — the trainer becomes a job service User: the compose-profile trainer is "not so smart" (where is the compose file on a periphery host? why not a button on the collector UI?). Built: `parking-trainer serve` — a stdlib job API