Skip to content

Commit 634d71f

Browse files
committed
chore: update changelog
1 parent 648f5d9 commit 634d71f

File tree

3 files changed

+33
-0
lines changed

3 files changed

+33
-0
lines changed

src/renderer/i18n/changelogs/changelog_en.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
const changelog = `
2+
### v1.14.3 - 2025.06.28
3+
4+
1. Fixed issue where exporting data on mobile would cause a crash
5+
2. Added global model parameter settings
6+
3. Fixed some markdown and Latex display issues
7+
4. Fixed issue where some OpenRouter models didn't show thinking content
8+
5. Compatible with MCP environment variables containing = characterss
9+
10+
Thanks to @jakub-nezasa for their contributions
11+
212
### v1.14.2 - 2025.06.19
313
414
1. Fixed issue where pressing Enter for a new line on mobile would send the message immediately
@@ -68,6 +78,7 @@ Thanks to @xiaoxiaowesley, @chaoliu719, @Jesse205, @trrahul for their contributi
6878
3. Improved desktop UI, removing native titlebar
6979
4. Optimized mobile storage performance
7080
5. Import backups now merge conversation lists instead of overwriting
81+
6. Update new thread icon
7182
7283
### v1.11.12 - 2025.04.15
7384

src/renderer/i18n/changelogs/changelog_zh_Hans.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
const changelog = `
2+
### v1.14.3 - 2025.06.28
3+
4+
1. 修复移动端导出数据会导致闪退的问题
5+
2. 添加全局模型参数设置
6+
3. 修复一些 markdown 和 Latex 的显示问题
7+
4. 修复 OpenRouter 部分模型思考内容不展示的问题
8+
5. 兼容 MCP 环境变量中包含=号字符的问题
9+
10+
本次更新感谢 @jakub-nezasa 的贡献
11+
212
### v1.14.2 - 2025.06.19
313
414
1. 修复移动端换行会直接发送消息的问题
@@ -68,6 +78,7 @@ const changelog = `
6878
3. 美化桌面端主界面UI,去除系统标题栏
6979
4. 优化移动端存储性能
7080
5. 导入备份现在会合并对话列表而不是覆盖
81+
6. 更新新建话题图标
7182
7283
### v1.11.12 - 2025.04.15
7384

src/renderer/i18n/changelogs/changelog_zh_Hant.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
const changelog = `
2+
### v1.14.3 - 2025.06.28
3+
4+
1. 修復移動端導出資料會導致閃退的問題
5+
2. 新增全域模型參數設定
6+
3. 修復一些 markdown 和 Latex 顯示問題
7+
4. 修復 OpenRouter 部分模型思考內容不展示的問題
8+
5. 兼容 MCP 環境變量中包含=號字符的問題
9+
10+
本次更新感謝 @jakub-nezasa 的貢獻
11+
212
### v1.14.2 - 2025.06.19
313
414
1. 修復移動端換行會直接發送訊息的問題
@@ -68,6 +78,7 @@ const changelog = `
6878
3. 美化桌面端主界面 UI,去除系統標題列
6979
4. 優化移動端存儲性能
7080
5. 導入備份現在會合併對話列表而不是覆蓋
81+
6. 更新新建話題圖標
7182
7283
### v1.11.12 - 2025.04.15
7384

0 commit comments

Comments
 (0)