Skip to content

YTSage v5.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Jul 14:47

YTSage 5.2.0

This release takes longer than usal due to lack of sponsorship and the contributing, if you want to support the project, please consider sponsoring on GitHub Sponsors

Install via PyPI:

pip install ytsage

Upgrade to the latest version:

pip install --upgrade ytsage

Downloads

Platform File Notes
Windows FFmpeg YTSage-v5.2.0-ffmpeg-Setup.exe With FFmpeg bundled
Windows EXE YTSage-v5.2.0-Setup.exe Standard installer
Windows Portable FFmpeg YTSage-v5.2.0-ffmpeg-portable.zip Portable with FFmpeg, zipped
Windows Portable YTSage-v5.2.0-portable.zip Portable version, no installation required
Linux DEB YTSage-v5.2.0-amd64.deb Debian package
Linux AppImage YTSage-v5.2.0-x86_64.AppImage AppImage, portable
Flathub YTSage-v5.2.0-x86_64.flatpak Flatpak Bundle
Linux RPM YTSage-v5.2.0-x86_64.rpm RPM package
macOS ARM64 DMG YTSage-v5.2.0-arm64.dmg Disk image installer for Apple Silicon
macOS ARM64 APP YTSage-v5.2.0-arm64.app.zip Zipped application for Apple Silicon
PyPI ytsage-5.2.0-py3-none-any.whl Python Wheel
PyPI ytsage-5.2.0.tar.gz Source Distribution

✨ Features

  • Remember Window Position: The application will now remember your window size and placement. When you close and reopen YTSage, it will return exactly to how you left it

🔧 Improvements

  • Smart Folder Management: Improved reliability when choosing your download directory. The app will now automatically create missing folders for you and accurately warn you if the selected folder is restricted or locked from saving files #108 thanks to (@Seryi3)

  • Optimized Default Modes: Enabled "Generic Mode" by default to ensure better out-of-the-box compatibility for new users #110 thanks to (@tuming2025)

  • Show audio codec details in format table: Highlight AC3/EAC3 surround-sound formats in the GUI format table and include channel/bitrate details where available #111 thanks to (@AlphaDeFcOn4)

🐛 Bug Fixes

  • Fixed "speed limit" not saving: The speed limit setting will now persist across sessions #115 thanks to (@cwlnet)