Skip to content

Tags: chriswritescode-dev/codedox

Tags

v0.3.7

Toggle v0.3.7's commit message
Bump version to 0.3.7

v0.3.6

Toggle v0.3.6's commit message
Bump version to 0.3.6

v0.3.5

Toggle v0.3.5's commit message
Release v0.3.5: WebSocket architecture refactor and critical bug fixes

v0.3.2

Toggle v0.3.2's commit message
Bump version to 0.3.2 and add get_snippet() tool

v0.3.1

Toggle v0.3.1's commit message
Bump version to 0.3.1

- Update version in src/constants.py, pyproject.toml, and frontend/package.json
- Add 0.3.1 release entry to CHANGELOG.md with performance improvements
- Sync frontend version with main application version

v0.3.0

Toggle v0.3.0's commit message
Release v0.3.0 - Major Architecture Improvements

🚀 Major Features & Improvements:
- Unified Code Extraction System with factory pattern
- Source-Scoped Duplicate Detection (Breaking Change)
- Enhanced Frontend Experience with improved search UX

🔧 Technical Improvements:
- New ExtractedCodeBlock model with semantic context
- Automatic database migration system
- Comprehensive test coverage for new extraction system

🐛 Bug Fixes:
- Fixed UploadProcessor missing heartbeat tracking
- Removed pygame-specific corruption handling from RST extractor
- Fixed retry failed pages to maintain original source association

See CHANGELOG.md for complete details.

v0.2.9

Toggle v0.2.9's commit message
Release v0.2.9 with simplified keyboard shortcuts and improved UI

v0.2.8

Toggle v0.2.8's commit message
Merge pull request #25 from chriswritescode-dev/rst-support

Rst support - UI Refactor

v0.2.7

Toggle v0.2.7's commit message
Release v0.2.7: Add GitHub repository processing and fix schema migra…

…tion

v0.2.6

Toggle v0.2.6's commit message
Merge pull request #19 from chriswritescode-dev/release-0.2.6

Release v0.2.6 - Enhanced Search & Markdown Support