repomix Releases
164 releases of yamadashy/repomix
- v0.1.39
This release focuses on improving stability by enhancing error handling for token counting issues within the tiktoken library.
Sep 29, 2024
- v0.1.38
This release introduces a new Markdown output style, providing users with an additional formatting option for their repository content.
Sep 28, 2024
- v0.1.37
This release introduces significant improvements to Python comment removal, handling complex scenarios more effectively.
Sep 22, 2024
- v0.1.36
This release adds a new configuration option that allows users to control the security check feature for sensitive information detection.
Sep 11, 2024
- v0.1.35
This release introduces experimental support for custom instruction files and integrates the Handlebars templating engine.
Sep 7, 2024
- 2.0.3VvvebJs 2.0.3
This release updates the VvvebJs package used in the demo environment. It introduces the Landing theme from Vvveb CMS as the default edit page, complete with custom sections and automatic screenshot generation. Additionally, it refactors the font management logic for better code organization.
Sep 3, 2024
- v0.1.34
This release improves default ignore patterns to ensure dependency directories in subdirectories are correctly excluded.
Sep 2, 2024
- v0.1.33
This release improves the `--init` process by separating the creation of configuration and ignore files for granular control.
Sep 1, 2024
- v0.1.32
This release focuses on performance improvements to prevent the application from hanging when processing large repositories.
Aug 31, 2024
- v0.1.31
This release introduces remote repository processing, enabling users to analyze public Git repositories directly without manual cloning. It adds a `--remote` flag that supports full URLs and GitHub shorthand formats.
Aug 26, 2024
- v0.1.30
A bug fix addresses the comment removal strategy for Python files to prevent the accidental deletion of f-strings and other code elements. The update ensures that only single-line comments are removed while preserving string literals.
Aug 24, 2024
- v0.1.29
This release includes a critical security update to the `micromatch` dependency to address a specific vulnerability. The update patches CVE-2024-4067 to ensure safer file pattern matching operations.
Aug 24, 2024
- v0.1.28
The update resolves a concurrency crash that occurred in environments where the CPU count is unavailable, such as certain Android Termux setups. This ensures Repopack runs reliably across different operating systems and hardware configurations.
Aug 22, 2024
- v0.1.27
A bug fix corrects the display of line numbers when the `output.showLineNumbers` option is enabled. The update adds necessary padding to ensure proper alignment in the generated output.
Aug 19, 2024
- v0.1.26
This release fixes a bug where Repopack would incorrectly process its own output file during execution. The tool now prevents this recursive processing issue.
Aug 18, 2024
- v0.1.25
Users can now define global settings that apply across all projects using a centralized configuration file. The tool supports the `--init --global` command and specific config paths for Windows, macOS, and Linux.
Aug 17, 2024
- v0.1.24
Significant performance improvements are achieved by implementing parallel processing in key components of the tool. This update enhances the speed of repository analysis.
Aug 12, 2024
- v0.1.23
A new interactive setup wizard (`--init`) simplifies the configuration process for new users by prompting for output path and style. This feature guides users through creating a basic `repopack.config.json` file.
Aug 11, 2024
- v0.1.22
This release introduces token counting functionality to help users manage context limits for Large Language Models. It displays token counts for individual files and the total repository in the CLI output.
Aug 8, 2024
- v0.1.21
This release improves file filtering by ensuring ignore files in all directories are respected, not just the root directory.
Aug 4, 2024