Files
cutThink_lite/CHANGELOG.md

45 lines
1.2 KiB
Markdown
Raw Normal View History

# Changelog
All notable changes to CutThenThink Lite 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-02-12
### Added
- Initial release of CutThenThink Lite
- Screenshot capture functionality
- Basic annotation tools (text, arrows, shapes, blur)
- Multiple save formats (PNG, JPEG, WebP)
- OCR text recognition plugin support
- Minimal UI design
- Cross-platform support (Windows, Linux, macOS)
- Keyboard shortcuts for quick capture
- System tray integration
### Features
- Quick screen capture with customizable shortcuts
- Advanced annotation tools
- Multiple save formats
- OCR text recognition plugin support
- Minimal resource usage
- Local data storage (no cloud dependencies)
### Technical
- Built with Tauri 1.6
- Vite for frontend build
- Vanilla JavaScript (no framework)
- Custom OCR plugin architecture
## [Unreleased]
### Planned Features
- Video recording
- Advanced annotation features
- Cloud storage integration
- Plugin marketplace
- Mobile versions
[0.1.0]: https://github.com/cutthenthink/cutthink-lite/releases/tag/v0.1.0