Releases: AndersonBY/python-repomix
Releases · AndersonBY/python-repomix
Release 0.4.1
Fixed
- 🐛 CLI Style Option: Added missing
jsonchoice to--styleCLI argument
Release 0.4.0
Added
- 🎨 JSON Output Format: New
--style jsonoption for machine-readable structured output, perfect for integration with other tools and scripts - 📊 Git Log Integration: Include recent commit history in output with
--include-logsoption - 🔀 Git Sort by Changes: Sort files by change frequency with
--sort-by-changesoption, showing most frequently modified files first - 📂 Output Split: Split large outputs into multiple files with configurable size limits using
split_outputconfiguration - 🌳 Token Count Tree: Visualize token distribution across directories with
token_count_treeoption - 📁 Full Directory Structure: Show complete directory tree including ignored files with
include_full_directory_structureoption - 🔧 Skill Generation: Generate Claude Agent Skills from codebase with new skill generation module
- 🤖 MCP generate_skill Tool: New MCP tool for generating Claude Agent Skills directly from AI assistants
- 🌐 Extended Tree-sitter Support: Added support for 9 additional languages (Rust, Java, C, C++, C#, Ruby, PHP, Swift, CSS) - now supporting 13 languages total
Changed
- 📝 Configuration Schema: Updated with new options for git integration, output splitting, and token tree visualization
- 📚 Documentation: Comprehensive updates to README files with new feature documentation
- 🧪 Examples: Added 5 new example files demonstrating JSON output, Git integration, output splitting, token tree, and full directory structure
Fixed
- 🐛 Test Fixes: Fixed path comparison issues in test_file_stdin.py and output file path handling in test_core_functionality.py
Release 0.3.4
Fixed
- 🔧 Configuration Export: Fixed internal field filtering and ensured style configuration is properly exported as string format, improving configuration reliability
Release 0.3.3
Changed
- 🧹 Configuration Migration: Streamlined configuration migration by removing deprecated internal fields, improving startup performance and reducing memory footprint
- 📝 Changelog Management: Enhanced changelog formatting with improved version section extraction for better release automation
Release 0.3.2
Added
- 🔄 Configuration Migration: Automatic backward compatibility handling for output style configuration changes
- 🚀 Release Automation: Automated changelog management that moves unreleased content to version sections during releases
Changed
- 🧹 Code Quality: Improved code readability and maintainability in release management scripts
Release 0.3.1
What's Changed
See CHANGELOG.md for detailed changes.