-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreleases.json
More file actions
57 lines (57 loc) · 3.08 KB
/
Copy pathreleases.json
File metadata and controls
57 lines (57 loc) · 3.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"latest": {
"version": "2.0.8.9",
"date": "2026-06-16",
"download": {
"macos-x64": "https://github.com/turboxing/ChatTransfer/releases/download/v2.0.8.9/ChatTransfer-macos-x64-v2_0_8_9.zip",
"windows-x64": "https://github.com/turboxing/ChatTransfer/releases/download/v2.0.8.9/ChatTransfer-windows-x64-v2.0.8.9.exe.zip"
},
"changelog": {
"zh-CN": [
"新增问题反馈功能:在首页底部和常用功能侧边栏新增问题反馈入口,点击可直接跳转到 GitHub Issue 页面",
"优化用户反馈渠道:方便用户提交问题和建议,帮助持续改进产品"
],
"en": [
"Added feedback feature: new feedback entry at the bottom of home page and in the common features sidebar, click to jump directly to GitHub Issue page",
"Optimized user feedback channel: convenient for users to submit issues and suggestions, helping to continuously improve the product"
],
"ar": [
"إضافة ميزة التغذية الراجعة: إدخال جديد للتغذية الراجعة في الجزء السفلي من الصفحة الرئيسية وشريط الأدوات الشائع، انقر للانتقال مباشرة إلى صفحة مسائل GitHub",
"تحسين قناة التغذية الراجعة للمستخدم: مناسبة للمستخدمين لتقديم المشاكل والاقتراحات، مما يساعد على تحسين المنتج بشكل مستمر"
]
}
},
"history": [
{
"version": "2.0.8.8",
"date": "2026-05-24",
"download": {
"macos-x64": "https://github.com/turboxing/ChatTransfer/releases/download/v2.0.8.8/ChatTransfer-macos-x64-v2_0_8_8.zip",
"windows-x64": "https://github.com/turboxing/ChatTransfer/releases/download/v2.0.8.8/ChatTransfer-windows-x64-v2.0.8.8.exe.zip"
},
"changelog": {
"zh-CN": [
"新增端口占用自动重试:端口被占用时自动 +1,最多尝试 3 次",
"新增 Pin 消息功能,支持将重要消息固定在顶部",
"新增批量文件拖拽上传功能",
"优化消息气泡展示效果",
"修复部分已知问题"
],
"en": [
"Added automatic port retry when the default port is in use (increment by 1, up to 3 attempts)",
"Added Pin message feature to keep important messages at the top",
"Added batch drag-and-drop file upload",
"Optimized message bubble display",
"Fixed known issues"
],
"ar": [
"تمت إضافة إعادة المحاولة تلقائيًا عند انشغال المنفذ الافتراضي (زيادة +1 حتى 3 محاولات)",
"تمت إضافة ميزة تثبيت الرسائل للحفاظ على الرسائل المهمة في الأعلى",
"تمت إضافة رفع الملفات بالسحب والإفلات بشكل مجمّع",
"تحسين عرض فقاعات الرسائل",
"إصلاح المشاكل المعروفة"
]
}
}
]
}