Releases: tiny-craft/tiny-rdm
Releases · tiny-craft/tiny-rdm
1.1.0🌈
Features
- Added partial/full loading for List/Hash/Set/ZSet/Stream.
- Added viewing and editing by format for List/Hash/Set/ZSet.
- List/Hash/Set/ZSet supports full-text matching and filtering.
- Added language Portuguese support. Thanks @leognutzmann
Optimizations
- Enhanced editing and modification capabilities for complex types.
- Partial reload by group comes back.
Simultaneously resolved the majority of known minor issues.
新特性
- List/Hash/Set/ZSet/Stream加入分段和全量加载
- List/Hash/Set/ZSet支持按格式查看和编辑
- List/Hash/Set/ZSet支持全文匹配和筛选
- 新增葡萄牙语支持 感谢 @leognutzmann
功能优化
- 增强复杂类型的编辑修改功能
- 按键分组局部重载回归
同时修复了大量已知的小问题
1.0.9🌈
Features
- Added flush database operation.
- Introduced slow log query.
Optimizations
- Optimized the automatic decode logic.
新特性
- 为数据库操作增加清空数据库
- 加入慢日志查询
功能优化
- 优化自动转码逻辑
1.0.8🌈
Features
- Added partial keys loading.
- Provided tree view and list view options.
- Introduced command line mode.
Optimizations
- Made minor adjustments to appearance and layout, allowing the UI to accommodate more content.
- Split the "View As" for string content into "View Format" and "Decode/Decompression Method."
- Added length and memory usage information to the content page.
新特性
- 加入Key分批加载
- 提供树形和列表两种视图
- 新增命令行模式
功能优化
- 外观样式和布局进行微调,现在界面可以容纳更多内容
- 拆分文本类型内容“查看方式”为“查看格式”和“解码/解压方式”
- 内容页加入长度和内存占用信息
1.0.7
Features
- Supported SSL Connection.
- Supported cluster mode.
Optimizations
- Optimized batch key deletion logic.
- Optimized visual effects for window size changes.
- Change TTL display to human-readable data.
Bug Fixes
- Fixed the issue with the connection name prompting for illegal characters.
新特性
- 支持SSL连接
- 支持集群模式
功能优化
- 优化批量删除键逻辑
- 优化窗口尺寸变化所需的视觉效果变化
- TTL显示更改为可读数据
问题修复
- 修复连接名提示非法字符的问题
1.0.6
Features
- Supported SSL Connection.
- Supported cluster mode.
Optimizations
- Optimized batch key deletion logic.
- Optimized visual effects for window size changes.
- Change TTL display to human-readable data.
新特性
- 支持SSL连接
- 支持集群模式
功能优化
- 优化批量删除键逻辑
- 优化窗口尺寸变化所需的视觉效果变化
- TTL显示更改为可读数据
1.0.5
Features
- Binary key supported.
Bug Fixes
- Fixed precision may loss when viewing as JSON .
- Fixed incorrect keys count after flush database.
新特性
- 支持二进制键名
问题修复
- 修复以JSON格式查看时数字类型可能精度丢失
- 修复清空数据库时键数量显示有误
1.0.4
Features
- Added support sentinel mode.
- Added database filtering settings for connections.
- Added GZip/Deflate/Brotli viewing methods.
- User experience improvement.
Bug Fixes
- Error caused when add multiple Hash items via HSET command below version 3.x #44
新特性
- 支持哨兵模式
- 为连接添加数据库过滤设定
- 添加 GZip/Deflate/Brotli解码查看方式
- 部分界面使用体验调整
问题修复
- 3.x以下版本的redis通过HSET为Hash添加多项时报错 #44
1.0.3
Feature
- Added Gzip and Deflate viewing methods.
- User experience improvement.
Bug Fixes
- Incorrect key count after clear the database.
1.0.2
Feature
- Add SSH tunnel support.
Bug Fixes
- Add outer border.
- Fixed the issue where duplicated connection couldn't be saved.
- Fixed incorrect number of databases in tree view.
- Removed abnormal drag behavior.
1.0.1
- Improved the upgrade notification dialog.
- Added a personalized "About" interface.