Skip to content

v0.1.30

Compare
Choose a tag to compare
@yamadashy yamadashy released this 24 Aug 17:02
· 282 commits to main since this release

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!