Releases: jhj0517/Whisper-WebUI
v1.0.8
What's Changed
- Fix: lock down
torchaduioversion for its incompatibility by @jhj0517 in #603 - Fix: add fallback for loading yaml by @jhj0517 in #605
- Add Traditional Chinese (zh-TW) translation by @azq1231 in #596
- Add Dutch translation to translation.yaml by @nataliegeurtsen in #597
New Contributors
- @azq1231 made their first contribution in #596
- @nataliegeurtsen made their first contribution in #597
Full Changelog: v1.0.7...v1.0.8
v1.0.7
What's Changed
- Fix LookupError by @egemengulpinar in #586
- Add Hebrew (he) translation by @back2zion in #581
- Hide language setting in the UI by default by @jhj0517 in #589
New Contributors
- @egemengulpinar made their first contribution in #586
- @back2zion made their first contribution in #581
Full Changelog: v1.0.6...v1.0.7
v1.0.6
v1.0.5
v1.0.4
What's Changed
- Add configs to the docker compose by @jhj0517 in #552
- Upgrade minimum CUDA version by @jhj0517 in #555
Full Changelog: v1.0.3...v1.0.4
Note
Latest torch no longer supports CUDA 12.4 binaries. Need to use at least CUDA 12.6.
v1.0.3
v1.0.2
v1.0.1
Initial semantic versioning tag for Docker images. Auto-generated release notes will be used starting from the next tag.
What's Changed
- Add semantic versioning for Docker images in DockerHub and GHCR by @NotYuSheng (#528)
- Major versions as
vX.Y.Z, minor versions asvX.Y.Z-ShortSHA.
- Major versions as
- Fix shared test module importing by @jhj0517 in #527
Whisper-WebUI-Portable-v1.0.0
WebUI with batch/shell scripts for convenient use:
| OS | File |
|---|---|
| Windows | Whisper-WebUI-Portable-Windows.zip |
| Mac | Whisper-WebUI-Portable-Mac.zip |
| Linux | Whisper-WebUI-Portable-Mac.zip |
Usage :
- To install:
install.bat/install.sh - To run:
start-webui.bat/start-webui.sh - To update:
update.bat/update.sh
Before installing, make sure to run update.bat / update.sh first, because older versions of the Whisper-Web UI may be embedded.
For install.bat / install.sh, a venv folder will be created and all dependencies will be installed there.
For update.bat / update.sh, a git pull will be executed to fetch the latest changes.
For start-webui.bat / start-webui.sh, run python app.py with some CLI arguments.