Releases: vicanso/zedis
Releases · vicanso/zedis
version 0.2.4
⛰️ Features
- (keytree) Support periodic auto-refresh (#39) - (d49b58a)
- (value) Support configurable auto-refresh for key values (#39) - (54064a5)
🐛 Bug Fixes
- (kvtable) Reset state when switching tables - (bbd7e72)
- (ui) Fix blurry windows application icon - (a20f70e)
- Fix system language detection - (d87dcda)
- Fix read-only permission detection - (f8622e2)
🚜 Refactor
- (about) Refine about page - (39ed6f4)
- (config) Make session view settings independent of server config - (dcdc59f)
- (keytree) Refine collapse and multi-selection logic - (3787d29)
- (keytree) Refine styling - (7adb6e4)
- (keytree) Restore search button icon - (700f020)
- (keytree) Optimize collapse all logic (#36) - (2fccb87)
- (kvtable) Reuse edit logic for adding kv elements - (85b2cdd)
- (kvtable) Refine editor for kv table - (1438335)
- (statusbar) Optimize status bar layout - (248843c)
- (statusbar) Adjust rendering timing for status bar - (85fa4f6)
- (ui) Adjust width and placeholder for ttl input - (c950d22)
- Optimize interaction logic for kv table updates - (eeff799)
- Optimize system language detection logic - (43d05a5)
Development Build (Nightly)
This is a rolling build from the latest main branch. Build date: 2026-02-17 10:10
version 0.2.3
⛰️ Features
- (keyscan) Support configuring scan count - (9118149)
- (proto) Support selecting target message - (52f34c1)
- (ssh) Support ssh-agent authentication (#29) - (88e9adb)
- (ui) Add advanced section to redis server config - (527a049)
🐛 Bug Fixes
- (bytes) Fix integer overflow (#30) - (be9d683)
- (cluster) Fix multi-key deletion - (ccb5f50)
- (dialog) Localize confirmation dialog button text - (a305da4)
- (keytree) Disable delete action in read-only mode - (9a75fce)
- (ssh) Fix public key path parsing - (c718c29)
- (ssh) Restrict ssh-agent support to unix platforms (#29) - (7d5eb00)
- Fix denial of service via stack exhaustion (#34) - (39bef06)
🚜 Refactor
- (config) Make redis server editor height adaptive - (289fc26)
- (font) Prefer Menlo on macOS and Cascadia Code on Windows - (8a40161)
- (form) Show validation error messages - (13c94d4)
- (keytree) Optimize show_collapse_keys logic - (0224196)
- (keytree) Add confirmation dialog for deletion - (bc61880)
- (keytree) Add cmd-f shortcut to focus search input - (2fe289d)
- (keytree) Highlight multi-select button when active - (ec5af84)
- (notification) Handle notifications as global events - (1ba78c6)
- (proto) Enhance editor functionality - (5eb4cbc)
- (redis) Adjust timeout handling - (a60a9d6)
- (server) Handle server events as global events - (1550116)
version 0.2.1
⛰️ Features
- (cli) Support redis command completion - (019f38a)
- (key) Support batch deletion of keys (#25) - (4c531f2)
- (search) Support clearing search history - (a0dce97)
- Support proto parsing - (c921d82)
- Support specifying run mode - (293b9c9)
🐛 Bug Fixes
- (cli) Make command matching case-insensitive - (3e63989)
- (config) Correct default value for proto server - (2e62259)
- (keytree) Fix read-only mode toggle - (e51e984)
- (log) Filter error messages by current server - (0830f5d)
- (sentinel) Fix master name of sentinel mode - (fcca322)
🚜 Refactor
- (db) Use separate redb path for development - (4d29ca7)
- (editor) Use code editor for hash value editing - (e286464)
- (editor) Optimize hash editor interface - (29e88a4)
- (proto) Improve auto-detection logic - (791c4ae)
- (ui) Add tooltip for multi-select mode - (c0e6dfd)
- (ui) Optimize layout of form action buttons - (f8f42a3)
version 0.1.9
⛰️ Features
- (config) Support connection and response timeouts - (3a7e2c7)
- (connection) Periodically prune idle connections - (52775e9)
- (connection) Support temporarily toggling read-only mode - (f61930b)
- (editor) Support read-only mode - (95d1ba0)
- (keytree) Support search history - (8ee5460)
- (keytree) Disable new button in read-only mode - (6077a63)
- (redis) Use MEMORY USAGE to query value memory (#21) - (81491ee)
- (ssh) Support tunnel for cluster (#17) - (6398c92)
- (ssh) Support tunnel for Standalone and Sentinel (#17) - (c207a94)
- (ui) Add skeleton loading for key tree (#19) - (97a0f83)
🐛 Bug Fixes
- (bytes) Fix incorrect key memory calculation - (bccd5fe)
- (config) Fix global config cache - (c977931)
- (ui) Fix directory tree toggle icon - (2c8fffb)
- (ui) Shorten text display to fix layout (#20) - (c9765e5)
🚜 Refactor
- (client) Use config hash as cache key - (c2c8d76)
- (config) Organize redis server config into tabs - (4a7035b)
- (config) Add global cache for redis server configs - (4cd4d07)
- (connection) Optimize connection reuse - (e60b5a9)
- (editor) Optimize redis-cli shortcuts - (b499b3f)
- (log) Enhance startup logs with os, git hash, and version - (9ed10fd)
- (ssh) Optimize connection health check - (1863e8f)
- (ssh) Enforce ssh host key checking for tunnels - (c6a8303)
- (ssh) Support
~in file paths - (80aef95) - (table) Adjust hash table column widths - (e08a1bc)
version 0.1.8
⛰️ Features
- (cli) Support redis-cli style interactive mode (#14) - (2c36916)
- (connection) Support insecure tls mode (skip certificate verification) (#12) - (95c25cd)
- (connection) Implement full tls support (standard tls & mTls) (#12) - (3cfa099)
- (json) Support json truncated format - (be70525)
- (value) Support lz4 and snappy formats - (6c9b598)
🐛 Bug Fixes
- (filter) Fix display logic for keyword filtering - (a56e526)
- (keytree) Reset state on database switch - (24d72b7)
- (ui) Align dialog button order with os standards - (cdd90fe)
🚜 Refactor
version 0.1.7
version 0.1.6
⛰️ Features
- (auth) Add username support for Redis 6.0+ - (e8497a0)
- (config) Store max key tree depth - (1a6a6d7)
- (connection) Support redis:// connection strings - (b80019c)
- (editor) Add shortcut to update ttl - (77b119a)
- (keys) Add shortcut to create new key - (470e010)
- (tree) Support keyboard navigation - (a3db054)
- (tree) Support custom key separator - (c4a3d78)
- (tree) Support setting max display depth - (2d63d49)
- (ui) Support global font size setting - (ef44c6f)
- (ui) Apply font size setting to key tree, editor, and table - (a17f56e)
- Support keyboard shortcuts in editor - (f8616c6)
- Support collapsing all expanded keys - (63c35e3)
🐛 Bug Fixes
- (tree) Reset state on connection switch - (62e4cf9)
version 0.1.5
v0.1.5 chore: version 0.1.5