@@ -25,6 +25,63 @@ The author of TChat is from mainland China. It's best to communicate in Simplifi
2525
2626
2727
28+ # v1.2
29+
30+ ### New Features
31+
32+ - ** Provider Multi-model Management**
33+ - Provider configuration supports fetching model list from API
34+ - Pop-up to select models to save after fetching (supports multi-select)
35+ - Saved models can be deleted individually
36+ - Supports manually adding custom models
37+
38+ - ** Chat Page Model Selection**
39+ - Select models from toolbar above chat input
40+ - Uses ** Lucide Icon** to display model type icons
41+ - OpenAI → ✨ Sparkles
42+ - Claude → 🤖 Bot
43+ - Gemini → 🧠 BrainCircuit
44+
45+ - ** QR Code Sharing Optimization**
46+ - Uses ModalBottomSheet style instead of dialog
47+ - Supports choosing whether to include model list
48+ - Shows estimated data size
49+ - QR code card displays provider name and endpoint
50+
51+ - ** Material You UI Redesign**
52+ - Provider list page uses ElevatedCard design
53+ - Provider edit page uses card group layout
54+ - Uses FAB floating button instead of fixed bottom button
55+ - Removed "Set as Current" button (simplified operation)
56+
57+ - ** Local Tool Calling Feature**
58+ - Supports AI calling local tools to complete tasks
59+ - ** All three providers supported** : OpenAI, Anthropic Claude, Google Gemini can all use tools
60+ - Tool toggle button in chat toolbar
61+ - Tool execution results expandable to view details
62+ - Supported tools:
63+ - ` read_file ` - Read file content
64+ - ` write_file ` - Write file content
65+ - ` list_directory ` - List directory files
66+ - ` delete_file ` - Delete file
67+ - ` create_directory ` - Create directory
68+ - ` web_fetch ` - Web page content fetching
69+ - ` get_system_info ` - Get device information
70+
71+ ---
72+
73+ # v1.1
74+
75+ ### New Features:
76+ - Streaming message output
77+ - Output content token upload/download/TPS (tokens per second)/first token latency display
78+ - Persistent data storage (now supports both API provider persistent storage and local conversation persistent storage)
79+ - Multi-conversation data reception optimization
80+ - Optimized conversation page display, supports model selection on conversation page instead of provider settings page
81+ - Provider multi-model support
82+
83+ ---
84+
2885# v1.0
2986
3087### First Official Release!
@@ -50,16 +107,6 @@ The author of TChat is from mainland China. It's best to communicate in Simplifi
50107 - Output content TPS/token speed/tokens count display
51108 - Persistent data storage (currently only supports persistent storage for API provider services)
52109
53- # v1.1
54-
55- ### New Features:
56- - Streaming message output
57- - Output content token upload/download/TPS (tokens per second)/first token latency display
58- - Persistent data storage (now supports both API provider persistent storage and local conversation persistent storage)
59- - Multi-conversation data reception optimization
60- - Optimized conversation page display, supports model selection on conversation page instead of provider settings page
61- - Provider multi-model support
62-
63110
64111
65112## License
0 commit comments