File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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" : " " ,
Original file line number Diff line number Diff line change 1+ # ` 1.2.6 ` (2026-02-12)
2+
3+ ### 新特性
4+
5+ * 支持查看位数组
6+ * 命令行支持显示空内容
7+ * SSH连接支持代理
8+
9+ ### 问题修复
10+
11+ * 筛选条件不为空时键选择逻辑有误
12+ * 连接名包含'#'时无法操作键
13+ * 命令行中值的空格不再裁剪
14+ * Steam类型内的值重复反序列化
15+ * 最后所选数据库不存在时连接无法打开
You can’t perform that action at this time.
0 commit comments