v0.2.29
yamadashy/repomixv0.2.29Feb 21, 2025by yamadashy
AI Summary
Introduces file upload support through the web interface and improves default ignore patterns with enhanced subdirectory matching.
Key Highlights
- Added ZIP file upload support through web interface
- Enhanced default ignore patterns using `**/` matching
- Added additional exports to support using Repomix as a library
New Features
- Website file upload support
- Library usage enhancement
Full Release Notes
This release introduces a major new feature for file uploads, along with improvements to library usage and default ignore patterns. # What's New 🚀 ## Website: File Upload Support (#353, #310) - Added support for uploading ZIP files directly through the web interface (https://repomix.com/) <img width="962" alt="image" src="https://github.com/user-attachments/assets/58069431-7e45-487b-94df-c3eeb2ef8695" /> Special thanks to @PaperBoardOfficial for implementing this significant feature! # Improvements ⚡ ## Enhanced Default Ignore Patterns (#364) - Improved subdirectory matching in default ignore patterns using `**/` ## Library Usage Enhancement (#363) - Added additional exports to support using Repomix as a library # 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 or join our [Discord community](https://discord.gg/wNYzTwZFku) for support.