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 | bashDocker (amd64 + arm64):
docker run -d \
--name hivekeep \
-p 3000:3000 \
-v hivekeep-data:/app/data \
ghcr.io/marlburrow/hivekeep:latestFor all installation methods and an interactive configurator, see the install guide.