v0.24.7
mahimailabs/voicegatewayv0.24.7Aug 10, 2026by mahimairaja
AI Summary
This release focuses on UI improvements and data counting logic, specifically refining how findings are displayed in profile headlines and stopping the appendix reading.
Key Highlights
- Updated profile headline logic to count distinct findings
- Improved README and documentation clarity
New Features
- Distinct finding counting logic update
Full Release Notes
## Docker Images Published to Docker Hub: - `mahimairaja/voicegateway:0.24.7` - `mahimairaja/voicegateway:latest` - `mahimairaja/voicegateway-dashboard:0.24.7` - `mahimairaja/voicegateway-dashboard:latest` Built for `linux/amd64` and `linux/arm64`. ## Quick Start ```bash docker run -p 8080:8080 \ -v $(pwd)/voicegw-data:/data \ mahimairaja/voicegateway:0.24.7 ``` See [docs.voicegateway.dev](https://docs.voicegateway.dev) for full documentation. ## What's Changed * Stop the appendix reading as a description of the run by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/230 * Count distinct findings in the profile headlines, not rows by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/231 **Full Changelog**: https://github.com/mahimailabs/voicegateway/compare/v0.24.6...v0.24.7