v0.1.32

yamadashy/repomixv0.1.32Aug 31, 2024by yamadashy

AI Summary

This release focuses on performance improvements to prevent the application from hanging when processing large repositories.

Key Highlights

  • Fixed an issue where the application appeared to hang during the security check process on large repositories.
  • Reduced the impact on the event loop to prevent hanging.
  • Implemented more frequent console updates during file processing.

New Features

  • Performance fixes for large repositories

Full Release Notes

This release focuses on improving performance and user experience, particularly when processing large repositories.

## Bug Fixes
###  Fixed an issue where the application appeared to hang (#63, #65)

- Fixed an issue where the application appeared to hang during the security check process on large repositories.
- Reduced the impact on the event loop to prevent hanging when processing a large number of files.
- Implemented more frequent console updates during file processing and security checks.

---
To update, simply run:
```
npm update -g repopack
```

As always, we appreciate your feedback and contributions to make Repopack even better!