1.x Changelog
v1.3.0 (2026-01-10)
- Official Website: Launched RedisME Official Website
- Terminal: Completely rewritten underlying layer, Xterm to XTerminal, solving issues like Chinese backspace and multi-line commands
- Optimization: Version upgrades in the Microsoft Store are now controlled by the store itself
- Optimization: Replaced native Mutex lock with parking_lot's Mutex to support configuring lock timeout duration, avoiding infinite waits
- Optimization: Improved UI loading during simulated data insertion
- Optimization: Upgraded all dependency versions to the latest and optimized code with cargo fmt/clippy
- Bugfix: Fixed display issues when leaf and non-leaf node names are the same in the key tree view
- Bugfix: Fixed freezing issue when batch deleting keys with direct batch deletion (added lock for connection acquisition)
v1.2.0 (2026-01-05)
- New special features: Read-only writable mode real-time conversion
- Terminal prompt color optimization for light and dark themes
- Resolve the display defect of dragging up and down in the connection management interface
v1.1.0 (2026-01-04)
- Auto-upgrade mechanism: unified use of static files on both GitHub and Gitee
- Version number management unified using package.json: official website, frontend, and App versions
- Added support for Windows Arm64 version and Linux AppImage version
v1.0.0 (2026-01-01)
- 🎉 Welcome the new year, first official version released
- Upgrade: supports auto-update and manual update; added New label and download progress display; supports Gitee/Github dual-end updates
- Configuration: added default value display, optional display of all/differences, special color display for differences, added Redis 8.4 configuration
- Theme: supports light and dark themes
- Font: supports custom fonts, supports browser font retrieval and Rust system font reading, to adapt to different environments
- i18n: supports Chinese and English, supports plural handling in English, detailed explanations for messages and configuration options support Chinese and English