Fixed folder and filename sanitization to properly handle OS-specific illegal characters

This commit is contained in:
Deniz Şafak
2025-10-19 15:40:10 +03:00
parent 866746c5a1
commit d426bac87e
2 changed files with 74 additions and 5 deletions
+3 -2
View File
@@ -1,6 +1,7 @@
# 1.2.0
# 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.
- Fixed `cannot access local variable 'is_narrow'` error when subtitle format `SRT` was selected, mentioned by @Kinasa0096 in #88.
- 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.
- Improvements in code and documentation.
# 1.1.9