.. _changelog: Changelog ======== This page documents the version history of promptprep. v0.1.10 (2025-04-15) ------------------ * Added comprehensive documentation with Sphinx * Fixed ReadTheDocs configuration * Improved error handling in the CLI module * Added support for Python 3.12 v0.1.9 (2025-03-20) ----------------- * Added token counting for GPT-4 context limits * Improved performance for large codebases * Fixed bug in directory tree generation for deep directory structures v0.1.8 (2025-02-15) ----------------- * Added support for custom templates * Improved HTML output formatting * Fixed encoding issues with non-UTF-8 files v0.1.7 (2025-01-10) ----------------- * Added incremental processing feature * Improved diff generation with better context handling * Fixed bug in file selection when using exclude patterns v0.1.6 (2024-12-05) ----------------- * Added diff generation feature * Improved configuration management * Fixed bug in summary mode for JavaScript files v0.1.5 (2024-11-01) ----------------- * Added interactive file selection (TUI) * Improved clipboard integration * Fixed bug in line number display v0.1.4 (2024-10-01) ----------------- * Added HTML output format * Added syntax highlighting with Pygments * Fixed bug in Markdown code block generation v0.1.3 (2024-09-01) ----------------- * Added summary mode for extracting signatures and docstrings * Improved file filtering options * Fixed bug in directory tree generation v0.1.2 (2024-08-01) ----------------- * Added Markdown output format * Added metadata generation * Fixed bug in comment handling v0.1.1 (2024-07-01) ----------------- * Initial public release * Basic functionality for code aggregation * Plain text output format