-
d7dcf1fd34
docs: 更新 AGENTS.md 和 README.md
master
Jokul
2026-07-12 15:41:55 +08:00
-
6492d2a060
更新版本号
v2.0.2
Jokul
2026-07-12 15:27:11 +08:00
-
ad21900a6f
feat(N4): virtual scrolling for Set/Zset/List editors
Jokul
2026-07-12 15:04:08 +08:00
-
afe2894c35
docs: restructure review report - remove fixed defects, focus on architecture analysis and roadmap
Jokul
2026-07-12 14:55:12 +08:00
-
bf0bccb19f
refactor: patch all P3 code quality issues, complete full audit
Jokul
2026-07-12 14:42:17 +08:00
-
1a5e4dd706
fix: patch all P2 quality/performance issues from project review
Jokul
2026-07-12 14:30:18 +08:00
-
70db25b337
fix: patch all P1 bugs from project review
Jokul
2026-07-12 14:18:48 +08:00
-
9d73ff019c
fix(security): patch all P0 vulnerabilities from project review
Jokul
2026-07-12 14:13:44 +08:00
-
4d0e0b75aa
删除无用文档
Jokul
2026-07-12 12:44:34 +08:00
-
73976bc37a
fix(settings): dropdown hover color, editor layout alignment, add about card
Jokul
2026-07-12 12:21:47 +08:00
-
bf46cb160a
feat(key-detail): live TTL countdown with expiry check and i18n
Jokul
2026-07-12 11:54:15 +08:00
-
775b66054a
refactor: move type-badge from KeyDetail header to editors with colored border style
Jokul
2026-07-12 11:25:13 +08:00
-
9848d97b4c
fix(key-list): add horizontal scroll for deeply nested keys
Jokul
2026-07-12 11:09:42 +08:00
-
0a5ceeaf4d
style: reorganize key list layout — actions to bottom, fix footer wrap
Jokul
2026-07-12 10:59:23 +08:00
-
e39ec7afce
fix: add visual selected state for active key in key tree
Jokul
2026-07-12 10:46:34 +08:00
-
8340630dd4
i18n: replace hardcoded strings in all editor components
Jokul
2026-07-12 10:27:29 +08:00
-
d2c1f50f87
feat: replace min size filter with key name + type filter
Jokul
2026-07-12 10:16:45 +08:00
-
bb3adeb688
perf: increase SCAN_COUNT to 1000 for faster memory scan
Jokul
2026-07-12 10:11:58 +08:00
-
9c16dbdb15
perf: replace el-table with virtual scroll for memory analysis
Jokul
2026-07-12 10:07:03 +08:00
-
c8eeb7c0b9
fix: memory analysis dark mode stripe, scan speed, and NaN total size
Jokul
2026-07-12 10:01:30 +08:00
-
72967c45e9
更新版本号
Jokul
2026-07-12 00:42:49 +08:00
-
c6265fdaf5
fix: 模板中通过变量引用 __APP_VERSION__ 全局常量
Jokul
2026-07-12 00:40:49 +08:00
-
faedfd7fa3
fix: StatusBar 版本号改为从 package.json 动态注入
Jokul
2026-07-12 00:37:06 +08:00
-
19672045d6
fix: StatusBar 版本号改为从 package.json 动态读取
Jokul
2026-07-12 00:31:57 +08:00
-
83159151b9
fix: DbSelector 连接后自动选择第一个有数据的 DB,切换 DB 时重新加载键树
Jokul
2026-07-12 00:28:14 +08:00
-
76c9758f0a
更改切换redis连接操作方式
Jokul
2026-07-12 00:01:01 +08:00
-
b4aab76141
fix: DbSelector 数据库 key 数量使用 INFO keyspace 直接获取
Jokul
2026-07-11 23:03:53 +08:00
-
b7e9c80022
fix: 连接断开后 IPC handler 不再报 Client null / Connection closed
Jokul
2026-07-11 22:31:55 +08:00
-
0ffe3ae83f
feat: 连接相关提示信息国际化
Jokul
2026-07-11 22:15:56 +08:00
-
19b5a3d1d0
fix: key 类型为 none 时显示过期提示并自动移除失效 key
Jokul
2026-07-11 21:44:08 +08:00
-
3dea59f703
refactor: 组件按功能分组到子目录
Jokul
2026-07-11 21:21:47 +08:00
-
12134ec896
fix: tooltip 浅色模式不可见 - 覆盖 Element Plus CSS 变量
Jokul
2026-07-11 21:15:44 +08:00
-
3142f84334
fix: tooltip 文字颜色与背景同色 - 精确匹配 is-dark/is-light 选择器
Jokul
2026-07-11 21:10:07 +08:00
-
ee619589ac
ux: 优化 Key 搜索区布局和操作逻辑
Jokul
2026-07-11 21:03:04 +08:00
-
f3af1e415a
fix: MATCH 前缀背景色跟随深色/浅色主题切换
Jokul
2026-07-11 20:50:55 +08:00
-
464a40840a
紧凑布局
Jokul
2026-07-11 17:54:51 +08:00
-
0b7b512094
调整连接信息弹框样式以及国际化
Jokul
2026-07-11 17:38:23 +08:00
-
a49d088540
中文名称
Jokul
2026-07-11 17:10:07 +08:00
-
9188829eae
调整redis连接展开收缩按钮样式
Jokul
2026-07-11 17:01:10 +08:00
-
ca10707fbf
fix: 加载更多按钮浅色模式文字不可见 - 去掉 text 属性
Jokul
2026-07-11 16:34:42 +08:00
-
1831acc7f0
fix: 树状视图深层级节点支持水平滚动
Jokul
2026-07-11 16:32:27 +08:00
-
392c64fc4a
fix: WRONGTYPE 根因 - selectedKey 在类型加载前设置导致竞争
Jokul
2026-07-11 16:30:07 +08:00
-
a20730f1e5
feat: 键 tab 自动打开, 去掉右上角键按钮
Jokul
2026-07-11 16:23:12 +08:00
-
8dfd3aecad
hash的保存和删除按钮宽度修改
Jokul
2026-07-11 16:13:44 +08:00
-
ff83315b64
style: HashEditor 按钮一排显示 + 颜色对比 + TTL 内联编辑
Jokul
2026-07-11 16:06:17 +08:00
-
53ffa1043c
style: HashEditor 表格高度适配 + 文字颜色对比
Jokul
2026-07-11 15:58:37 +08:00
-
78695c0b7f
fix: WRONGTYPE 错误处理 - key 类型变更时不崩溃
Jokul
2026-07-11 15:52:33 +08:00
-
99f8a8b250
fix: keyStore.selectedType (string | null) 传参类型不匹配
Jokul
2026-07-11 15:44:13 +08:00
-
54350b152e
fix: 移除空 CSS 规则 .leaf-item
Jokul
2026-07-11 15:42:31 +08:00
-
a782180dd3
Revert "feat: 树状视图路径压缩 - 单子节点文件夹自动合并"
Jokul
2026-07-11 15:37:33 +08:00
-
ccb91731fc
feat: 树状视图路径压缩 - 单子节点文件夹自动合并
Jokul
2026-07-11 15:35:06 +08:00
-
4305773f0d
refactor: KeyList 移除列表模式, 只保留树状模式
Jokul
2026-07-11 15:30:56 +08:00
-
5a479d416e
refactor: Scan Count 从全局设置移到连接配置
Jokul
2026-07-11 15:22:58 +08:00
-
ac0e6af233
fix: key scan 使用 app store 的 scanCount 设置替代硬编码 100
Jokul
2026-07-11 15:18:21 +08:00
-
fd40207af5
fix: 树状视图展开文件夹为空 - 递归拍平渲染
Jokul
2026-07-11 15:13:51 +08:00
-
4602ec5979
fix: vItem.key 类型 Key (含 bigint) 转为 String 兼容 Vue :key
Jokul
2026-07-11 15:10:25 +08:00
-
16175a4635
fix: 移除渲染进程中的 Buffer 调用, 改用浏览器兼容的 hex 转换
Jokul
2026-07-11 15:09:23 +08:00
-
8f6bf7841c
fix: KeyList useVirtualizer getScrollElement 类型不匹配 (undefined -> null)
Jokul
2026-07-11 15:06:55 +08:00
-
f6b85106a2
style: 优化连接弹窗 - 分区折叠 + 视觉层次
Jokul
2026-07-11 14:55:39 +08:00
-
6be62e0fe6
style: Key Statistics 表格列宽合理分配, 全部 min-width 拉满
Jokul
2026-07-11 14:36:35 +08:00
-
0d55b10822
fix: Key Statistics 表格宽度拉满
Jokul
2026-07-11 14:34:13 +08:00
-
823652e418
fix: 配置 renderer publicDir 指向项目根 public/
Jokul
2026-07-11 14:24:28 +08:00
-
c68306b26b
feat: 标题栏和占位图使用 icon.svg 替代 JRD 文字
Jokul
2026-07-11 14:22:07 +08:00
-
5da3462131
fix: 移除 tsconfig.web.json 中已弃用的 baseUrl
Jokul
2026-07-11 01:03:44 +08:00
-
56e0b05b6b
fix: Linux 开发模式任务栏图标与 VS Code 归为一组
Jokul
2026-07-11 01:00:29 +08:00
-
d804e377a3
fix: 右键菜单删除项使用 common.delete i18n key
Jokul
2026-07-11 00:33:21 +08:00
-
260cbb36d0
fix: 右键删除国际化 + 移除连接卡片左键事件
Jokul
2026-07-11 00:30:47 +08:00
-
b032c15164
feat: 连接卡片右键菜单 (连接/断开、编辑、复制、删除)
Jokul
2026-07-11 00:24:24 +08:00
-
5e867ee3e9
更新版本
Jokul
2026-07-11 00:17:31 +08:00
-
bcf31e7d3a
fix: safeStorage 解密失败时回退到 base64 解码
Jokul
2026-07-11 00:03:48 +08:00
-
31201634c4
docs: 修正 AGENTS.md - Electron 版本、构建产物细节、运行时路径、已知问题
Jokul
2026-07-10 23:58:19 +08:00
-
eda30250c6
refactor: 迁移至 electron-vite 官方推荐目录结构
Jokul
2026-07-10 23:46:34 +08:00
-
157af4399f
fix: 修复文件层级重构后的架构问题
Jokul
2026-07-10 23:22:53 +08:00
-
fe7801062f
update
Jokul
2026-07-10 23:05:10 +08:00
-
b280e59377
更新
Jokul
2026-07-10 22:25:52 +08:00
-
76f35ae1f1
fix: KeyList TDZ crash and connection state desync
Jokul
2026-07-08 07:11:28 +08:00
-
baa8917eae
style: optimize DB selector dropdown
Jokul
2026-07-07 23:49:47 +08:00
-
3b039714f0
refactor: move DB selector from TitleBar/StatusBar to MainArea tab bar
Jokul
2026-07-07 23:46:41 +08:00
-
8a7d253180
feat: final P3 items - DB names, cluster support, more languages
Jokul
2026-07-07 23:07:14 +08:00
-
71b2bd1771
feat: P3 final batch - zoom, fonts, dark mode, tech debt cleanup
Jokul
2026-07-07 22:53:18 +08:00
-
75c3a854d6
feat: P3 batch 2 - sidebar resize, DB features, Status/SlowLog, editor improvements
Jokul
2026-07-07 22:44:59 +08:00
-
5505434325
feat: P3 batch 1 - context menus, shortcuts, connection management
Jokul
2026-07-07 22:34:48 +08:00
-
b802fc6928
feat: binary key support
Jokul
2026-07-07 22:21:19 +08:00
-
6ac5636944
feat: key export/import, command import, virtualized scrolling
Jokul
2026-07-07 22:14:22 +08:00
-
90d56f2a12
feat: batch delete preview, FlushDB, search history, cancel scan
Jokul
2026-07-07 22:04:47 +08:00
-
b85e67541b
feat: ReJson/TairJson support
Jokul
2026-07-07 21:58:17 +08:00
-
1511427e62
feat: custom formatter support
Jokul
2026-07-07 21:54:13 +08:00
-
5178aea6d1
docs: mark auto format detection as done (implemented in P2-1)
Jokul
2026-07-07 21:49:06 +08:00
-
e63940b548
feat: multi-format viewer (Text/Hex/JSON/Binary/Gzip/Deflate/Brotli)
Jokul
2026-07-07 21:48:52 +08:00
-
76f8f6ddec
更新
Jokul
2026-07-07 21:40:36 +08:00
-
cdadfbe5e4
feat: Stream consumer groups UI
Jokul
2026-07-07 21:22:12 +08:00
-
00c11d4dfe
feat: CLI MULTI/EXEC transaction support
Jokul
2026-07-07 21:11:23 +08:00
-
c7e47c4d5b
feat: CLI SUBSCRIBE/MONITOR streaming mode
Jokul
2026-07-07 21:07:57 +08:00
-
742c62517c
feat: Redis command autocomplete in CLI
Jokul
2026-07-07 20:59:59 +08:00
-
05a6f6aa17
feat: Monaco editor for StringEditor
Jokul
2026-07-07 20:37:04 +08:00
-
6a1f94cd48
feat: multi-connection parallel support
Jokul
2026-07-07 20:31:57 +08:00
-
11a73494c0
feat: multi-tab support in MainArea
Jokul
2026-07-07 20:26:47 +08:00
-
bb41ea78e6
回退版本
Jokul
2026-07-05 22:48:02 +08:00
-
405dfa77c4
feat: auto-updater integration
Jokul
2026-07-05 22:13:25 +08:00
-
d131a2732d
feat: Command Log dialog
Jokul
2026-07-05 21:48:33 +08:00