Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR bumps the project to v26.4.1 and includes several GUI/session flow updates (conversion cancellation handling, component enabling/disabling, progress display tweaks) plus installer/runtime script updates (Python version checks) and some TTS engine logging changes.
Changes:
- Bump application version references to 26.4.1 across version file, compose files, and Dockerfiles.
- Update Gradio GUI flow around conversion start/cancellation, component interactivity, and client-side JS behaviors.
- Add/extend Python version checks in the macOS/Linux (
.command) and Windows (.cmd) launch/build scripts.
Reviewed changes
Copilot reviewed 19 out of 19 changed files in this pull request and generated 10 comments.
Show a summary per file
| File | Description |
|---|---|
| VERSION.txt | Version bump to 26.4.1. |
| podman-compose.yml | Update default APP_VERSION build arg. |
| docker-compose.yml | Update default APP_VERSION build args for CPU/GPU profiles. |
| Dockerfile | Update APP_VERSION build arg default. |
| dockerfiles/HuggingfaceDockerfile | Update APP_VERSION build arg default. |
| lib/gradio.py | Adjust component enable/disable behavior, conversion flow, progress wiring, and add JS fetch patching. |
| lib/core.py | Improve resume/reconvert behavior for missing audio sentence files; adjust cancellation/error propagation. |
| lib/classes/tts_engines/common/utils.py | Guard torch.clear_autocast_cache() for compatibility. |
| lib/classes/tts_engines/{bark,fairseq,glowtts,tacotron,tortoise,vits,xtts,yourtts}.py | Modify stdout/stderr filtering setup (commented out). |
| ebook2audiobook.command | Add Python version check before Docker build path; tweak error handling. |
| ebook2audiobook.cmd | Add min/max Python version variables and enforce min version in :check_python. |
| app.py | Adjust WSL env string naming and refactor headless error handling / multi-ebook conversions. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.