v0.1.30.md•565 B
## 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!