diff --git a/CHANGELOG.md b/CHANGELOG.md index e85c057..e51670d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 1.2.0 (pre-release) +# 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. - 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. diff --git a/abogen/VERSION b/abogen/VERSION index a5e4282..867e524 100644 --- a/abogen/VERSION +++ b/abogen/VERSION @@ -1 +1 @@ -1.1.9 \ No newline at end of file +1.2.0 \ No newline at end of file