aedocw / epub2tts-edge

epub2tts-edge uses Microsoft Edge cloud-based TTS to create a full featured audiobook m4b from an epub or text file
GNU General Public License v3.0
77 stars 13 forks source link

Add Progress Bar for Chapter Progress Tracking #26

Closed The-Ducktor closed 4 months ago

The-Ducktor commented 4 months ago

Summary: This update introduces a simple progress bar to display the current progress of each chapter. This enhancement provides users with better insight into the progress, rather than only receiving updates upon the completion of a chapter or encountering errors.

Details:

aedocw commented 4 months ago

The changes in formatting (from ' to ", and breaking out a few things into multiple lines) is fine. This PR does need the version number in setup.py to be bumped up one version. Otherwise I think it looks great, thanks!

The-Ducktor commented 4 months ago

version number in setup.py to be bumped up one version.

so bump the number up to 1.1.9 or something

aedocw commented 4 months ago

Thanks for the contribution, really appreciate it!