Releases: run-bigpig/indraw
v1.1.2
v1.1.1
✨ 新增功能
图库功能
- 图片图库:新增图库功能,方便管理和重用导出的图片
- 在工具栏添加图库按钮(Images 图标),位于上传按钮下方
- 自动读取导出目录中的所有图片文件(支持 PNG、JPG、JPEG、WebP、GIF、BMP、SVG 格式)
- 图片列表按修改时间倒序排列(最新的在前)
- 显示图片缩略图、文件名、大小和修改时间
- 支持刷新图片列表
- 悬停显示操作按钮(查看、导入)
- 点击"查看"按钮可放大预览图片
- 点击"导入"按钮将图片导入到当前画布
- 预览模态框中也可直接导入图片
- 完整的国际化支持(中文/英文)
v1.1.0
Release v1.1.0
See CHANGELOG.md for details.
v1.0.4
[1.0.4] - 2025-12-10
🐛 Bug Fixes
Update Service
Fixed Git Command Execution Issue: Resolved issue where update check service was calling git commands, causing terminal window to flash briefly
Switched to token-free mode for GitHub API access
Removed dependency on gitconfig library that was executing git commands
Improved update service initialization to avoid external command execution
Better error handling when update service initialization fails
🔧 Improvements
User Interface
Enhanced Release Notes Display: Improved update log display in settings panel
Integrated react-markdown library for full Markdown support
Added fixed height (200px) with scrollable content for release notes
Enhanced Markdown rendering with custom styled components
Support for all standard Markdown features (headers, lists, code blocks, links, etc.)
Better visual presentation with theme-consistent styling
v1.0.3
[1.0.3] - 2025-12-09
✨ New Features
Update & Version Management
- Update Check Service: Integrated application update checking functionality
- Automatic new version detection from GitHub Releases
- Version information display in settings panel
- Update notification and download support
- Localization support for update-related messages
AI Service Enhancements
- Service Availability Check: Implemented AI provider service availability checking
- Real-time status checking for Gemini, OpenAI, and Cloud providers
- Better error messages and user feedback
- Availability status display in settings panel
Export Functionality
- Export Options Modal: Added comprehensive export options dialog
- Custom export format selection (PNG, JPG, etc.)
- Quality and resolution settings
- Default export directory configuration (Pictures folder)
- Enhanced image export functionality with more options
File Service & Autosave
- Event-Driven Autosave: Implemented event-based autosave mechanism
- Asynchronous save operations with event listeners
- Optimized save performance, reducing unnecessary operations
- Real-time save status feedback
- Improved user experience by avoiding lag from frequent saves
- Save Request Merging: Optimized save operations with request merging
- Queue mechanism to handle multiple save requests efficiently
- Direct JSON string writing to avoid unnecessary serialization
- Change detection to skip saves when data hasn't changed
- Model Download Progress: Added progress tracking for model downloads
- Real-time display of download progress
- Event-driven download notifications
- Better download status feedback
User Interface
- Enhanced Confirmation Dialogs: Improved confirmation dialog functionality
- Added "Discard Changes" option for unsaved changes
- Enhanced localization support (Chinese and English)
- Better user experience when closing settings with unsaved changes
v1.0.2
add transfomer
v1.0.1
add opencv
v1.0.0
First release