Skip to content

Commit 2138712

Browse files
committed
doc: add changelog for 1.2.5
1 parent b8d9748 commit 2138712

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

docs/changelog/v1.2.5.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# `1.2.5` (2025-08-20)
2+
3+
### Optimizations
4+
5+
* Compatible with non-English input methods in cli.
6+
* Pub/Sub support copy message.
7+
* Improve large entry loading and display.
8+
* Pickle decoder support type datetime.
9+
10+
### Fixes
11+
12+
* Fixed TLS failure when using SSH connections.

docs/public/client_version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.2.4",
2+
"version": "1.2.5",
33
"changelog": {
44
"en": "https://redis.tinycraft.cc/changelog/v1.2.4.html",
55
"zh": "https://redis.tinycraft.cc/zh/changelog/v1.2.4.html"

docs/zh/changelog/v1.2.5.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# `1.2.5` (2025-08-20)
2+
3+
### 功能优化
4+
5+
* 重构部分命令行相关代码,兼容非英文输入法
6+
* 发布订阅支持复制消息
7+
* 优化复杂结构大数据项的加载和显示
8+
* pickle解码兼容日期类型
9+
10+
### 问题修复
11+
12+
* SSH连接下TLS失效

0 commit comments

Comments
 (0)