Small update to fix an issue with the desktop builds.
- Removed the vite bundling logic, it'll now do its own thing.
- Fixed issue where Posthog wasn't being initialised in the desktop applications.
Installation
Mac App Store
Microsoft Store
Download from the Microsoft Store
Snap Store
sudo snap install whodbAppImage (Linux)
Download the AppImage for your architecture from the assets below, make it executable, and run:
# For AMD64/x86_64
chmod +x WhoDB-0.73.0-amd64.AppImage
./WhoDB-0.73.0-amd64.AppImage
# For ARM64/aarch64
chmod +x WhoDB-0.73.0-arm64.AppImage
./WhoDB-0.73.0-arm64.AppImageAll AppImages are signed with Sigstore. To verify:
cosign verify-blob --signature WhoDB-0.73.0-amd64.AppImage.sig --certificate WhoDB-0.73.0-amd64.AppImage.pem WhoDB-0.73.0-amd64.AppImageDocker
docker pull clidey/whodb:0.73.0
docker pull clidey/whodb:latestDirect Downloads
See assets below for platform-specific packages (DMG, MSIX, etc.).
Documentation
Upgrade Notes
To upgrade from a previous version:
- Docker: Pull the latest image and restart your container
- Snap: Run
sudo snap refresh whodb - AppImage: Download the new AppImage and replace the old one
- Desktop Apps: Download and install the new version
Full Changelog: 0.72.0...0.73.0