v0.2.30 - Progress Bar Enhancement
What's New
✨ Progress Bar for Documentation Generation
Added a clean, dependency-free progress bar that shows during documentation generation:
- Displays current progress with visual bar using unicode characters
- Shows elapsed time and estimated time remaining
- Automatically activates in non-verbose mode
- No external dependencies - uses only built-in Python
Example
Generating docs: [██████████████████░░░░░░░░░░░░] 6/9 (67%) | 0.0s elapsed | ~0.0s remaining
This enhancement improves the user experience by providing clear feedback during the documentation generation process.
Testing Note
This release was created to test the new CreateRelease
tool being added to the GitHub MCP server (PR: github/github-mcp-server#1015).