This release focuses on improving stability, usability, and developer experience. This release also deploys WhoDB to the Microsoft Store, Snapcraft, and the Apple App store. Additionally, arm64 docker images are now available!
\n
\nWhat’s new:
\n🛠 Optimize Redis key query by using SCAN instead of KEYS.
\n🐛 Search-around feature.
\n👀 Switch to using Github actions so we can deploy to more places at once.
\n📜 Bug fixes.
\n🐛 Dependency and UX package updates.
Installation
Mac App Store
Coming soon
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.68.0-amd64.AppImage
./WhoDB-0.68.0-amd64.AppImage
# For ARM64/aarch64
chmod +x WhoDB-0.68.0-arm64.AppImage
./WhoDB-0.68.0-arm64.AppImageAll AppImages are signed with Sigstore. To verify:
cosign verify-blob --signature WhoDB-0.68.0-amd64.AppImage.sig --certificate WhoDB-0.68.0-amd64.AppImage.pem WhoDB-0.68.0-amd64.AppImageDocker
docker pull clidey/whodb:0.68.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.67.4...0.68.0