Added Line option to subtitle generation modes

This commit is contained in:
Deniz Şafak
2025-10-08 00:18:39 +03:00
parent 58889d47b0
commit 866746c5a1
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,4 +1,5 @@
# 1.2.0
- 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.
- Improvements in code and documentation.