Skip to content

Releases: tiny-craft/tiny-rdm

1.1.13🌈

22 May 15:13
Compare
Choose a tag to compare

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 or Cmd+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的格式自动识别,降低条目量大时导致卡死的情况
  • 键列表视图增加快捷键支持(方向键进行导航和开关折叠,F5Cmd+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🌈

27 Apr 14:34
Compare
Choose a tag to compare

Optimizations

  • The cli parsing with JSON strings is incorrect.
  • Support some shortcut keys (quick exit dialog with ESC, quick delete selected key with Del, refresh with F5 or Cmd+R, rename with F2)

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删除,F5Cmd+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🌈

11 Apr 15:10
fc0deac
Compare
Choose a tag to compare

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🌈

19 Mar 14:21
Compare
Choose a tag to compare

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🌈

22 Feb 15:09
Compare
Choose a tag to compare

Features

  • Support custom decoders/encoders.
  • Add embedded decoder for Msgpack.
  • Add embedded decoder for PHP(available only when php executable on the command line).
  • Add embedded decoder for Pickle(available only when python or python3 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
proxy 新增和编辑解码编码器 自定义编码列表 socket连接 php

1.1.8🌈

25 Jan 16:16
Compare
Choose a tag to compare

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🌈

24 Jan 16:36
Compare
Choose a tag to compare
1.1.7🌈 Pre-release
Pre-release

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

此外本人正式开通微信公众号,不定期更新独立开发以及产品相关内容,欢迎扫码关注

微信公众号

1.1.6🌈

18 Jan 17:00
Compare
Choose a tag to compare

light_zh

db_alias

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 /Application floder, try to run the command below on terminal

安装完成后如果在macOS下无法运行,请尝试在终端执行以下命令

sudo xattr -d com.apple.quarantine /Applications/Tiny\ RDM.app

此外本人正式开通微信公众号,不定期更新独立开发以及产品相关内容,欢迎扫码关注

微信公众号

1.1.5🌈

11 Jan 16:02
Compare
Choose a tag to compare

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 /Application floder, try to run the command below on terminal

安装完成后如果在macOS下无法运行,请尝试在终端执行以下命令

sudo xattr -d com.apple.quarantine /Applications/Tiny\ RDM.app

此外本人正式开通微信公众号,不定期更新独立开发以及产品相关内容,欢迎扫码关注

微信公众号

1.1.4🌈

10 Jan 16:59
Compare
Choose a tag to compare

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登录提供更多选项

同时修复了大量已知的小问题


此外本人正式开通微信公众号,不定期更新独立开发以及产品相关内容,欢迎扫码关注

微信公众号