v1.2.1

YassKhazzan/openperplex_backend_osv1.2.1Oct 27, 2025by denizsafak

AI Summary

The update upgrades the user interface framework from PyQt5 to PyQt6 and enhances the queue manager with better file opening options. It also includes visual fixes for the light theme and improvements to subtitle segmentation logic.

Key Highlights

  • Upgrade from PyQt5 to PyQt6 for better compatibility.
  • Enhanced queue manager with tooltips and separate 'Open processed'/'Open input' options.
  • Loading GIF animation added to the book handler window.
  • Fix for light theme slider colors and subtitle word-count splitting logic.

New Features

  • PyQt6 interface upgrade
  • Queue manager tooltips
  • Separate file opening options
  • Loading animation
  • Light theme slider color fix
  • Improved subtitle word-count splitting

Full Release Notes

- Upgraded Abogen's interface from `PyQt5` to `PyQt6` for better compatibility and long-term support.
- Added tooltip indicators in queue manager to display book handler options (`Save chapters separately` and `Merge chapters at the end`) for queued items.
- Added `Open processed file` and `Open input file` options for items in the queue manager, instead of just `Open file` option.
- Added loading gif animation to book handler window.
- Fixed light theme slider colors in voice mixer for better visibility (for non-Windows users).
- Fixed subtitle word-count splitting logic for more accurate segmentation.
- Improvements in code and documentation.