v0.2.34
yamadashy/repomixv0.2.34Mar 4, 2025by yamadashy
AI Summary
This release fixes a configuration issue affecting negative boolean options in Repomix.
Key Highlights
- Fixed configuration handling for false values in config file
- Properly handles --no-* style CLI options when specified in config
- Fixes issue with fileSummary, directoryStructure, gitignore, defaultPatterns, and securityCheck options
New Features
- Configuration handling fix for negative boolean options
- Proper handling of --no-* style CLI options in config files
- Fixes fileSummary, directoryStructure, gitignore, defaultPatterns, and securityCheck options
Full Release Notes
This release fixes an important configuration issue affecting negative boolean options in Repomix. ## Bug Fixes 🐛 ### Configuration Handling Fix (#385, #389) - Fixed an issue where setting `false` values in the config file for certain options (like `"fileSummary": false`) was not being respected - Properly handles all `--no-*` style CLI options when specified in the config file - Affected options include: - `fileSummary` - `directoryStructure` - `gitignore` - `defaultPatterns` - `securityCheck` Special thanks to @mapleroyal for reporting this issue! ## How to Update ```bash npm update -g repomix ``` --- As always, if you encounter any issues or have suggestions, please let us know through our [GitHub issues](https://github.com/yamadashy/repomix/issues) or join our [Discord community](https://discord.gg/wNYzTwZFku) for support.