Skip to content

Commit 0955b54

Browse files
committed
release 1.17.1
1 parent 55647a0 commit 0955b54

File tree

4 files changed

+25
-5
lines changed

4 files changed

+25
-5
lines changed

release/app/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

release/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "xyz.chatboxapp.ce",
33
"productName": "xyz.chatboxapp.ce",
4-
"version": "1.15.4",
4+
"version": "1.17.1",
55
"description": "A desktop client for multiple cutting-edge AI models",
66
"author": {
77
"name": "Mediocre Company",

src/renderer/i18n/changelogs/changelog_en.ts

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
const changelog = `
2-
## v1.17.0
2+
## v1.17.1 - 2025.11.04
3+
1. Added quick jump to the top of the message list
4+
2. Mobile: message action buttons now support floating display
5+
3. Fixed a styling issue with the send button on mobile when using large font sizes
6+
4. Fixed the issue where the New Thread shortcut stopped working
7+
5. Optimized the close button styling on the settings page
8+
6. Improved automatic scrolling during output
9+
7. Fixed an issue where the input would lose focus when editing an empty AI message
10+
8. Added a "Recover conversation list" tool in Settings to recover conversations missing from the list
11+
12+
## v1.17.0 - 2025.10.27
313
414
1. Optimized storage performance, reducing lag and crashes during message generation
515
2. Fixed the issue where duplicate token estimation calculations caused lag

src/renderer/i18n/changelogs/changelog_zh_Hans.ts

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
const changelog = `
2-
## v1.17.0
2+
## v1.17.1 - 2025.11.04
3+
1. 添加跳转到消息列表顶部功能
4+
2. 移动端消息操作按钮支持悬浮显示
5+
3. 修复移动端大字体下,消息发送按钮样式问题
6+
4. 修复新话题快捷键失效的问题
7+
5. 优化设置页的关闭按钮样式
8+
6. 优化输出过程自动下滑
9+
7. 修复AI消息为空的时候编辑内容输入后会失去焦点的异常
10+
8. 在设置中增加了重建对话列表功能,支持修复部分对话在列表中丢失的问题
11+
12+
## v1.17.0 - 2025.10.27
313
414
1. 优化存储性能,减少生成消息时的卡顿和闪退
515
2. 修复预估token数重复计算导致卡顿的问题

0 commit comments

Comments
 (0)