Skip to content

v0.3.0

Choose a tag to compare

@sm010422 sm010422 released this 24 Jun 07:04

Changelog

  • 1ff4dce Initial commit
  • 22d9a78 chore(main): update entry point to use new App model
  • 07fac3d chore: add goreleaser config for multi-platform release builds
  • 9b2ae52 docs(readme): write comprehensive README inspired by lazygit
  • 6f1eb0a feat(redis): expand client with full CRUD for all Redis types
  • a67c1a1 feat(ui): introduce App — bubbletea root model with full Redis UX
  • 6aa4692 feat(ui): introduce InfoPanel — key metadata + command log footer
  • d644fd9 feat(ui): introduce KeysPanel — dedicated left-panel component
  • b94e21a feat(ui): introduce Modal system — reusable overlay dialogs
  • df8fceb feat(ui): introduce ServerPanel — Redis INFO viewer tab
  • 529311f feat(ui): introduce ValueView — type-aware right-side value panel
  • 00221ea feat: add TLS support and in-TUI connection settings modal
  • 6550f16 feat: add configurable auto-refresh + fix Refreshing status stuck
  • cea6d77 feat: add hierarchical key tree, multi-profile, multi-select, hex display and more
  • 09c4972 feat: first init for lazyredis
  • 8f56a1b fix(ui): implement proper ANSI-aware modal overlay
  • 862e57e fix: eliminate [???] type badges by switching to pipeline TYPE fetch
  • b23d833 fix: suppress go-redis stderr flood and show disconnection warning overlay
  • 9a92280 refactor(ui/styles): consolidate and extend the Catppuccin Mocha palette