Releases: sentenzo/tubic
Releases · sentenzo/tubic
v1.4.1
v1.4.0 - ffprobe
ffprobe.exe
is now included (it was required byyt-dlp
in some cases)- as a result, the app size is increased by
27 MB
(from66 MB
to93 MB
) - as a result, the app launch time can tike ≈45% longer (depends on your hardware)
- as a result, the app size is increased by
- fixing the bug when the app crashed in case you try to remove sponsored content from mp3-audio
- fixing some other bugs
v1.3.3 - Python 3.11, SponsorBlock
- updating to Python 3.11
- SponsorBlock support added
v1.3.2 - Bugfixing
v1.3.1 - YouTube uploader update
Something changed on YouTube, and now the new version of yt-dlp
lib is required. So I've updated it to the last version available.
v1.3.0 - Settings and stuff
- the application now has a settings file (
tubic_settings.ini
) - the settings window is available (the cog-icon in the top-right corner)
- now the user can:
- choose the video size
- choose the mp3-file quality
- set the download folders
- pick the browser to scan for the youtube cookies
- tho "Open download folder" button (bottom-right corner)
- refactoring
- bugfix
v1.2.0 - Audio: .mp3; Video: 720p
Changelog
ffmpeg.exe
is onboarded- audio post-processing: conversion to
.mp3
- videos are downloaded no bigger than
720p
- refactoring
- bugfix
v1.1.0 - "Abort download" button
Changelog
- tests via
pytest
- "Abort download" button
- README improved
- refactoring and bug fixing
v1.0.1 - Renaming, pseudographics, `poetry`
Changelog
- switching from
pip
topoetry
- pseudo graphic progress bar
- preventing UI freeze when downloading thumbnails
- renaming the application from
yt-dlp-qt6
totubic
v1.0.0 - Mostly Harmless
Changelog
- an icon
- real time progress reports on downloading process via status string
- some refactoring
- some bugfix