From c7631cc8520d3d9d22c7e44e3120001ae486b44c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deniz=20=C5=9Eafak?= Date: Wed, 16 Jul 2025 16:48:36 +0300 Subject: [PATCH] v1.1.5 --- CHANGELOG.md | 2 +- abogen/VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87960b3..cf48076 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 1.1.5 (pre-release) +# 1.1.5 - Changed the temporary directory path to user's cache directory, which is more appropriate for storing cache files and avoids issues with unintended cleanup. - Fixed the isssue where extra metadata information was not being saved to M4B files when they have no chapters, ensuring that all metadata is correctly written to the output file. - Fixed sleep prevention process not ending if program exited using Ctrl+C or kill. diff --git a/abogen/VERSION b/abogen/VERSION index 1b87bcd..314c3d7 100644 --- a/abogen/VERSION +++ b/abogen/VERSION @@ -1 +1 @@ -1.1.4 \ No newline at end of file +1.1.5 \ No newline at end of file