| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| BUS-Core-1.2.2.zip | 2026-05-19 | 33.1 MB | |
| BUS Core v1.2.2 -- Weight UoM + Update Check Patch source code.tar.gz | 2026-05-19 | 1.4 MB | |
| BUS Core v1.2.2 -- Weight UoM + Update Check Patch source code.zip | 2026-05-19 | 1.7 MB | |
| README.md | 2026-05-19 | 1.3 kB | |
| Totals: 4 Items | 36.1 MB | 0 | |
BUS Core v1.2.2 — Patch Release
This is a small stability and usability patch focused on beta feedback and claimed-mode update behavior.
Fixed
Weight-based Add Item flow
Fixed an Add Item issue where weight-based units of measure could trigger an unsupported dimension error from the UI flow.
This affected maker workflows such as filament/material tracking by weight.
Weight-based inventory now works correctly for:
mggkg
A real UI smoke test confirmed a filament-style item could be added using grams with an opening batch.
Update checks in claimed mode
Fixed update checks being blocked or noisy on the claimed-mode login screen.
Update checking now uses the public read-only update endpoint and no longer depends on pre-login token/config calls.
This prevents unnecessary auth failures before login while keeping protected app/admin routes locked down.
Validation
Focused update/auth/UI validation passed:
- UI/update/auth regression suite:
64 passed - JS syntax checks passed for touched frontend files
- Manual UI smoke confirmed weight-based inventory intake works
Notes
This patch does not change the claimed-admin/account model or broaden protected route access.
Only the read-only update-check path is intended to work before login.