📋 All Releases English | 简体中文
Release Date: April 21, 2025 (Includes versions 1.0.0/1.0.1/1.0.2)
Chats 1.0 is a milestone official release, marking the project's transition from 0.x preview to production-ready stage. This update brings comprehensive improvements in functionality, stability, and user experience, introducing new user settings pages, usage reports and statistics, admin consumption summaries, and significant expansion of model support, along with optimized frontend and backend performance and interaction experience.
- Version Numbering Strategy Update: Adopted Semantic Versioning, starting from v1.0.0
- New User Settings Page: Centralized personal configuration management with intuitive interface
- Usage Reports and Statistics: Detailed tracking of every request and consumption (API & Web), with Excel export
- Expanded Model Integration: Added GPT-4.1 series, o3/o4-mini, Doubao 1.5 series, Gemini 2.5 Flash, etc.
- Extended Thinking Timeout: Model thinking timeout extended from 100 seconds to 24 hours
- Background Output Continuation: Models continue generating after window closure; refresh to see results
- Admin Consumption Summary: New dashboard with filtering, statistics, and Excel export
- Comprehensive Frontend Optimization: Improved response speed, visual experience, and interaction logic
- Database Architecture Enhancements: Added model configurations, pricing adjustments, performance optimizations
Please refer to the Chinese version for detailed release notes: 简体中文版本
English translation is in progress and will be available soon.
This version requires database migration. Please backup your database before upgrading.
SQL Server:
src/scripts/db-migration/1.6/20250415-openai-gpt41.sql- GitHub Link: https://github.com/sdcb/chats/blob/ca074bc3811d7279d7f8d55e7b315b3c7dd5f0b9/src/scripts/db-migration/2025/20250415-openai-gpt41.sql
SQLite:
Supported multi-platform Docker images:
| Description | Docker Image |
|---|---|
| Linux x64 | docker.io/sdcb/chats:1.0.0.756-linux-x64 |
| Linux ARM64 | docker.io/sdcb/chats:1.0.0.756-linux-arm64 |
| Windows Nano Server 1809 | docker.io/sdcb/chats:1.0.0.756-nanoserver-1809 |
| Windows Nano Server LTSC 2022 | docker.io/sdcb/chats:1.0.0.756-nanoserver-ltsc2022 |
| Windows Nano Server LTSC 2025 | docker.io/sdcb/chats:1.0.0.756-nanoserver-ltsc2025 |
| Latest | docker.io/sdcb/chats:latest |
- Backup Data: Backup database and configuration files before upgrading
- Stop Service: Stop the currently running Chats service
- Execute Migration: Run the migration script for your database type (SQL Server/SQLite)
- Update Program: Replace with new version executable files or Docker images
- Start Service: Start the new version service and verify functionality
# Pull latest image
docker pull sdcb/chats:1.0.0.756-linux-x64
# Or use latest tag
docker pull sdcb/chats:latest
# Restart container
docker-compose up -dFull comparison: https://github.com/sdcb/chats/compare/r-693...1.0.0.756
- fix default reasoning effort causing unable chat
- fix cicd changeslogs not contained issue
Full comparison: https://github.com/sdcb/chats/compare/1.0.0.756...1.0.1.759
- fix google gemini reasoning effort issue/non thinking model issue
Full comparison: https://github.com/sdcb/chats/compare/1.0.1.759...1.0.2.762
- GitHub Repository: https://github.com/sdcb/chats
- Releases: https://github.com/sdcb/chats/releases
- Documentation: https://github.com/sdcb/chats/tree/master/doc
- Issue Tracker: https://github.com/sdcb/chats/issues