Skip to content

1.1.9🌈

Compare
Choose a tag to compare
@tiny-craft tiny-craft released this 22 Feb 15:09
· 106 commits to main since this release

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