📋 All Releases English | 简体中文
Release date: 2024-05-20 (14 commits since 1.4.0.815)
Version 1.5 focuses on stability improvements and user experience optimization. It introduces support for Qwen3 models, optimizes file handling and UI display, and fixes several issues affecting user experience.
- Added Qwen3 model support with configurable thinking chain feature
- Optimized file caching: database indexing for better performance, improved download logic
- Enhanced UI: better icon display in dark theme, improved code/raw content toggle
- Fixed critical issues: image generation, file sharing, encryption/decryption
- Upgraded dependencies to latest versions for improved stability
- New Support: Added support for Qwen3 series models
- Thinking Chain Control: Allow disabling the thinking chain (reasoning) feature for Qwen3 models
- Documentation: Added notes in the supported model providers list
- Database Optimization: Added index to
UserApiCachetable to improve query performance when using/v1-cachedAPI gateway - Download Logic Improvements:
- Unified all file downloads through
api/file/privateendpoint - Optimized browser caching mechanism - images already downloaded by users won't be re-downloaded within a certain period
- Fixed shared file access issues
- Unified all file downloads through
- Fixed gpt-image-1 Issue: Resolved "Unknown Error" when using gpt-image-1 model with local file service
- Raw/Preview Toggle:
- Changed "Code" label to more accurate "Raw" in UI
- Display raw format content with monospace font (
font-mono) - Fixed display issues when switching between raw content and preview mode
- Dark Theme: Optimized OpenAI icon color display in dark theme for better visual consistency
- User Model Dialog: Improved the style of edit user model dialog for better user experience
- Encryption/Decryption: Improved exception messages when decryption fails, providing clearer error information for easier troubleshooting
- Package Updates: Upgraded all dependencies to latest versions, fixing known security vulnerabilities and bugs
- Stability Improvements: Enhanced overall system stability and performance through dependency upgrades
- Fixed "Unknown Error" issue with gpt-image-1 model in local file service
- Optimized OpenAI icon color in dark theme
- Fixed OpenAI chat service issues
- Improved exception messages for decryption failures
- Optimized edit user model dialog style
- Added database index to UserApiCache
- Fixed shared file access issues
- Unified file downloads through api/file/private endpoint
- Fixed raw/preview toggle issue, using monospace font
- Added notes in supported model providers
- Bumped version to 1.5
- Allow disabling thinking chain for Qwen3 models
- Upgraded dependencies
- Added Qwen3 model support
This is a smooth upgrade with no breaking changes. All users are encouraged to upgrade for better stability and user experience.
- Backup your current database (recommended but not required)
- Stop the running Chats service
- Replace with the new version files
- Start the service
- On first startup, an index will be automatically added to the
UserApiCachetable, which may take a few seconds - If using Qwen3 models, you can configure whether to enable the thinking chain feature in model settings
- After the file caching optimization, user experience will be smoother
None
Thanks to all users for their feedback and suggestions, helping us continuously improve the Chats project.
For issues or suggestions, please report via GitHub Issues.