diff --git a/CHANGELOG.md b/CHANGELOG.md index b0acf76..8569da8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ -# 1.1.6 (pre-release) -- Fixed SRT subtitle numbering issue, mentioned by @page-muncher in #41 +# 1.1.6 - Improved EPUB chapter detection: Now reliably detects chapters from NAV HTML (TOC) files, even in non-standard EPUBs, fixes the issue mentioned by @jefro108 in #33 +- Fixed SRT subtitle numbering issue, mentioned by @page-muncher in #41 +- Fixed missing chapter contents issue in some EPUB files. - Windows installer script now prompts the user to install the CUDA version of PyTorch even if no NVIDIA GPU is detected. - Abogen now includes Mandarin Chinese (misaki[zh]) by default; manual installation is no longer required. diff --git a/abogen/VERSION b/abogen/VERSION index 314c3d7..ab67981 100644 --- a/abogen/VERSION +++ b/abogen/VERSION @@ -1 +1 @@ -1.1.5 \ No newline at end of file +1.1.6 \ No newline at end of file