- Update French translations (thanks @LeBovin!)
- Fix bug where disabled credential form would prevent pre-configured env profiles from logging in (thanks @MattiDeGrauwe!)
- Update documentation to add Requesty as an OpenAI-compatible provider example (thanks @Thibaultjaigu!)
- Add MongoDB and Redis query execution support
- Library updates
Installation
Mac App Store
Microsoft Store
Download from the Microsoft Store
Snap Store
:::bash
sudo snap install whodb
Docker
:::bash
docker pull clidey/whodb:0.118.0
docker pull clidey/whodb:latest
Direct 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 - Desktop Apps: Download and install the new version
What's Changed
- fix: multiple french translations wrong or inacurate by @LeBovin in https://github.com/clidey/whodb/pull/1097
- fix: allow preconfigured profile login when credential form is disabled by @MattiDeGrauwe in https://github.com/clidey/whodb/pull/1094
- Bump github.com/aws/aws-sdk-go-v2/service/docdb from 1.48.15 to 1.49.5 in /core by @dependabot[bot] in https://github.com/clidey/whodb/pull/1084
- Bump cloud.google.com/go/alloydb from 1.26.0 to 1.27.0 in /core by @dependabot[bot] in https://github.com/clidey/whodb/pull/1085
- Bump github.com/99designs/gqlgen from 0.17.90 to 0.17.91 in /core by @dependabot[bot] in https://github.com/clidey/whodb/pull/1088
- Bump github.com/vektah/gqlparser/v2 from 2.5.33 to 2.5.35 in /cli by @dependabot[bot] in https://github.com/clidey/whodb/pull/1098
New Contributors
- @LeBovin made their first contribution in https://github.com/clidey/whodb/pull/1097
- @MattiDeGrauwe made their first contribution in https://github.com/clidey/whodb/pull/1094
Full Changelog: https://github.com/clidey/whodb/compare/0.117.0...0.118.0