Skip to content

Releases: sm010422/lazyredis

v0.4.3

Choose a tag to compare

@github-actions github-actions released this 29 Jun 04:34

Changelog

v0.4.2

Choose a tag to compare

@sm010422 sm010422 released this 29 Jun 04:29

Changelog

  • fa1e7c1 feat(ui): move PubSub to second tab position (key 2)

v0.4.1

Choose a tag to compare

@sm010422 sm010422 released this 29 Jun 04:15

Changelog

  • e549616 feat: add --version / -v / -version flag

v0.4.0

Choose a tag to compare

@sm010422 sm010422 released this 29 Jun 02:08

Changelog

  • 3b83c32 chore: add .gitignore to exclude goreleaser dist output
  • 488b09c chore: auto-update Homebrew formula via goreleaser brews config
  • eb1b66b chore: ignore .claude/ project memory directory
  • 4d95a15 feat(redis): add Pub/Sub client methods and stats
  • cbb1b8b feat(ui): add PubSubPanel for channel list and live message stream
  • cc6a183 feat(ui): integrate PubSub tab (tab 4) with subscribe/publish support
  • f11551f feat(ui/server): add Pub/Sub stats section to Server panel
  • 77b1d73 fix: update module path to github.com/sm010422/lazyredis

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