Skip to content

Hivekeep v1.7.0

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Jun 23:20
· 1 commit to main since this release

What's Changed

Features

  • add feedback dialog, chat banner and nav entry
  • add backend relay, state and config

Fixes

  • highlight the drop target while dragging in the explorer
  • wire copy and paste in the web terminal
  • make the explorer drag & drop usable
  • allow scrolling in the workspace file editor

Documentation

  • document the feedback feature, config and API

Other changes

  • chore(release): v1.7.0

Installation

One-liner (Linux/macOS):

curl -fsSL https://raw.githubusercontent.com/MarlBurroW/hivekeep/main/install.sh | bash

Docker (amd64 + arm64):

docker run -d \
  --name hivekeep \
  -p 3000:3000 \
  -v hivekeep-data:/app/data \
  ghcr.io/marlburrow/hivekeep:latest

For all installation methods and an interactive configurator, see the install guide.