Fixed sleep prevention process not ending if program exited using Ctrl+C or kill

This commit is contained in:
Deniz Şafak
2025-07-16 15:35:45 +03:00
parent 977b2a736c
commit f1903eb6ac
2 changed files with 10 additions and 1 deletions
+1
View File
@@ -1,6 +1,7 @@
# 1.1.5 (pre-release)
- 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.
# 1.1.4
- Fixed extra metadata information not being saved to M4B files, ensuring that all metadata is correctly written to the output file.