Skip to content

Latest commit

 

History

History
117 lines (75 loc) · 4.44 KB

File metadata and controls

117 lines (75 loc) · 4.44 KB

📋 All Releases English | 简体中文

Chats 1.0 Release Notes

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.


Highlights

  • 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

Full Release Notes

Please refer to the Chinese version for detailed release notes: 简体中文版本

English translation is in progress and will be available soon.


Database Migration

Requirements

This version requires database migration. Please backup your database before upgrading.

Migration Scripts

SQL Server:

SQLite:


Docker Images

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

Upgrade Guide

Upgrade Steps

  1. Backup Data: Backup database and configuration files before upgrading
  2. Stop Service: Stop the currently running Chats service
  3. Execute Migration: Run the migration script for your database type (SQL Server/SQLite)
  4. Update Program: Replace with new version executable files or Docker images
  5. Start Service: Start the new version service and verify functionality

Docker Upgrade

# 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 -d

Full Changelogs

1.0.0 (756) - April 21, 2025

Full comparison: https://github.com/sdcb/chats/compare/r-693...1.0.0.756

1.0.1 (759) - April 22, 2025

  • 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

1.0.2 (762) - April 22, 2025

  • 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


Related Links