You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.