v3 - 🐳 Container Consolidation
Warning
BREAKING CHANGES
You must update your docker-compose.yml
file to the latest version available in this repository to ensure compatibility with the newest Whishper release (v3). For detailed guidance, refer to the updated documentation or opt for a fresh installation using the get-whishper.sh
script.
GPU Version Users: Please follow these specific upgrade instructions to transition from v2.x to v3.x.
Key Updates in This Release
-
🐳 Container Consolidation: I've streamlined the architecture by merging the three previous Whishper containers into a single container. Additionally, the
whishper-proxy
container is now redundant, as its functionality is integrated within the main container. As a result, thenginx.conf
file is no longer required, simplifying thedocker-compose.yml
setup for a more user-friendly experience. -
🔄 File Upload Progress Bar: Addressing a common user concern (#20), I've added a progress bar for file uploads. This enhancement eliminates the uncertainty experienced during large file uploads where previously no feedback was provided, potentially giving the impression that Whishper had become unresponsive.
Upcoming Feature Teaser: In the next release, look forward to a highly requested feature – the ability to use local folders as media inputs (#15).
Changelog
- Simplified Docker Experience: Whishper has evolved into a unified docker container, requiring only a database container and the optional
libretranslate
for translations. - Enhanced User Feedback: The new upload progress feature (#20) now provides real-time feedback during file uploads, a feature much awaited by our users.
- Update translation models: When you add new languages to the
LT_LOAD_ONLY
variable in the.env
file, now LibreTranslate will update and download any new languages. This is achieved by addingLT_UPDATE_MODELS: True
by default to the Libretranslate environment in thedocker-compose.yml
file. - Additional Tweaks and Enhancements: This release also includes various minor fixes and improvements for an overall smoother experience.
Explore the Full Changelog: Whishper v3.0.0 Changes