# Changelog
All notable changes to the Zoho Timeline MCP Server will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.1.0] - 2025-11-26
### Added
- Initial release of Zoho Timeline MCP Server
- Interactive screenshot capture via MCP tools
- Active window capture on Windows
- Full screen capture support
- Timeline parsing using Claude vision API
- Automatic workflow and function extraction
- Chronological event ordering
- Export to JSON and Markdown formats
- Comprehensive documentation (README, QUICKSTART, EXAMPLES)
- Setup scripts for Windows
- Installation test script
- Sample configuration files
### Features
- `capture_screenshot` - Capture active window or full screen
- `list_screenshots` - View captured screenshot inventory
- `process_timeline` - Parse screenshots and extract timeline data
- `clear_screenshots` - Reset capture session
- `export_results` - Save analysis to files
### Documentation
- Complete README with installation and usage
- Quick start guide for 5-minute setup
- Detailed examples for common use cases
- Troubleshooting guide
- API reference
### Technical Details
- Python 3.10+ support
- Windows 11 optimized
- MCP protocol integration
- Anthropic Claude Sonnet 4 vision API
- Screenshot capture with mss and pywin32
- Temporary file management
- Base64 image encoding for API calls
## [Unreleased]
### Planned Features
- Multi-monitor support with monitor selection
- Automatic scroll detection
- Batch processing of saved screenshots
- Excel export format
- Template-based report generation
- Zoho API integration for data validation
- OCR fallback option
- Linux and macOS support
- Screenshot preview in Claude
- Automatic overlap detection
- Smart screenshot stitching
### Planned Improvements
- Error recovery for failed captures
- Progress indicators for processing
- Caching of processed results
- Performance optimizations
- Enhanced timeline parsing accuracy
- Support for other Zoho modules (Contacts, Deals, etc.)