v1.2.1
anthropics/anthropic-tokenizer-typescriptv1.2.1Oct 27, 2025by denizsafak
AI Summary
This release focuses on UI/UX enhancements and bug fixes, upgrading the GUI framework to PyQt6 and improving the queue manager with better file handling options.
Key Highlights
- Upgraded interface from PyQt5 to PyQt6 for better compatibility
- Added tooltip indicators and specific file opening options (processed/input) in the queue manager
- Added loading GIF animation to the book handler window
- Fixed light theme slider colors and subtitle word-count splitting logic
New Features
- Tooltip indicators in queue manager
- Separate 'Open processed file' and 'Open input file' options
- Loading GIF animation
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.