v0.1.28
yamadashy/repomixv0.1.28Aug 22, 2024by yamadashy
AI Summary
The update resolves a concurrency crash that occurred in environments where the CPU count is unavailable, such as certain Android Termux setups. This ensures Repopack runs reliably across different operating systems and hardware configurations.
Key Highlights
- Fixed concurrency issue in environments with CPU count unavailable
- Resolved Termux compatibility issues
- Improved `os.cpus()` handling
Full Release Notes
## Bug Fixes ### Fix concurrency issue in environments where CPU count is unavailable (#56, #57) - Resolved the issue where Repopack would fail in environments where `os.cpus().length` returns 0 (e.g., some Termux on Android setups) --- To update, simply run: ``` npm update -g repopack ``` As always, we appreciate your feedback and contributions to make Repopack even better!