Changelog
Important Application Changes
- [REMOVED] The yt-dlp GUI has been completely removed from Videomass, see #394 for the alternative application.
Bug Fixes
- Fixed inconsistencies in the setting_manager.py file for the default output directory when bootstrapping the application, especially in portable mode.
- Fixed missing icon issue for application launch on Ubuntu using deb package from PPA. This was fixed by upgrading to the Noble series for application build.
- Fixed lint errors and typos.
Translation Updates
- Update it_IT i18n, thanks to @bovirus .
- Update ru_RU i18n, thanks to ChourS.
Documentation Updates
- Updated documentations to 6.1.12 version.
- Updated wiki pages.
Improvements
- Changed and improved files on requirements dir.
- Fixed OS-based dependencies and requirements on the pyproject.toml file.
- Fixed pyproject.toml file to include only essential data in the source archive.
- Created requirements.txt file for installing dependencies using pip.
- Improved wizard UI.
- Fixed
requests
minimum version to >=2.28.1.