Releases: tiny-craft/tiny-rdm
1.1.10🌈
Features
- Add Traditional Chinese/Japanese/Korean/Russian/French/Spanish (By Claude)
- Key search support exact match now.
- Add
AppImagepackaging. (@raojinlin)
Optimizations
- The decoding scheme last used for each key will be automatically recorded now.
- The
Unicode JSONdisplay 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
/Applicationfolder, 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 whenphpexecutable on the command line). - Add embedded decoder for
Pickle(available only whenpythonorpython3executable on the command line). - Add
Unicode JSONviewing 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
/Applicationfolder, 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
/Applicationfolder, 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
/Applicationfolder, try to run the command below on terminal安装完成后如果在macOS下无法运行,请尝试在终端执行以下命令
sudo xattr -d com.apple.quarantine /Applications/Tiny\ RDM.app
此外本人正式开通微信公众号,不定期更新独立开发以及产品相关内容,欢迎扫码关注

1.1.6🌈
Features
- Add activity status chart in home page.
- Support publish/subscribe.
- Support import/export connection profiles.
- Support alias name for database.
Optimizations
- Add custom interval for auto refresh in home page.
- Optimize cursor behavior in cli.
- TTL is more human-readable now.
新特性
- 主界面增加活动状态图表
- 支持发布/订阅
- 连接配置支持导入/导出
- 数据库支持设置个性化别名
功能优化
- 主界面状态自动刷新支持自定义间隔
- 优化命令行光标逻辑
- 过期时间更加直观可读
If you can not launch on macOS after drop app into
/Applicationfloder, try to run the command below on terminal安装完成后如果在macOS下无法运行,请尝试在终端执行以下命令
sudo xattr -d com.apple.quarantine /Applications/Tiny\ RDM.app
此外本人正式开通微信公众号,不定期更新独立开发以及产品相关内容,欢迎扫码关注

1.1.5🌈
Fixes
- Compatible with server that has "memory" command disabled or unsupported.
- Unable to copy binary key name.
Optimizations
- Optimized the mouse click for the tree view.
问题修复
- 服务端不支持memory命令导致无法显示内容
- 二进制键名无法复制
功能优化
- 优化树形列表鼠标点击逻辑
If you can not launch on macOS after drop app into
/Applicationfloder, try to run the command below on terminal安装完成后如果在macOS下无法运行,请尝试在终端执行以下命令
sudo xattr -d com.apple.quarantine /Applications/Tiny\ RDM.app
此外本人正式开通微信公众号,不定期更新独立开发以及产品相关内容,欢迎扫码关注

1.1.4🌈
Features
- Support data import and export.
- Introduce real-time monitor commands.
- Support YAML and XML formats.
- Support batch update TTL.
- Support automatic content refresh.
Optimizations
- Enhanced experience in multi-select mode.
- Improved performance for multi-select deletion.
- Add more personalized settings for content editor.
- Disable automatic spell check for input fields.
- Preserve the window's last position.
- Provide more options for SSL connection.
Simultaneously resolved the majority of known minor issues.
新特性
- 支持数据的导入导出
- 支持实时命令监控
- 支持高亮yaml和xml格式
- 支持批量更新TTL
- 支持内容自动刷新
功能优化
- 优化多选模式体验
- 优化多选删除的性能
- 内容编辑器加入更多个性化设定
- 取消输入框自带的拼写检查
- 保留窗口最后停留位置
- SSL登录提供更多选项
同时修复了大量已知的小问题
此外本人正式开通微信公众号,不定期更新独立开发以及产品相关内容,欢迎扫码关注

1.1.3🌈
Features
- Support data import and export.
- Introduce real-time monitor commands.
- Support YAML and XML formats.
Optimizations
- Enhanced experience in multi-select mode.
- Improved performance for multi-select deletion.
- Add more personalized settings for content editor.
- Disable automatic spell check for input fields.
- Preserve the window's last position.
Simultaneously resolved the majority of known minor issues.
新特性
- 支持数据的导入导出
- 支持实时命令监控
- 支持高亮yaml和xml格式
功能优化
- 优化多选模式体验
- 优化多选删除的性能
- 内容编辑器加入更多个性化设定
- 取消输入框自带的拼写检查
- 保留窗口最后停留位置
1.1.2🌈
Features
- Embedded Monaco Editor for enhanced content editing capabilities.
- Changed the key browser pane to display only single database.
- Added more convenient key matching and filtering methods.
- Added multi-selection editing in the key browser pane.
- Added real-time status for key deletion.
- Supported displaying multiple key type icons in the key browser pane.
Optimizations
- The maximized window state will be saved and restored upon the next launch.
- Improved segmented loading with progress display.
Simultaneously resolved the majority of known minor issues.
新特性
- 嵌入Monaco Editor,内容编辑更加强大了
- 键浏览区改为显示单个数据库
- 加入更便捷的键匹配和筛选方式
- 键浏览区支持多选编辑
- 键删除加入实时状态
- 键浏览区支持展示多种键类型图标
功能优化
- 窗口最大化状态会进行保存并在下次启动恢复
- 分段加载拥有更直观的进度显示
同时修复了大量已知的小问题
1.1.1🌈
Features
- Embedded Monaco Editor for enhanced content editing capabilities.
- Changed the key browser pane to display only single database.
- Added more convenient key matching and filtering methods.
- Added multi-selection editing in the key browser pane.
- Added real-time status for key deletion.
- Supported displaying multiple key type icons in the key browser pane.
Optimizations
- The maximized window state will be saved and restored upon the next launch.
- Improved segmented loading with progress display.
Simultaneously resolved the majority of known minor issues.
新特性
- 嵌入Monaco Editor,内容编辑更加强大了
- 键浏览区改为显示单个数据库
- 加入更便捷的键匹配和筛选方式
- 键浏览区支持多选编辑
- 键删除加入实时状态
- 键浏览区支持展示多种键类型图标
功能优化
- 窗口最大化状态会进行保存并在下次启动恢复
- 分段加载拥有更直观的进度显示
同时修复了大量已知的小问题
