v0.1.30

yamadashy/repomixv0.1.30Aug 24, 2024by yamadashy

AI Summary

A bug fix addresses the comment removal strategy for Python files to prevent the accidental deletion of f-strings and other code elements. The update ensures that only single-line comments are removed while preserving string literals.

Key Highlights

  • Simplified Python comment removal logic
  • Preserved f-strings and string literals
  • Fixed incorrect removal of code elements

Full Release Notes

## Bug Fixes

### Simplify Python comment removal to preserve f-strings and other content (#55, #59)

- Changed the comment removal strategy for Python files to only remove single-line comments starting with '#'
  - Preserved all other content, including string literals, f-strings, and docstrings
  - Resolved the issue where f-strings and other important code elements were being incorrectly removed

---

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

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