Releases: mutablelogic/go-whisper
Releases · mutablelogic/go-whisper
v0.0.25
v0.0.24
Full Changelog: v0.0.23...v0.0.24
v0.0.23
What's Changed
- Update dependencies and add additional docker options by @djthorpe in #69
- Added ffmpeg dependency by @djthorpe in #70
- Update whisper command by @djthorpe in #71
- pkg/api/logging.go | Removed old logging middleware (no longer used)
- go.mod | Updated module versions, added new packages
- etc/entrypoint.sh | Simplified server invocation, always runs whisper binary
- etc/Dockerfile.vulkan | Reworked package lists for build/runtime and Vulkan support
- etc/Dockerfile.cuda | Updated package lists for CUDA build/runtime
- etc/Dockerfile | Consolidated base image package installation
- cmd/whisper/version.go | Switched to JSON output for version command
- cmd/whisper/transcribe.go | Major rewrite: local/remote support, streaming, new options
- cmd/whisper/models.go | Added remote model listing, JSON output helper
- cmd/whisper/main.go | Removed tablewriter, cleaned up globals
- cmd/whisper/download.go | Unified download behavior, added remote support
- cmd/whisper/delete.go | Unified delete behavior, added remote support
- cmd/api/* | Removed old API CLI commands
- README.md | Expanded features, updated usage and examples
- Makefile | Dropped api target, added Vulkan build arg
Full Changelog: v0.0.22...v0.0.23