Skip to content

version 0.7.0

Latest

Choose a tag to compare

@vicanso vicanso released this 05 Aug 14:00

0.7.0 - 2026-08-05

⛰️ Features

  • (info) Add a raw INFO browser panel with filtering and per-node view - (1449133)
  • (keys) Add a Tools-menu export entry and prefix filter, drop the keys-only CSV export - (9a99444)
  • (keys) Export selections as readable JSON/CSV alongside the binary dump - (ff8953c)
  • (memory) Analyze local RDB dumps offline in the memory analyzer - (c522dac)
  • (pubsub) Surface Pub/Sub in the Tools menu and command palette - (a891a38)
  • (pubsub) Support sharded Pub/Sub (SSUBSCRIBE/SPUBLISH, Redis 7+) - (aeca4d3)
  • (release) Ship deb/rpm packages, finish Flathub prep, automate version bumps - (d5528d6)
  • (servers) Import connections from ARDM and Tiny RDM exports - (d339750)
  • (settings) User-configurable HTTP/SOCKS proxy with encrypted credentials (#122) - (2a77da2)
  • (terminal) Add an AI command assistant behind the "?" prefix - (9e924ae)
  • (ui) Surface replication state for plain master-replica setups - (c28e29b)
  • (ui) Monitor rate guard, slowlog Top Commands, INFO snapshot diff, live progress - (53c18ab)
  • (ui) Multi-search export/copy, scroll-to-key on jump, subset export note - (b3c1282)
  • (ui) Show per-db key counts in the DB dropdown (#116) - (4667c27)

🐛 Bug Fixes

  • (ci) Build cargo-deb/cargo-generate-rpm from source on the 22.04 runner - (48e2826)
  • (info) Refresh the INFO panel once the restored connection is announced - (6fc6ea1)
  • (ui) Drop duplicate Linux window controls, correct VibrantLight mapping - (e7e43cd)
  • (ui) Complete ⌘K tool coverage, dialog scrollbars, cluster multi-db support - (7f578de)
  • (ui) Repair key-tree separator handling, ⌘F routing, and loading spinners - (b048a52)

🚜 Refactor

  • (keys) Stop splitting the key tree inside hash tags and quoted blobs (#119) - (7e89c5a)

📚 Documentation

  • Sync FEATURES and landing pages with recent product surface - (de9caac)