Added a loading indicator to the book handler window

This commit is contained in:
Deniz Şafak
2025-10-20 01:17:14 +03:00
parent ccb350fa08
commit 1e89b566d1
3 changed files with 130 additions and 27 deletions
+1
View File
@@ -1,5 +1,6 @@
# 1.2.0 (pre-release)
- Added `Line` option to subtitle generation modes, allowing subtitles to be generated based on line breaks in the text, by @mleg in #94.
- Added a loading indicator to the book handler window for better user experience during book preprocessing.
- Fixed `cannot access local variable 'is_narrow'` error when subtitle format `SRT` was selected, mentioned by @Kinasa0096 in #88.
- Fixed folder and filename sanitization to properly handle OS-specific illegal characters (Windows, Linux, macOS), ensuring compatibility across all platforms when creating chapter folders and files.
- Fixed `/` and `\` path display by normalizing paths.