From 395cd750386e2c2424fbe4f5e369193d1568e7bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deniz=20=C5=9Eafak?= Date: Wed, 30 Jul 2025 02:33:52 +0300 Subject: [PATCH] v1.1.6 --- CHANGELOG.md | 5 +++-- abogen/VERSION | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) 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