v1.1.5
denizsafak/abogenv1.1.5Jul 16, 2025by denizsafak
AI Summary
Changes the temporary directory to the user's cache directory to avoid cleanup issues. Fixes metadata saving for M4B files and sleep process termination.
Key Highlights
- Temporary directory changed to user's cache directory.
- Fixed metadata not saving to M4B files without chapters.
- Fixed sleep prevention process termination on exit.
- Improved automatic filename suffixing.
New Features
- Cache directory relocation
- M4B metadata fix
Full Release Notes
- 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. - Improved automatic filename suffixing to better prevent overwriting files with the same name, even if they have different extensions. - Improvements in code and documentation.