YTSage v3.5.0 Release Notes
What's New
Framework Changes
- Migrated from PyQt6 to PySide6
- Switched from Python Threads to QThread for better performance (#7)
- Updated Python version
Features
- Added "Copy URL from Clipboard" functionality (#7)
- New button to update yt-dlp directly from the application
- Added progress percentage display during video analysis
- Improved overall user interface
- add save thumbnails option
- improve the error handling
- replace the
.app
file with thedmg
file for macOS
Bug Fixes
- Fixed "Requested format is not available" error (#8)
- remove the "yt-dlp log" button If you want to show the log run the app via Python file or PYPI
Breaking Changes
This version includes a major framework migration from PyQt6 to PySide6. Please ensure all dependencies are properly installed after updating.
Update via pip
To update YTSage to the latest version, run the following command:
pip install --upgrade ytsage