Skip to content

Releases: tiny-craft/tiny-rdm

1.2.1🌈

28 Sep 07:35
Compare
Choose a tag to compare

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🌈

07 Aug 15:18
Compare
Choose a tag to compare

Features

  • Support LZ4 decoder/encoder.
  • Support Align Left and Align Center for list data.

Optimizations

  • Support Home/End for cli.
  • Add window shadow for Windows.
  • Replace shortcut key meta with ctrl for non-macOS.

Fixes

  • Crash when reconnecting after previous connection fail.
  • Re-decode and display fail after update the content.

新特性

  • 支持LZ4解码/编码
  • 列表数据支持切换左对齐居中展示

功能优化

  • 命令行支持HomeEnd
  • 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🌈

04 Jul 14:48
Compare
Choose a tag to compare

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🌈

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

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

微信公众号