v1.1.4

denizsafak/abogenv1.1.4Jul 16, 2025by denizsafak

AI Summary

Significantly speeds up M4B generation by creating files directly instead of converting from WAV. Fixes app restart issues and subtitle timing. Includes code formatting with Black.

Key Highlights

  • M4B generation is now faster (direct m4b creation).
  • Fixed app restart issues on Windows.
  • Fixed last sentence/subtitle timing to prevent zero duration.
  • Code reformatted using Black for consistency.

New Features

  • Faster M4B generation
  • Subtitle timing fix

Full Release Notes

- Fixed extra metadata information not being saved to M4B files, ensuring that all metadata is correctly written to the output file.
- Reformatted the code using Black for better readability and consistency.
> Rest is from v1.1.3
- `M4B (with chapters)` generation is faster now, as it directly generates `m4b` files instead of converting from `wav`, which significantly reduces processing time, fixes the issue mentioned by @Milor123 in #39 
- Better sleep state handling for Linux.
- The app window now tries to fit the screen if its height would exceed the available display area.
- Fixed issue where the app would not restart properly on Windows.
- Fixed last sentence/subtitle entry timing in generated subtitles, the end time of the final subtitle entry now correctly matches the end of the audio chunk, preventing zero or invalid timings at the end.