Skip to content

Commit 018b876

Browse files
committed
doc: add changelog for 1.2.4
1 parent 22b7f7a commit 018b876

3 files changed

Lines changed: 30 additions & 4 deletions

File tree

docs/changelog/v1.2.4.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# `1.2.4` (2025-07-07)
2+
3+
### Optimizations
4+
5+
* Optimized the implementation logic of Pub/Sub and monitor.
6+
* Changed key matching from prefix match to fuzzy match by default.
7+
8+
### Fixes
9+
10+
* Fixed incorrect sorting of connected clients by idle time.
11+
* Fixed incorrect TTL format display.
12+
* Fixed terminal selection overflow.
13+
* Fixed could not be input space in terminal under Chinese IME.

docs/public/client_version.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"version": "1.2.3",
2+
"version": "1.2.4",
33
"changelog": {
4-
"en": "https://redis.tinycraft.cc/changelog/v1.2.3.html",
5-
"zh": "https://redis.tinycraft.cc/zh/changelog/v1.2.3.html"
4+
"en": "https://redis.tinycraft.cc/changelog/v1.2.4.html",
5+
"zh": "https://redis.tinycraft.cc/zh/changelog/v1.2.4.html"
66
},
77
"description": {
88
"en": "",
@@ -18,7 +18,7 @@
1818
},
1919
"sponsor": [
2020
{
21-
"name":"\uD83D\uDD25由超大带宽的雨云提供CDN赞助",
21+
"name":"\uD83D\uDD25由超大带宽的雨云赞助服务器",
2222
"link": "https://www.rainyun.com/lykin_?s=app",
2323
"region": ["zh"]
2424
}

docs/zh/changelog/v1.2.4.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# `1.2.4` (2025-07-07)
2+
3+
### 功能优化
4+
5+
* 优化发布/订阅和命令监控的实现逻辑
6+
* 键默认匹配从前缀匹配更改为模糊匹配
7+
8+
### 问题修复
9+
10+
* 已连接客户端按空闲排序有误
11+
* 键过期时间可能显示有误
12+
* 终端选中状态溢出
13+
* 中文输入状态下无法在终端输入空格

0 commit comments

Comments
 (0)