# CloudPSI 0.5.3 Changelog ## Fixed - Fixed the LPK v2 manifest placement for `enable_media_access`, removing the `lzc-cli project lint` preflight warning. - Fixed the release package exceeding the Lazycat App Store `12,000,000 bytes` limit by slimming the backend release build, removing non-essential injected assets, and compressing the LPK content. - Fixed package bloat caused by the optional file chooser injection bundle; system `file_handler`, native upload/download, and file-open flows remain available. - Fixed the release version being lower than the already installed `0.5.2`, which prevented it from being treated as the latest upgrade package. This release is `0.5.3`. - Fixed recent interaction regressions around the login page, OIDC callback, settings page, Lazycat file-open entry, barcode/photo upload controls, sidebar, warehouse module, and portal permission checks. - Fixed backend stability issues found around SQLite connection configuration and backup controller/route test coverage. ## Improved - Kept purchase, sales, returns, stock count, stock adjustment, inventory movements, receivable/payable ledgers, master data, audit logs, store operations, and fixed-asset views available in the desktop app. - Optimized the Go backend release build by excluding unused msgpack support, stripping build metadata, and compressing the binary with UPX when available. - Added an automatic LPK repack step that converts internal `content.tar` to `content.tar.gz`, keeping the package consistently below the store size limit. ## Verified - Backend tests passed: `cd backend && go test ./...` - Frontend tests passed: `cd ui && npm test -- --run` - Lazycat manifest lint passed: `lzc-cli project lint .` - Installed and verified `0.5.3` on a real Lazycat MicroServer with OnePassKey login, dashboard, product CRUD, purchase inbound list, inventory, stock movements, and admin console.
The first release version of 0.1.0 provides inbound inventory management capabilities with question-and-answer recording, covering login authentication, master data, purchase warehousing, inventory ledger, operation overview, AI model configuration and business question-and-answer assistant.