Stock Manager Pro v2.11.0
What's new in v2.11.0
Changed — Cloud mode is fast again: local reads + safe cloud writes
- Browsing every tab is instant once more. The previous version read live from the cloud on every query (~58 ms each), so tab-heavy screens felt slow; now reads come from a local copy of the database (measured ~0.7 ms) while writes still go straight to the shared cloud, so several PCs stay safe editing at once. Verified against the production database: reads ~0.7 ms, writes ~330 ms, and you always see your own change immediately after saving.
- This is the proven "local-first" design (fast local reads, one authoritative cloud for writes). Unlike the earlier offline-writes attempt, the local copy is read-only — it can't diverge, so the "server returned a conflict" error cannot happen. Other PCs' changes arrive on the regular sync tick (Admin → Cloud Sync interval); your own changes show instantly.
- Where the fast local engine isn't available (rare), the app automatically uses the direct cloud connection — correct, just not as fast. A CI test proves reads/writes route correctly and that your own writes are always visible.
Installation
- Download
StockManagerPro-2.11.0-setup.exebelow - Run the installer — existing data is preserved automatically
- If you already have the app installed, it will prompt you to update on next launch
SHA256: dd7cc43566d1a7b36ea94470ce080ec32790d2509309a9f792bac0083be51b71
Full changelog
See CHANGELOG.md