chore(desktop): bump version to 0.2.0 — first feature release of the bundle (Car Wash, tills, roles jobs, vision category, review outbox)
Claude-Session: https://claude.ai/code/session_01FWncR69HgGPuei1dLrW3cU
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://schema.tauri.app/config/2",
|
"$schema": "https://schema.tauri.app/config/2",
|
||||||
"productName": "Parking System",
|
"productName": "Parking System",
|
||||||
"version": "0.1.0",
|
"version": "0.2.0",
|
||||||
"identifier": "com.parking.desktop",
|
"identifier": "com.parking.desktop",
|
||||||
"build": {
|
"build": {
|
||||||
"devUrl": "http://localhost:5173",
|
"devUrl": "http://localhost:5173",
|
||||||
|
|||||||
@@ -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
|
- **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
|
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.
|
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.
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
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."
|
[[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
|
## [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
|
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
|
host? why not a button on the collector UI?). Built: `parking-trainer serve` — a stdlib job API
|
||||||
|
|||||||
Reference in New Issue
Block a user