Releases: tiny-craft/tiny-rdm
1.2.1🌈
Optimizations
- Command line supports parsing content with single quotes.
- Supports input of IPv6 format addresses.
Fixes
- Stopping command monitoring blocks the interface.
- Adding elements with the same name to the
SET
causes an error. - Auto-refresh interferes with tab focus.
- Custom decoder cannot remove parameters.
- Unable to read the database list.
- Unable to re-add a key after deletion.
功能优化
- 命令行兼容单引号内容解析
- 兼容IPv6格式地址输入
问题修复
- 停止命令监控会阻塞界面
- 向集合添加同名元素会报错
- 自动刷新干扰标签页焦点
- 自定义解码器无法移除参数
- 无法读取数据库列表
- 键删除后无法再次添加
If you can not launch on macOS after drop app into
/Application
folder, try to run the command below on terminal安装完成后如果在macOS下无法运行,请尝试在终端执行以下命令
sudo xattr -d com.apple.quarantine /Applications/Tiny\ RDM.app
1.2.0🌈
Features
- Support
LZ4
decoder/encoder. - Support
Align Left
andAlign Center
for list data.
Optimizations
- Support
Home
/End
for cli. - Add window shadow for Windows.
- Replace shortcut key
meta
withctrl
for non-macOS.
Fixes
- Crash when reconnecting after previous connection fail.
- Re-decode and display fail after update the content.
新特性
- 支持
LZ4
解码/编码 - 列表数据支持切换
左对齐
和居中
展示
功能优化
- 命令行支持
Home
和End
- Windows窗口阴影回归
- 部分快捷按键在非macOS下由
meta
键改为ctrl
问题修复
- 修复连接失败后重连闪退问题
- 需要解码的内容修改保存后查看乱码
If you can not launch on macOS after drop app into
/Application
folder, try to run the command below on terminal安装完成后如果在macOS下无法运行,请尝试在终端执行以下命令
sudo xattr -d com.apple.quarantine /Applications/Tiny\ RDM.app
1.1.14🌈
Optimizations
- Support batch delete keys without pre-scan and confirm.
- Adjust and fix some styles.
Fixes
- Null decoder arguments.
- Incorrect binary value convert.
- Sometimes unable to connect to Redis server.
- Copy text not work with non-ascii text.
- Content in complex types are too long without auto-wrap.
- Compatible with Sogou input for cli.
功能优化
- 匹配删除键支持不预先扫描结果确认
- 部分界面样式细节调整和修正
问题修复
- 自定义解码器参数为空时前端页面报错
- 二进制格式显示不正常
- 有时无法无法连接到Redis服务器
- 无法复制非ascii的值
- 复杂类型的内容过长时没有自动换行
- 命令行兼容搜狗输入法
If you can not launch on macOS after drop app into
/Application
folder, try to run the command below on terminal安装完成后如果在macOS下无法运行,请尝试在终端执行以下命令
sudo xattr -d com.apple.quarantine /Applications/Tiny\ RDM.app
1.1.13🌈
Optimizations
- Remove automatic format detect for LIST/HASH/SET/ZSET, it may block the UI.
- Added shortcut key support in key list view (arrow keys for navigation and switch folding,
F5
orCmd+R
refresh selected,Ctrl/Cmd+C
copy key name,Del
delete selected). - Tabs support shortcut keys to close (
Ctrl/Cmd+W
). - Support non-standard JSON formatted display (FastJSON, etc.).
- Support refresh special field for HASH.
Fixes
- Incorrect update key list view when add new key.
- Compatible with old version of webview.
功能优化
- 移除LIST/HASH/SET/ZSET的格式自动识别,降低条目量大时导致卡死的情况
- 键列表视图增加快捷键支持(方向键进行导航和开关折叠,
F5
或Cmd+R
刷新所选,Ctrl/Cmd+C
复制键名,Del
删除所选) - 标签页窗口支持快捷键关闭(
Ctrl/Cmd+W
) - 支持非标准的JSON格式化显示(FastJSON等)
- HASH支持刷新单字段
问题修复
- 为非当前数据库添加新键时列表错误显示
- 低版本Webview下样式兼容
If you can not launch on macOS after drop app into
/Application
folder, try to run the command below on terminal安装完成后如果在macOS下无法运行,请尝试在终端执行以下命令
sudo xattr -d com.apple.quarantine /Applications/Tiny\ RDM.app
1.1.12🌈
Optimizations
- The cli parsing with JSON strings is incorrect.
- Support some shortcut keys (quick exit dialog with
ESC
, quick delete selected key withDel
, refresh withF5
orCmd+R
, rename withF2
)
Fixes
- Content refresh may not work
- Sub/pub is not available in cluster mode.
- The calculated number of delete keys in cluster mode is incorrectly.
功能优化
- 命令行解析带JSON字符串的命令有误
- 添加部分快捷键(对话框支持
ESC
退出,内容详情页支持Del
删除,F5
或Cmd+R
刷新,F2
重命名)
问题修复
- 内容刷新可能无效
- 集群模式无法使用订阅/发布功能
- 集群模式删除键数量计算错误
Tiny RDM第一个B站介绍视频同步发布了,欢迎大家去捧场:https://www.bilibili.com/video/BV14C411H7fx/
If you can not launch on macOS after drop app into
/Application
folder, try to run the command below on terminal安装完成后如果在macOS下无法运行,请尝试在终端执行以下命令
sudo xattr -d com.apple.quarantine /Applications/Tiny\ RDM.app
1.1.11🌈
Optimizations
- Optimize key name sorting contains numbers.
- Resolve lagging in the "Dispatch Center" on macOS.
- Optimize command splitting logic.
- Improve UI details.
Simultaneously resolved the majority of known minor issues. Full changelog can be found here
功能优化
- 优化包含数字的键名排序
- 解决macOS下会导致
调度中心
卡顿 - 优化命令行下空格切分命令逻辑
- 优化界面外观细节
同时修复了大量已知的小问题,这里查看详细更新日志
If you can not launch on macOS after drop app into
/Application
folder, try to run the command below on terminal安装完成后如果在macOS下无法运行,请尝试在终端执行以下命令
sudo xattr -d com.apple.quarantine /Applications/Tiny\ RDM.app
1.1.10🌈
Features
- Add Traditional Chinese/Japanese/Korean/Russian/French/Spanish (By Claude)
- Key search support exact match now.
- Add
AppImage
packaging. (@raojinlin)
Optimizations
- The decoding scheme last used for each key will be automatically recorded now.
- The
Unicode JSON
display will no longer mess up the original key order. - The scroll offset of content will be automatically preserved for the same key after refresh. (@raojinlin)
- Add options related to user privacy.
Simultaneously resolved the majority of known minor issues. Full changelog can be found here
新特性
- 新增繁体中文/日语/韩语/俄语/法语/西班牙语(By Claude)
- 键查询支持“精确匹配”
- 新增
AppImage
打包 (@raojinlin)
功能优化
- 现在会自动记录每个key最后一次使用的解码方案
Unicode JSON
格式展示不再打乱原本键的顺序- 同一个键的内容刷新后自动保留内容滚动偏移 (@raojinlin)
- 加入用户隐私相关选项
同时修复了大量已知的小问题,这里查看详细更新日志
If you can not launch on macOS after drop app into
/Application
folder, try to run the command below on terminal安装完成后如果在macOS下无法运行,请尝试在终端执行以下命令
sudo xattr -d com.apple.quarantine /Applications/Tiny\ RDM.app
1.1.9🌈
Features
- Support custom decoders/encoders.
- Add embedded decoder for
Msgpack
. - Add embedded decoder for
PHP
(available only whenphp
executable on the command line). - Add embedded decoder for
Pickle
(available only whenpython
orpython3
executable on the command line). - Add
Unicode JSON
viewing format. - Support connect with
Unix Socket
. - Support viewing and editing values of ReJSON types.
- Add Windows ARM64 package.
- Support HTTP/SOCKS5 proxy for connections.
Optimizations
- YAML and XML content support automatic format detection now.
- Match tag in filter input support quick modify by double click.
- Add more options for value editor(allow drag and drop text/open external link)
Simultaneously resolved the majority of known minor issues. Full changelog can be found here
新特性
- 支持自定义解码/编码器
- 新增内嵌解码
Msgpack
- 新增内嵌解码
PHP
(需确保系统命令包含php) - 新增内嵌解码
Pickle
(需确保系统命令包含python或python3) - 新增转义Unicode字符的JSON查看格式
- 支持通过unix socket连接
- 支持查看和编辑
ReJSON
类型的值 - 增加Windows ARM64安装包
- 支持连接配置
HTTP/SOCKS5
代理
功能优化
- 内容自动识别支持yaml和xml
- 支持修改匹配关键字(双击)
- 增加更多文本编辑器自定义选项(拖放文本/链接跳转)
同时修复了大量已知的小问题,这里查看详细更新日志
If you can not launch on macOS after drop app into
/Application
folder, try to run the command below on terminal安装完成后如果在macOS下无法运行,请尝试在终端执行以下命令
sudo xattr -d com.apple.quarantine /Applications/Tiny\ RDM.app
1.1.8🌈
Features
- Support part of Emacs Bash shortcuts (Ctrl+A/E/F/B/D/H/U/K/W/P/N/L).
- Add preferences about command line.
- Add connected client list.
- Support create connection profile from Redis URL.
Optimizations
- Improve batch deletion performance.
- You can manually input the font name which does not show in the dropdown list now.
- Dynamic display for TTL in value content.
- Editor preferences update in real time.
- Minor detail optimizations.
Simultaneously resolved the majority of known minor issues.
新特性
- 命令行支持部分Emacs Bash快捷键(Ctrl+A/E/F/B/D/H/U/K/W/P/N/L)
- 增加命令行相关的偏好设置
- 可查看已连接客户端列表
- 支持通过Redis URL创建连接配置
功能优化
- 优化批量删除速度
- 不在列表的字体现在选择手工输入
- TTL动态显示
- 编辑器字体等配置同步实时更新
- 其他操作细节优化
同时修复了大量已知的小问题
If you cannot launch on macOS after drop app into
/Application
folder, try to run the command below on terminal.安装完成后如果在macOS下无法运行,请尝试在终端执行以下命令
sudo xattr -d com.apple.quarantine /Applications/Tiny\ RDM.app
此外本人正式开通微信公众号,不定期更新独立开发以及产品相关内容,欢迎扫码关注
1.1.7🌈
Features
- Support part of Emacs Bash shortcuts (Ctrl+A/E/F/B/D/H/U/K/W/P/N/L).
- Add preferences about command line.
- Add connected client list.
Optimizations
- Improve batch deletion performance.
- You can manually input the font name which does not show in the dropdown list now.
- Dynamic display for TTL in value content.
- Editor preferences update in real time.
- Minor detail optimizations.
Simultaneously resolved the majority of known minor issues.
新特性
- 命令行支持部分Emacs Bash快捷键(Ctrl+A/E/F/B/D/H/U/K/W/P/N/L)
- 增加命令行相关的偏好设置
- 查看已连接客户端列表
功能优化
- 优化批量删除速度
- 不在列表的字体现在选择手工输入
- TTL动态显示
- 编辑器字体等配置同步实时更新
- 其他操作细节优化
同时修复了大量已知的小问题
If you can not launch on macOS after drop app into
/Application
folder, try to run the command below on terminal安装完成后如果在macOS下无法运行,请尝试在终端执行以下命令
sudo xattr -d com.apple.quarantine /Applications/Tiny\ RDM.app