cli@1.0.3
viarotel-org/escrcpycli@1.0.3Jul 5, 2026by github-actions[bot]
AI Summary
Fixes Windows CI dependency issues that caused the previous CLI release to lack Windows binaries, restoring platform support and including a file display order migration.
Key Highlights
- Restored Windows binaries (win32-x64/win32-ia32) by removing a stale @nx/eslint patch.
- Resolved dependency installation failures on Windows CI.
- Includes display_order repair migration from version 1.0.2.
Full Release Notes
## 1.0.3 (2026-07-05) ### 🩹 Fixes - ### Bug fixes ([9ba98e85](https://github.com/the-dev-tools/dev-tools/commit/9ba98e85)) - **Windows binaries restored.** A stale `@nx/eslint` patch made dependency installation fail hard on Windows CI, so 1.0.2 shipped without `win32-x64`/`win32-ia32` binaries. The dead patch is removed; this release ships all platforms again. Includes the file `display_order` repair migration from 1.0.2 ([#44](https://github.com/the-dev-tools/dev-tools/issues/44)). ### ❤️ Thank You - moosebay