Skip to content

Kivo v0.4.0

Choose a tag to compare

@github-actions github-actions released this 22 Apr 22:07

Kivo v0.4.0: OAuth 2.0 Integration & Modernized Workspace

  • feat: add oauth2 auth flow with native exchange
  • feat: add app settings page with storage management
  • feat: modernize app settings UI & navigation
  • feat: add dot-path and prefix queries for JSON filtering
  • feat: add cancellable loading state for responses
  • feat: add report issue link & support resources
  • feat: add sonner toasts for improved notifications
  • feat: add exchange cancel support for OAuth flow
  • fix: major refactor to stabilize auth panel inputs
  • fix: align settings pane width and responsiveness
  • fix: stack app settings sections for better layout
  • fix: normalize storage path logic to Kivo root
  • fix: preserve settings sidebar tab state
  • fix: decouple sidebar select toggle logic
  • fix: resolve auth environment variable exporting
  • fix: update auth test fixtures and validation
  • fix: trim refresh inputs and handle cursor drift

Note: This project has officially migrated from dexter-xD/Kivo to DevlogZz/Kivo.
Author: dexter-xD, Now part of DevlogZz.


Download Kivo (v0.4.0)

Platform Installer Architecture
Windows Download .exe / .msi x64
macOS Apple Silicon .dmg arm64
macOS Intel .dmg x64
Linux Download .deb x64
Linux Download .rpm x64

Linux Installation Guide

  • Debian / Ubuntu:
    sudo apt install ./Kivo_0.4.0_amd64.deb / sudo dpkg -i  ./Kivo_0.4.0_amd64.deb
  • Fedora / RHEL:
    sudo dnf install ./Kivo-0.4.0-1.x86_64.rpm
  • Arch / Other (RPM via rpm tool):
    sudo rpm -i --nodeps --nosignature ./Kivo-0.4.0-1.x86_64.rpm

Full Changelog: View CHANGELOG.md
Tag Comparison: v0.3.6...v0.4.0