Skip to content

Commit 48164ff

Browse files
committed
doc: add changelog for 1.2.6
1 parent 6ce94c3 commit 48164ff

5 files changed

Lines changed: 147 additions & 117 deletions

File tree

docs/changelog/v1.2.6.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# `1.2.6` (2026-02-12)
2+
3+
### Features
4+
5+
* Added support for viewing bit set.
6+
* CLI now supports displaying null content.
7+
* Connection via ssh support use agent.
8+
9+
### Fixes
10+
11+
* Fixed incorrect key selection logic when filter pattern are not empty.
12+
* Fixed an issue where keys could not be operated on when the connection name contains '#'.
13+
* Preserved trim values spaces in cli.
14+
* Fixed duplicate deserialization of values in Stream type.
15+
* Fixed an issue where the connection failed to open if the last selected database no longer exists.

docs/public/client_version.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"version": "1.2.5",
2+
"version": "1.2.6",
33
"changelog": {
4-
"en": "https://redis.tinycraft.cc/changelog/v1.2.4.html",
5-
"zh": "https://redis.tinycraft.cc/zh/changelog/v1.2.4.html"
4+
"en": "https://redis.tinycraft.cc/changelog/v1.2.6.html",
5+
"zh": "https://redis.tinycraft.cc/zh/changelog/v1.2.6.html"
66
},
77
"description": {
88
"en": "",

docs/zh/changelog/v1.2.6.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# `1.2.6` (2026-02-12)
2+
3+
### 新特性
4+
5+
* 支持查看位数组
6+
* 命令行支持显示空内容
7+
* SSH连接支持代理
8+
9+
### 问题修复
10+
11+
* 筛选条件不为空时键选择逻辑有误
12+
* 连接名包含'#'时无法操作键
13+
* 命令行中值的空格不再裁剪
14+
* Steam类型内的值重复反序列化
15+
* 最后所选数据库不存在时连接无法打开

0 commit comments

Comments
 (0)